Skip to content

Commit f2784f8

Browse files
authored
chore(deps-dev): bump org.assertj:assertj-core from 3.27.5 to 3.27.6 [skip ci]
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.5 to 3.27.6. Release notes *Sourced from [org.assertj:assertj-core's releases](https://github.com/assertj/assertj/releases).* > v3.27.6 > ------- > > 🐛 Bug Fixes > --------------- > > ### Core > > * Add missing export for `org.assertj.core.annotation` [#3951](https://redirect.github.com/assertj/assertj/issues/3951) > > ❤️ Contributors > -------------------- > > Thanks to all the contributors who worked on this release: > > [`@​duponter`](https://github.com/duponter) Commits * [`716b1e0`](assertj/assertj@716b1e0) [maven-release-plugin] prepare release assertj-build-3.27.6 * [`e189652`](assertj/assertj@e189652) Add missing export for `org.assertj.core.annotation` ([#3951](https://redirect.github.com/assertj/assertj/issues/3951)) * [`0cb489e`](assertj/assertj@0cb489e) Update Maven Central URL * [`7286309`](assertj/assertj@7286309) [maven-release-plugin] prepare for next development iteration * See full diff in [compare view](assertj/assertj@assertj-build-3.27.5...assertj-build-3.27.6) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=org.assertj:assertj-core&package-manager=maven&previous-version=3.27.5&new-version=3.27.6)](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) --- Dependabot commands and options 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
2 parents 5e27b6e + da58ccd commit f2784f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1414

1515
<junit.version>6.0.0</junit.version>
16-
<assertj.version>3.27.5</assertj.version>
16+
<assertj.version>3.27.6</assertj.version>
1717
<picocli.version>4.7.6</picocli.version>
1818
<archunit-junit5.version>1.3.0</archunit-junit5.version>
1919
<slf4j-api.version>2.0.17</slf4j-api.version>

0 commit comments

Comments
 (0)