Skip to content

Commit

Permalink
Update Test Dependencies and Lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Jun 24, 2023
1 parent 887cf4b commit b717e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Expand Up @@ -59,7 +59,7 @@ configurations {
}

lombok {
version = "1.18.26"
version = "1.18.28"
sha256 = "2af1fa836848761b6e51440ec628b49dc38080e9871bb352701fb8c8358087cf"
}

Expand All @@ -75,11 +75,11 @@ dependencies {
// TestNG 7.3 and up introduced a vulnerability, which needs this dependency override:
testImplementation 'junit:junit:4.13.2'
// Some servlet API elements
testImplementation 'org.mockito:mockito-core:4.8.1'
testImplementation 'org.mockito:mockito-core:5.4.0'
// integrate tck into unit tests
testImplementation 'javax.inject:javax.inject-tck:1'
// tests are logging at debug level through special logback.groovy - this is why groovy is needed here
testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.7'
testRuntimeOnly 'ch.qos.logback:logback-classic:1.4.8'
testRuntimeOnly 'org.codehaus.groovy:groovy:[3.0,3.1)'
}

Expand Down

0 comments on commit b717e7e

Please sign in to comment.