Skip to content

Commit

Permalink
Merge pull request #65 from xenit-eu/renovate/org.assertj-assertj-cor…
Browse files Browse the repository at this point in the history
…e-3.x

Update dependency org.assertj:assertj-core to v3.27.0
  • Loading branch information
renovate[bot] authored Dec 19, 2024
2 parents a43def7 + 0149639 commit 059fd69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contentgrid-configuration-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api 'io.projectreactor:reactor-core:3.7.1'
implementation 'org.slf4j:slf4j-api:2.0.16'

testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.assertj:assertj-core:3.27.0'
testImplementation 'io.projectreactor:reactor-test:3.7.1'
testImplementation 'org.awaitility:awaitility:4.2.2'
}
2 changes: 1 addition & 1 deletion contentgrid-configuration-kubernetes-fabric8/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
runtimeOnly 'org.bouncycastle:bcpkix-jdk18on:1.79'

testImplementation testFixtures(project(':contentgrid-configuration-api'))
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.assertj:assertj-core:3.27.0'
testImplementation 'org.awaitility:awaitility:4.2.2'

testImplementation platform('org.testcontainers:testcontainers-bom:1.20.4')
Expand Down

0 comments on commit 059fd69

Please sign in to comment.