Skip to content

Commit

Permalink
Merge pull request #3521 from graphql-java/dependabot/gradle/org.asse…
Browse files Browse the repository at this point in the history
…rtj-assertj-core-3.25.3

Bump org.assertj:assertj-core from 3.25.1 to 3.25.3
  • Loading branch information
dondonz committed Mar 12, 2024
2 parents 52cc796 + f4744d6 commit de3d33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

testImplementation("org.assertj:assertj-core:3.25.1")
testImplementation("org.assertj:assertj-core:3.25.3")

}

Expand Down

0 comments on commit de3d33c

Please sign in to comment.