We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1571c79 commit ee6bbf4Copy full SHA for ee6bbf4
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id 'io.freefair.lombok' version '8.10.2'
+ id 'io.freefair.lombok' version '8.11'
3
id 'java-library'
4
id "me.champeau.jmh" version "0.7.2"
5
}
@@ -14,9 +14,9 @@ repositories {
14
15
dependencies {
16
implementation 'org.apache.commons:commons-lang3:3.17.0'
17
- testImplementation 'ch.qos.logback:logback-classic:1.5.8'
+ testImplementation 'ch.qos.logback:logback-classic:1.5.12'
18
testImplementation 'org.assertj:assertj-core:3.26.3'
19
- testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
+ testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
20
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
21
22
0 commit comments