Skip to content

Commit

Permalink
Update dependency org.assertj:assertj-core to v3.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 9, 2024
1 parent 15dec57 commit f5d5c27
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/gigasecond/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
testCompile "junit:junit:4.13.2"
testImplementation "org.assertj:assertj-core:3.26.0"
testImplementation "org.assertj:assertj-core:3.26.3"
}

test {
Expand Down
2 changes: 1 addition & 1 deletion java/hamming/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
testCompile "junit:junit:4.13.2"
testImplementation "org.assertj:assertj-core:3.26.0"
testImplementation "org.assertj:assertj-core:3.26.3"
}

test {
Expand Down
2 changes: 1 addition & 1 deletion java/hello-world/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
testCompile "junit:junit:4.13.2"
testImplementation "org.assertj:assertj-core:3.26.0"
testImplementation "org.assertj:assertj-core:3.26.3"
}

test {
Expand Down
2 changes: 1 addition & 1 deletion java/two-fer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {

dependencies {
testCompile "junit:junit:4.13.2"
testImplementation "org.assertj:assertj-core:3.26.0"
testImplementation "org.assertj:assertj-core:3.26.3"
}

test {
Expand Down

0 comments on commit f5d5c27

Please sign in to comment.