Skip to content

Commit

Permalink
fix(deps): update dependency org.assertj:assertj-core to v3.25.0 (#1413)
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 Dec 31, 2023
1 parent 41e7f5c commit 0fcad33
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.0")
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.0'
annotationProcessor "com.uber.nullaway:nullaway:+"
testImplementation "org.instancio:instancio-junit:3.7.1"
}
Expand Down
2 changes: 1 addition & 1 deletion code-transformation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.24.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.0'
implementation project(":commons")
implementation project(":spoon-analyzer")
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 @@ -22,7 +22,7 @@ dependencies {
implementation("io.quarkus:quarkus-oidc")
implementation("io.quarkus:quarkus-keycloak-authorization")
implementation("io.quarkus:quarkus-micrometer-registry-prometheus")
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.24.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.25.0'
implementation project(":commons")
implementation "io.quarkiverse.loggingmanager:quarkus-logging-manager:3.0.3"
testImplementation 'org.mockito:mockito-core:5.8.0'
Expand Down

0 comments on commit 0fcad33

Please sign in to comment.