0

gradle: upgrade dependencies

This commit is contained in:
2021-10-07 11:37:52 +03:00
parent 6e8a16e36f
commit d3bae13c35

View File

@@ -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')