Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.25.2 (#1491)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 24, 2024
1 parent 582fdba commit 30f57c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation 'com.google.flogger:flogger-system-backend:0.8'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.4.14'
errorprone("com.google.errorprone:error_prone_core:2.24.1")
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.2'
annotationProcessor "com.uber.nullaway:nullaway:+"
testImplementation "org.instancio:instancio-junit:4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion code-transformation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation "com.github.docker-java:docker-java-core:+"
implementation "com.github.docker-java:docker-java-transport-httpclient5:+"
implementation "com.contrastsecurity:java-sarif:+"
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.2'
implementation project(":commons")
implementation 'io.github.java-diff-utils:java-diff-utils:4.12'
}
Expand Down
2 changes: 1 addition & 1 deletion github-bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation project(":code-transformation")

testImplementation 'org.mockito:mockito-core:5.9.0'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.2'
testImplementation 'io.quarkus:quarkus-junit5'
testImplementation("io.quarkus:quarkus-smallrye-graphql-client")

Expand Down

0 comments on commit 30f57c3

Please sign in to comment.