Skip to content

Commit

Permalink
Upgraded vulnerable dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Oct 9, 2024
1 parent a55b732 commit f6f25f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,15 @@ allprojects {
dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-test:3.3.4"
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation platform('org.junit:junit-bom:5.11.2')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation 'org.junit.platform:junit-platform-launcher'

constraints {
implementation('org.apache.commons:commons-compress:1.26.0') {
because 'version 1.24.0 has a vulnerability'
}
}
}
}

Expand Down

0 comments on commit f6f25f8

Please sign in to comment.