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 a55b732 commit f6f25f8Copy full SHA for f6f25f8
build.gradle
@@ -28,9 +28,15 @@ allprojects {
28
dependencies {
29
testImplementation "org.springframework.boot:spring-boot-starter-test:3.3.4"
30
testImplementation 'org.assertj:assertj-core:3.26.3'
31
- testImplementation platform('org.junit:junit-bom:5.10.2')
+ testImplementation platform('org.junit:junit-bom:5.11.2')
32
testImplementation 'org.junit.jupiter:junit-jupiter'
33
testImplementation 'org.junit.platform:junit-platform-launcher'
34
+
35
+ constraints {
36
+ implementation('org.apache.commons:commons-compress:1.26.0') {
37
+ because 'version 1.24.0 has a vulnerability'
38
+ }
39
40
}
41
42
0 commit comments