Bump assertj-core from 3.22.0 to 3.23.1 in /dependencyManagement (#6664)
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.22.0 to 3.23.1. <details> <summary>Commits</summary> <ul> <li><a href="0256688fcf
"><code>0256688</code></a> [maven-release-plugin] prepare release assertj-core-3.23.1</li> <li><a href="6529933700
"><code>6529933</code></a> Downgrade <code>junit-jupiter</code> from 5.9.0-M1 to 5.8.2</li> <li><a href="d9cd2da03a
"><code>d9cd2da</code></a> [maven-release-plugin] prepare for next development iteration</li> <li><a href="6f19754e57
"><code>6f19754</code></a> [maven-release-plugin] prepare release assertj-core-3.23.0</li> <li><a href="c592c18a59
"><code>c592c18</code></a> Expose <code>ComparisonStrategy::areEqual</code> in <code>AbstractAssert</code> (<a href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2633">#2633</a>)</li> <li><a href="69c66a9bb6
"><code>69c66a9</code></a> Bump maven-invoker-plugin from 3.2.2 to 3.3.0 (<a href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2636">#2636</a>)</li> <li><a href="795f5278be
"><code>795f527</code></a> Fix test</li> <li><a href="b44460623b
"><code>b444606</code></a> Bump hibernate-core from 6.0.1.Final to 6.0.2.Final (<a href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2626">#2626</a>)</li> <li><a href="793241125e
"><code>7932411</code></a> Fix typos in Javadoc of ObjectEnumerableAssert (<a href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2624">#2624</a>)</li> <li><a href="b746e6aeb4
"><code>b746e6a</code></a> [mvn] Update maven wrapper to 3.1.1 (<a href="https://github-redirect.dependabot.com/assertj/assertj-core/issues/2622">#2622</a>)</li> <li>Additional commits viewable in <a href="https://github.com/assertj/assertj-core/compare/assertj-core-3.22.0...assertj-core-3.23.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
4ecfad8d85
commit
224501f60f
|
@ -100,7 +100,7 @@ val DEPENDENCIES = listOf(
|
|||
"commons-validator:commons-validator:1.7",
|
||||
"io.netty:netty:3.10.6.Final",
|
||||
"io.opentelemetry.proto:opentelemetry-proto:0.17.0-alpha",
|
||||
"org.assertj:assertj-core:3.22.0",
|
||||
"org.assertj:assertj-core:3.23.1",
|
||||
"org.awaitility:awaitility:4.2.0",
|
||||
"com.google.code.findbugs:annotations:3.0.1u2",
|
||||
"com.google.code.findbugs:jsr305:3.0.2",
|
||||
|
|
Loading…
Reference in New Issue