Skip to content

Commit d84dca1

Browse files
deps: bump the regular group with 2 updates (#2218)
Bumps the regular group with 2 updates: org.apache.logging.log4j:log4j-to-slf4j and [tools.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom). Updates `org.apache.logging.log4j:log4j-to-slf4j` from 2.25.3 to 2.25.4 Updates `tools.jackson:jackson-bom` from 3.1.0 to 3.1.1 <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/FasterXML/jackson-bom/commit/0628060381a5b86e3fc07854a27b7453de559b7e"><code>0628060</code></a> [maven-release-plugin] prepare release jackson-bom-3.1.1</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/22b8aeec79b87751a41c586404850c526eed1dbe"><code>22b8aee</code></a> Prep for 3.1.1 release</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/2d305e6af8b61c6c30f5658cd8c794419e233a53"><code>2d305e6</code></a> Add JDK 25 in CI</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/da85336a6e5749354bc65536f493a712401eea4f"><code>da85336</code></a> Merge pull request <a href="https://redirect.github.com/FasterXML/jackson-bom/issues/123">#123</a> from FasterXML/tatu/3.1/122-switch-to-junit6</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/7ec5e0ec5ad5e53e12e775537e4717478841d459"><code>7ec5e0e</code></a> Fix <a href="https://redirect.github.com/FasterXML/jackson-bom/issues/122">#122</a>: switch 3.x (starting with 3.1.1) to use JUnit 6</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/ef0977031036f6fcc6d54eaeb93ccd35a2ab2c96"><code>ef09770</code></a> Update oss-parent dep</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/096fd38380b35fca5bbf66a38421cbdfd578bdac"><code>096fd38</code></a> Update oss-parent dep to v78 for 3.1(.1)</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/9907bea8e317389a356326721e8a83316d08041a"><code>9907bea</code></a> Post-release dep version bump</li> <li><a href="https://github.com/FasterXML/jackson-bom/commit/dc69fe84c98aba0789158771a88699742c7b1048"><code>dc69fe8</code></a> [maven-release-plugin] prepare for next development iteration</li> <li>See full diff in <a href="https://github.com/FasterXML/jackson-bom/compare/jackson-bom-3.1.0...jackson-bom-3.1.1">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84e8d56 commit d84dca1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build/build-parent/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version.ch.qos.logback>1.5.32</version.ch.qos.logback>
2424
<version.io.quarkus>3.32.3</version.io.quarkus>
2525
<version.org.apache.commons.math3>3.6.1</version.org.apache.commons.math3>
26-
<version.org.apache.logging.log4j>2.25.3</version.org.apache.logging.log4j>
26+
<version.org.apache.logging.log4j>2.25.4</version.org.apache.logging.log4j>
2727
<version.org.assertj>3.27.7</version.org.assertj>
2828
<version.org.awaitility>4.3.0</version.org.awaitility>
2929
<version.org.eclipse.microprofile.config>3.1.1-RC1</version.org.eclipse.microprofile.config>
@@ -33,7 +33,7 @@
3333
<version.org.openrewrite.recipe>3.27.0</version.org.openrewrite.recipe>
3434
<version.org.springframework.boot>4.0.5</version.org.springframework.boot>
3535
<version.ow2.asm>9.9.1</version.ow2.asm>
36-
<version.tools.jackson>3.1.0</version.tools.jackson>
36+
<version.tools.jackson>3.1.1</version.tools.jackson>
3737

3838
<!-- ************************************************************************ -->
3939
<!-- Plugins -->

0 commit comments

Comments
 (0)