Skip to content

Bump the pax-logging group in /cnf with 2 updates#3574

Merged
sfeilmeier merged 3 commits intodevelopfrom
dependabot/maven/cnf/develop/pax-logging-a5eff77922
Feb 21, 2026
Merged

Bump the pax-logging group in /cnf with 2 updates#3574
sfeilmeier merged 3 commits intodevelopfrom
dependabot/maven/cnf/develop/pax-logging-a5eff77922

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2026

Bumps the pax-logging group in /cnf with 2 updates: org.ops4j.pax.logging:pax-logging-api and org.ops4j.pax.logging:pax-logging-log4j2.

Updates org.ops4j.pax.logging:pax-logging-api from 2.3.1 to 2.3.2

Commits
  • 8480e08 [maven-release-plugin] prepare release logging-2.3.2
  • 4e55a65 [docs] Update version matrix
  • e99cef3 [Fixes #584] Upgrade to Logback 1.5.27
  • b3dbd68 [Fixes #586] Upgrade to JBoss Logging 3.6.2.Final
  • ef352eb [Fixes #585] Upgrade to Tomcat JULI 9.0.115
  • dd9b3d0 [versions] Update minor dependencies
  • 4e6bcad [build] Update versions of Maven plugins
  • a739717 [Fixes #582] Upgrada to Log4j2 2.25.3
  • bea753c [docs] Fix information about Log4j2 version used in 2.3.x
  • 4250f2a [versions] Set versions of inactive projects to 2.3.2-SNAPSHOT
  • Additional commits viewable in compare view

Updates org.ops4j.pax.logging:pax-logging-log4j2 from 2.3.1 to 2.3.2

Commits
  • 8480e08 [maven-release-plugin] prepare release logging-2.3.2
  • 4e55a65 [docs] Update version matrix
  • e99cef3 [Fixes #584] Upgrade to Logback 1.5.27
  • b3dbd68 [Fixes #586] Upgrade to JBoss Logging 3.6.2.Final
  • ef352eb [Fixes #585] Upgrade to Tomcat JULI 9.0.115
  • dd9b3d0 [versions] Update minor dependencies
  • 4e6bcad [build] Update versions of Maven plugins
  • a739717 [Fixes #582] Upgrada to Log4j2 2.25.3
  • bea753c [docs] Fix information about Log4j2 version used in 2.3.x
  • 4250f2a [versions] Set versions of inactive projects to 2.3.2-SNAPSHOT
  • Additional commits viewable in compare view

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 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 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

Bumps the pax-logging group in /cnf with 2 updates: [org.ops4j.pax.logging:pax-logging-api](https://github.com/ops4j/org.ops4j.pax.logging) and [org.ops4j.pax.logging:pax-logging-log4j2](https://github.com/ops4j/org.ops4j.pax.logging).


Updates `org.ops4j.pax.logging:pax-logging-api` from 2.3.1 to 2.3.2
- [Changelog](https://github.com/ops4j/org.ops4j.pax.logging/blob/main/RELEASE-NOTES.html)
- [Commits](ops4j/org.ops4j.pax.logging@logging-2.3.1...logging-2.3.2)

Updates `org.ops4j.pax.logging:pax-logging-log4j2` from 2.3.1 to 2.3.2
- [Changelog](https://github.com/ops4j/org.ops4j.pax.logging/blob/main/RELEASE-NOTES.html)
- [Commits](ops4j/org.ops4j.pax.logging@logging-2.3.1...logging-2.3.2)

---
updated-dependencies:
- dependency-name: org.ops4j.pax.logging:pax-logging-api
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pax-logging
- dependency-name: org.ops4j.pax.logging:pax-logging-log4j2
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pax-logging
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Feb 19, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 21, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3574      +/-   ##
=============================================
- Coverage      58.59%   58.56%   -0.02%     
  Complexity       105      105              
=============================================
  Files           3091     3091              
  Lines         134005   134005              
  Branches        9882     9882              
=============================================
- Hits           78505    78467      -38     
- Misses         52593    52648      +55     
+ Partials        2907     2890      -17     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sfeilmeier sfeilmeier merged commit 6950d74 into develop Feb 21, 2026
6 of 7 checks passed
@sfeilmeier sfeilmeier deleted the dependabot/maven/cnf/develop/pax-logging-a5eff77922 branch February 21, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant