Skip to content

Commit f6f25f8

Browse files
committed
Upgraded vulnerable dependency
1 parent a55b732 commit f6f25f8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,15 @@ allprojects {
2828
dependencies {
2929
testImplementation "org.springframework.boot:spring-boot-starter-test:3.3.4"
3030
testImplementation 'org.assertj:assertj-core:3.26.3'
31-
testImplementation platform('org.junit:junit-bom:5.10.2')
31+
testImplementation platform('org.junit:junit-bom:5.11.2')
3232
testImplementation 'org.junit.jupiter:junit-jupiter'
3333
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+
}
3440
}
3541
}
3642

0 commit comments

Comments
 (0)