We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ed6a5 commit 91c63b3Copy full SHA for 91c63b3
build.gradle
@@ -144,7 +144,7 @@ dependencies {
144
testImplementation('org.projectlombok:lombok')
145
testAnnotationProcessor('org.projectlombok:lombok')
146
147
- testImplementation('net.bytebuddy:byte-buddy:1.14.19')
+ testImplementation('net.bytebuddy:byte-buddy:1.15.10')
148
testImplementation('junit:junit:4.13.2')
149
testImplementation "org.testcontainers:testcontainers:1.19.8"
150
testImplementation "org.testcontainers:junit-jupiter:1.19.8"
0 commit comments