Skip to content

Commit

Permalink
Change to dependnecy version and test Snyk action
Browse files Browse the repository at this point in the history
  • Loading branch information
dlnsec committed Sep 14, 2024
1 parent 273c8e8 commit c7a5b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
// Include vulnerable dependencies for Snyk test purposes
implementation("org.springframework:spring-core:4.3.0.RELEASE")
implementation("com.fasterxml.jackson.core:jackson-databind:2.8.0")
implementation("commons-collections:commons-collections:3.2.1")
implementation("commons-collections:commons-collections:3.2.0")

// Use the Kotlin JUnit 5 integration.
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
Expand Down

0 comments on commit c7a5b07

Please sign in to comment.