Skip to content

Commit

Permalink
Merge pull request #126 from advanced-security/dependabot/gradle/org.…
Browse files Browse the repository at this point in the history
…assertj-assertj-core-3.27.1

Bump org.assertj:assertj-core from 3.27.0 to 3.27.1
  • Loading branch information
adrienpessu authored Jan 2, 2025
2 parents a93bf3c + 5dac9f1 commit 1879a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
dependencies {
// implementation(libs.annotations)
implementation("com.contrastsecurity:java-sarif:2.0")
testImplementation("org.assertj:assertj-core:3.27.0")
testImplementation("org.assertj:assertj-core:3.27.1")
}

// Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.
Expand Down

0 comments on commit 1879a53

Please sign in to comment.