gradle: upgrade dependencies
This commit is contained in:
@@ -18,8 +18,8 @@ repositories {
|
||||
maven { url 'https://dmx-mc-project.gitlab.io/maven-repository/' }
|
||||
}
|
||||
|
||||
def lombokVersion = '1.18.12'
|
||||
def junitVersion = '5.5.2'
|
||||
def lombokVersion = '1.18.20'
|
||||
def junitVersion = '5.8.1'
|
||||
|
||||
dependencies {
|
||||
annotationProcessor("org.projectlombok:lombok:$lombokVersion")
|
||||
@@ -36,7 +36,7 @@ dependencies {
|
||||
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
|
||||
testImplementation('org.mockito:mockito-core:1.10.19')
|
||||
testImplementation('org.mockito:mockito-core:3.12.4')
|
||||
testImplementation('org.bukkit:bukkit:1.12.2-R0.1-SNAPSHOT') {
|
||||
exclude(module: 'gson')
|
||||
exclude(module: 'json-simple')
|
||||
|
||||
Reference in New Issue
Block a user