File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' io.freefair.lombok' version ' 8.10.2 '
2
+ id ' io.freefair.lombok' version ' 8.11 '
3
3
id ' java-library'
4
4
id " me.champeau.jmh" version " 0.7.2"
5
5
}
@@ -14,9 +14,9 @@ repositories {
14
14
15
15
dependencies {
16
16
implementation ' org.apache.commons:commons-lang3:3.17.0'
17
- testImplementation ' ch.qos.logback:logback-classic:1.5.8 '
18
- testImplementation ' org.assertj:assertj-core:3.26.3 '
19
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.2 '
17
+ testImplementation ' ch.qos.logback:logback-classic:1.5.15 '
18
+ testImplementation ' org.assertj:assertj-core:3.27.0 '
19
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4 '
20
20
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
21
21
}
22
22
You can’t perform that action at this time.
0 commit comments