Skip to content

Commit fd17793

Browse files
committed
Upgrade libs versions
1 parent a0e6e6a commit fd17793

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ dependencies {
2222
testImplementation 'com.github.stefanbirkner:system-rules:1.19.0'
2323
testImplementation 'junit:junit:4.13.2'
2424
testImplementation 'net.bytebuddy:byte-buddy:1.14.12'
25-
testImplementation 'org.assertj:assertj-core:3.25.3'
26-
testImplementation 'org.hamcrest:hamcrest:2.2'
27-
testImplementation 'org.mockito:mockito-core:5.10.0'
28-
testImplementation 'org.awaitility:awaitility:4.2.0'
29-
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.16.1'
25+
testImplementation 'org.assertj:assertj-core:3.27.3'
26+
testImplementation 'org.hamcrest:hamcrest:3.0'
27+
testImplementation 'org.mockito:mockito-core:5.17.0'
28+
testImplementation 'org.awaitility:awaitility:4.3.0'
29+
testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.19.3'
3030
testAnnotationProcessor("org.projectlombok:lombok:$lombokVersion")
3131
}
3232

gradle.properties

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
lombokVersion = 1.18.30
2-
jmockVersion = 2.12.0
1+
lombokVersion = 1.18.38

0 commit comments

Comments
 (0)