Skip to content

Commit c0b9bc0

Browse files
Bump the non-breaking group across 1 directory with 9 updates (#566)
* Bump the non-breaking group across 1 directory with 9 updates Bumps the non-breaking group with 9 updates in the /log4j-parent directory: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `5.13.1` | `5.13.2` | | [org.apache.activemq:activemq-broker](https://github.com/apache/activemq) | `6.1.6` | `6.1.7` | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.16.0` | `1.18.0` | | org.apache.commons:commons-compress | `1.25.0` | `1.27.1` | | [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.12.0` | `1.14.0` | | org.apache.commons:commons-dbcp2 | `2.12.0` | `2.13.0` | | commons-io:commons-io | `2.17.0` | `2.19.0` | | org.apache.commons:commons-lang3 | `3.15.0` | `3.17.0` | | commons-logging:commons-logging | `1.2.0` | `1.3.5` | Updates `org.junit:junit-bom` from 5.13.1 to 5.13.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r5.13.1...r5.13.2) Updates `org.apache.activemq:activemq-broker` from 6.1.6 to 6.1.7 - [Commits](apache/activemq@activemq-6.1.6...activemq-6.1.7) Updates `commons-codec:commons-codec` from 1.16.0 to 1.18.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.16.0...rel/commons-codec-1.18.0) Updates `org.apache.commons:commons-compress` from 1.25.0 to 1.27.1 Updates `org.apache.commons:commons-csv` from 1.12.0 to 1.14.0 - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-csv@rel/commons-csv-1.12.0...rel/commons-csv-1.14.0) Updates `org.apache.commons:commons-dbcp2` from 2.12.0 to 2.13.0 Updates `commons-io:commons-io` from 2.17.0 to 2.19.0 Updates `org.apache.commons:commons-lang3` from 3.15.0 to 3.17.0 Updates `commons-logging:commons-logging` from 1.2.0 to 1.3.5 --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking - dependency-name: org.apache.activemq:activemq-broker dependency-version: 6.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: non-breaking - dependency-name: commons-codec:commons-codec dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking - dependency-name: org.apache.commons:commons-compress dependency-version: 1.27.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking - dependency-name: org.apache.commons:commons-csv dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking - dependency-name: org.apache.commons:commons-dbcp2 dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking - dependency-name: commons-io:commons-io dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking - dependency-name: commons-logging:commons-logging dependency-version: 1.3.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking ... Signed-off-by: dependabot[bot] <[email protected]> * Generate changelog entries for PR #566 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Release Manager <[email protected]>
1 parent 7e00f5a commit c0b9bc0

10 files changed

+90
-9
lines changed

log4j-parent/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<!-- =====================================================
6161
Direct dependency version properties (in alphabetical order)
6262
===================================================== -->
63-
<activemq.version>6.1.6</activemq.version>
63+
<activemq.version>6.1.7</activemq.version>
6464
<angus-activation.version>2.0.2</angus-activation.version>
6565
<angus-mail.version>2.0.3</angus-mail.version>
6666
<assertj.version>3.27.3</assertj.version>
@@ -69,13 +69,13 @@
6969
<bnd.annotation.version>7.1.0</bnd.annotation.version>
7070
<cassandra.version>3.11.19</cassandra.version>
7171
<cassandra-driver.version>3.11.5</cassandra-driver.version>
72-
<commons-codec.version>1.16.0</commons-codec.version>
73-
<commons-compress.version>1.25.0</commons-compress.version>
74-
<commons-csv.version>1.12.0</commons-csv.version>
75-
<commons-dbcp2.version>2.12.0</commons-dbcp2.version>
76-
<commons-io.version>2.17.0</commons-io.version>
77-
<commons-lang3.version>3.15.0</commons-lang3.version>
78-
<commons-logging.version>1.2.0</commons-logging.version>
72+
<commons-codec.version>1.18.0</commons-codec.version>
73+
<commons-compress.version>1.27.1</commons-compress.version>
74+
<commons-csv.version>1.14.0</commons-csv.version>
75+
<commons-dbcp2.version>2.13.0</commons-dbcp2.version>
76+
<commons-io.version>2.19.0</commons-io.version>
77+
<commons-lang3.version>3.17.0</commons-lang3.version>
78+
<commons-logging.version>1.3.5</commons-logging.version>
7979
<!-- `com.conversantmedia:disruptor` version 1.2.16 requires Java 9: -->
8080
<conversant.disruptor.version>1.2.15</conversant.disruptor.version>
8181
<disruptor.version>3.4.4</disruptor.version>
@@ -109,7 +109,7 @@
109109
<jmdns.version>3.6.1</jmdns.version>
110110
<jmh.version>1.37</jmh.version>
111111
<junit.version>4.13.2</junit.version>
112-
<junit-jupiter.version>5.13.1</junit-jupiter.version>
112+
<junit-jupiter.version>5.13.2</junit-jupiter.version>
113113
<junit-pioneer.version>1.9.1</junit-pioneer.version>
114114
<kafka.version>4.0.0</kafka.version>
115115
<lightcouch.version>0.2.0</lightcouch.version>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns="https://logging.apache.org/xml/ns"
5+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
6+
type="updated">
7+
<issue id="566" link="https://github.com/ppkarwasz/logging-log4j2/pull/566"/>
8+
<description format="asciidoc">Update `commons-codec:commons-codec` to version `1.18.0`.</description>
9+
</entry>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns="https://logging.apache.org/xml/ns"
5+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
6+
type="updated">
7+
<issue id="566" link="https://github.com/ppkarwasz/logging-log4j2/pull/566"/>
8+
<description format="asciidoc">Update `commons-io:commons-io` to version `2.19.0`.</description>
9+
</entry>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns="https://logging.apache.org/xml/ns"
5+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
6+
type="updated">
7+
<issue id="566" link="https://github.com/ppkarwasz/logging-log4j2/pull/566"/>
8+
<description format="asciidoc">Update `commons-logging:commons-logging` to version `1.3.5`.</description>
9+
</entry>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns="https://logging.apache.org/xml/ns"
5+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
6+
type="updated">
7+
<issue id="566" link="https://github.com/ppkarwasz/logging-log4j2/pull/566"/>
8+
<description format="asciidoc">Update `org.apache.activemq:activemq-broker` to version `6.1.7`.</description>
9+
</entry>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns="https://logging.apache.org/xml/ns"
5+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
6+
type="updated">
7+
<issue id="566" link="https://github.com/ppkarwasz/logging-log4j2/pull/566"/>
8+
<description format="asciidoc">Update `org.apache.commons:commons-compress` to version `1.27.1`.</description>
9+
</entry>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns="https://logging.apache.org/xml/ns"
5+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
6+
type="updated">
7+
<issue id="566" link="https://github.com/ppkarwasz/logging-log4j2/pull/566"/>
8+
<description format="asciidoc">Update `org.apache.commons:commons-csv` to version `1.14.0`.</description>
9+
</entry>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns="https://logging.apache.org/xml/ns"
5+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
6+
type="updated">
7+
<issue id="566" link="https://github.com/ppkarwasz/logging-log4j2/pull/566"/>
8+
<description format="asciidoc">Update `org.apache.commons:commons-dbcp2` to version `2.13.0`.</description>
9+
</entry>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns="https://logging.apache.org/xml/ns"
5+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
6+
type="updated">
7+
<issue id="566" link="https://github.com/ppkarwasz/logging-log4j2/pull/566"/>
8+
<description format="asciidoc">Update `org.apache.commons:commons-lang3` to version `3.17.0`.</description>
9+
</entry>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!-- SPDX-License-Identifier: Apache-2.0 -->
3+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xmlns="https://logging.apache.org/xml/ns"
5+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
6+
type="updated">
7+
<issue id="566" link="https://github.com/ppkarwasz/logging-log4j2/pull/566"/>
8+
<description format="asciidoc">Update `org.junit:junit-bom` to version `5.13.2`.</description>
9+
</entry>

0 commit comments

Comments
 (0)