Skip to content

Commit 7b0e617

Browse files
Bump assertj-core from 3.23.1 to 3.24.1 (#7527)
Bumps assertj-core from 3.23.1 to 3.24.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.assertj:assertj-core&package-manager=gradle&previous-version=3.23.1&new-version=3.24.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca261fb commit 7b0e617

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conventions/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ dependencies {
5757
testImplementation(enforcedPlatform("org.junit:junit-bom:5.9.1"))
5858
testImplementation("org.junit.jupiter:junit-jupiter-api")
5959
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
60-
testImplementation("org.assertj:assertj-core:3.23.1")
60+
testImplementation("org.assertj:assertj-core:3.24.1")
6161
}

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ val DEPENDENCIES = listOf(
9494
"io.netty:netty:3.10.6.Final",
9595
"io.opentelemetry.contrib:opentelemetry-aws-xray-propagator:1.21.0-alpha",
9696
"io.opentelemetry.proto:opentelemetry-proto:0.19.0-alpha",
97-
"org.assertj:assertj-core:3.23.1",
97+
"org.assertj:assertj-core:3.24.1",
9898
"org.awaitility:awaitility:4.2.0",
9999
"com.google.code.findbugs:annotations:3.0.1u2",
100100
"com.google.code.findbugs:jsr305:3.0.2",

gradle-plugins/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies {
4040

4141
implementation("gradle.plugin.com.github.johnrengelman:shadow:7.1.2")
4242

43-
testImplementation("org.assertj:assertj-core:3.23.1")
43+
testImplementation("org.assertj:assertj-core:3.24.1")
4444

4545
testImplementation(enforcedPlatform("org.junit:junit-bom:5.9.1"))
4646
testImplementation("org.junit.jupiter:junit-jupiter-api")

0 commit comments

Comments
 (0)