Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 in /log4j-parent (a…
Browse files Browse the repository at this point in the history
…pache#3365)

* Bump org.assertj:assertj-core from 3.26.3 to 3.27.2 in /log4j-parent

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.3 to 3.27.2.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.2)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Workaround source incompatible change

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Piotr P. Karwasz <[email protected]>
  • Loading branch information
dependabot[bot] and ppkarwasz authored Jan 6, 2025
1 parent b4892e8 commit e99f1cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion log4j-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<activemq.version>6.1.4</activemq.version>
<angus-activation.version>2.0.2</angus-activation.version>
<angus-mail.version>2.0.3</angus-mail.version>
<assertj.version>3.26.3</assertj.version>
<assertj.version>3.27.2</assertj.version>
<awaitility.version>4.2.2</awaitility.version>
<bsh.version>2.0b6</bsh.version>
<cassandra.version>3.11.17</cassandra.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ThrowableConsumingMessageFactoryTest {
private static final Object P8 = new Object();
private static final Object P9 = new Object();
private static final Object P10 = new Object();
private static final Object THROWABLE = new Throwable();
private static final Throwable THROWABLE = new Throwable();

@Test
void should_not_consume_last_object_parameter() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class ThrowableConsumingMessageFactoryTest {
private static final Object P8 = new Object();
private static final Object P9 = new Object();
private static final Object P10 = new Object();
private static final Object THROWABLE = new Throwable();
private static final Throwable THROWABLE = new Throwable();

@Test
void should_not_consume_last_object_parameter() {
Expand Down

0 comments on commit e99f1cb

Please sign in to comment.