Bump the maven group across 10 directories with 2 updates
Bumps the maven group with 2 updates in the / directory: ch.qos.logback:logback-core and org.cyclonedx:cyclonedx-core-java. Bumps the maven group with 1 update in the /common directory: ch.qos.logback:logback-core. Bumps the maven group with 1 update in the /engine directory: ch.qos.logback:logback-core. Bumps the maven group with 1 update in the /enricher directory: ch.qos.logback:logback-core. Bumps the maven group with 1 update in the /java directory: ch.qos.logback:logback-core. Bumps the maven group with 1 update in the /mapper directory: ch.qos.logback:logback-core. Bumps the maven group with 2 updates in the /output directory: ch.qos.logback:logback-core and org.cyclonedx:cyclonedx-core-java. Bumps the maven group with 1 update in the /python directory: ch.qos.logback:logback-core. Bumps the maven group with 1 update in the /rules directory: ch.qos.logback:logback-core. Bumps the maven group with 1 update in the /sonar-cryptography-plugin directory: ch.qos.logback:logback-core.
Updates ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.19
2025-09-30 Release of logback version 1.5.19
• Disallow "new" operator in the
conditionattribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.• At initialization time, slightly better reporting about watched configuration files.
• Softer message regarding usage of ConsoleAppender and its potential impact on performance.
• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
e572d4fskip deployment of blackbox and example modules, published as version 1.5.94adae8badd plugin for Maven Central deploymentee70cf4prepare release 1.5.1920802cfmindor javadoc changes8116069comment out code in COWArrayListConcurrencyTest to make IDE happy7f65340minor changes8d2262dsoften warning on using ConsoleAppenderc76fed3ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)61f6a25disallow new in if condition attribute in config filesa07cfd5logback-core: fix spelling errors (#956)- Additional commits viewable in compare view
Updates org.cyclonedx:cyclonedx-core-java from 10.2.1 to 11.0.1
Release notes
Sourced from org.cyclonedx:cyclonedx-core-java's releases.
cyclonedx-core-java-11.0.1
What's Changed
Bug Fixes 🐛
- Fix SchemaFactory configuration of XML validator (GHSA-6fhj-vr9j-g45r) by
@nscuroin CycloneDX/cyclonedx-core-java#737Dependency Updates 🤖
- chore(deps): Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#727- chore(deps): Bump github/codeql-action from 3.30.4 to 4.30.8 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#728- chore(deps): Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#725- chore(deps): Bump github/codeql-action from 4.30.8 to 4.30.9 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#729- chore(deps): Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#736- chore(deps): Bump github/codeql-action from 4.30.9 to 4.31.2 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#735- chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#733- chore(deps): Bump actions/download-artifact from 5.0.0 to 6.0.0 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#732- chore(deps): Bump commons-io:commons-io from 2.20.0 to 2.21.0 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#742- chore(deps): Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#741- chore(deps): Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#740- chore(deps): Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#739Full Changelog: https://github.com/CycloneDX/cyclonedx-core-java/compare/cyclonedx-core-java-11.0.0...cyclonedx-core-java-11.0.1
cyclonedx-core-java-11.0.0
What's Changed
Breaking Changes 🚨
- Fix CryptoRef array type by
@mr-zepolin CycloneDX/cyclonedx-core-java#628Enhancements 🚀
- Polish code for Validation by
@mr-zepolin CycloneDX/cyclonedx-core-java#613- Add Extra Validations For Metadata by
@mr-zepolin CycloneDX/cyclonedx-core-java#612- Bump SPDX license list to 3.26.0 by
@nscuroin CycloneDX/cyclonedx-core-java#647- #640 Added license names to license-mapping.json by
@bilakin CycloneDX/cyclonedx-core-java#641- chore: GH workflow permissions by
@jkowalleckin CycloneDX/cyclonedx-core-java#654- feat: Add
Apache 2 Licenseby@jakub-bochenskiin CycloneDX/cyclonedx-core-java#677- feat: Add
Eclipse Public License Version 1.0by@jakub-bochenskiin CycloneDX/cyclonedx-core-java#676- feat: Add
ASL, version 2andLGPL, version 2.1by@jakub-bochenskiin CycloneDX/cyclonedx-core-java#675- feat: Add
GPL v2 with the Classpath exceptionby@jakub-bochenskiin CycloneDX/cyclonedx-core-java#673- Added mapping for CPL license by
@t-swstkin CycloneDX/cyclonedx-core-java#697- Adjust release process for new Maven Central publishing by
@nscuroin CycloneDX/cyclonedx-core-java#713- Bump SPDX license list to 3.27.0 by
@stevenbucciniin CycloneDX/cyclonedx-core-java#715- Update README with steps to update license list by
@stevenbucciniin CycloneDX/cyclonedx-core-java#720Bug Fixes 🐛
- Fix wrong property type in
ComponentData.contentby@mr-zepolin CycloneDX/cyclonedx-core-java#627- Fix failing GitHub Actions builds by
@nscuroin CycloneDX/cyclonedx-core-java#648- Deserializer Nested Components in Metadata - Regression by
@mr-zepolin CycloneDX/cyclonedx-core-java#703- Fix publish-snapshot workflow by
@nscuroin CycloneDX/cyclonedx-core-java#719- Fix names of Maven Central secrets by
@nscuroin CycloneDX/cyclonedx-core-java#721Dependency Updates 🤖
... (truncated)
Commits
700ef74[maven-release-plugin] prepare release cyclonedx-core-java-11.0.1474706aMerge pull request #739 from CycloneDX/dependabot/github_actions/JamesIves/gi...2806f1cMerge pull request #740 from CycloneDX/dependabot/maven/commons-codec-commons...929aee4Merge pull request #741 from CycloneDX/dependabot/maven/org.apache.maven.plug...61386c5Merge pull request #742 from CycloneDX/dependabot/maven/commons-io-commons-io...731b802Merge pull request #737 from nscuro/fix-schemafactory-config794f524chore(deps): Bump commons-io:commons-io from 2.20.0 to 2.21.05b737aachore(deps): Bump org.apache.maven.plugins:maven-release-pluginf06bedfchore(deps): Bump commons-codec:commons-codec from 1.19.0 to 1.20.032a029achore(deps): Bump JamesIves/github-pages-deploy-action- Additional commits viewable in compare view
Updates ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.19
2025-09-30 Release of logback version 1.5.19
• Disallow "new" operator in the
conditionattribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.• At initialization time, slightly better reporting about watched configuration files.
• Softer message regarding usage of ConsoleAppender and its potential impact on performance.
• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
e572d4fskip deployment of blackbox and example modules, published as version 1.5.94adae8badd plugin for Maven Central deploymentee70cf4prepare release 1.5.1920802cfmindor javadoc changes8116069comment out code in COWArrayListConcurrencyTest to make IDE happy7f65340minor changes8d2262dsoften warning on using ConsoleAppenderc76fed3ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)61f6a25disallow new in if condition attribute in config filesa07cfd5logback-core: fix spelling errors (#956)- Additional commits viewable in compare view
Updates ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.19
2025-09-30 Release of logback version 1.5.19
• Disallow "new" operator in the
conditionattribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.• At initialization time, slightly better reporting about watched configuration files.
• Softer message regarding usage of ConsoleAppender and its potential impact on performance.
• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
e572d4fskip deployment of blackbox and example modules, published as version 1.5.94adae8badd plugin for Maven Central deploymentee70cf4prepare release 1.5.1920802cfmindor javadoc changes8116069comment out code in COWArrayListConcurrencyTest to make IDE happy7f65340minor changes8d2262dsoften warning on using ConsoleAppenderc76fed3ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)61f6a25disallow new in if condition attribute in config filesa07cfd5logback-core: fix spelling errors (#956)- Additional commits viewable in compare view
Updates ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.19
2025-09-30 Release of logback version 1.5.19
• Disallow "new" operator in the
conditionattribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.• At initialization time, slightly better reporting about watched configuration files.
• Softer message regarding usage of ConsoleAppender and its potential impact on performance.
• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
e572d4fskip deployment of blackbox and example modules, published as version 1.5.94adae8badd plugin for Maven Central deploymentee70cf4prepare release 1.5.1920802cfmindor javadoc changes8116069comment out code in COWArrayListConcurrencyTest to make IDE happy7f65340minor changes8d2262dsoften warning on using ConsoleAppenderc76fed3ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)61f6a25disallow new in if condition attribute in config filesa07cfd5logback-core: fix spelling errors (#956)- Additional commits viewable in compare view
Updates ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.19
2025-09-30 Release of logback version 1.5.19
• Disallow "new" operator in the
conditionattribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.• At initialization time, slightly better reporting about watched configuration files.
• Softer message regarding usage of ConsoleAppender and its potential impact on performance.
• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
e572d4fskip deployment of blackbox and example modules, published as version 1.5.94adae8badd plugin for Maven Central deploymentee70cf4prepare release 1.5.1920802cfmindor javadoc changes8116069comment out code in COWArrayListConcurrencyTest to make IDE happy7f65340minor changes8d2262dsoften warning on using ConsoleAppenderc76fed3ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)61f6a25disallow new in if condition attribute in config filesa07cfd5logback-core: fix spelling errors (#956)- Additional commits viewable in compare view
Updates ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.19
2025-09-30 Release of logback version 1.5.19
• Disallow "new" operator in the
conditionattribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.• At initialization time, slightly better reporting about watched configuration files.
• Softer message regarding usage of ConsoleAppender and its potential impact on performance.
• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
e572d4fskip deployment of blackbox and example modules, published as version 1.5.94adae8badd plugin for Maven Central deploymentee70cf4prepare release 1.5.1920802cfmindor javadoc changes8116069comment out code in COWArrayListConcurrencyTest to make IDE happy7f65340minor changes8d2262dsoften warning on using ConsoleAppenderc76fed3ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)61f6a25disallow new in if condition attribute in config filesa07cfd5logback-core: fix spelling errors (#956)- Additional commits viewable in compare view
Updates ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.19
2025-09-30 Release of logback version 1.5.19
• Disallow "new" operator in the
conditionattribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.• At initialization time, slightly better reporting about watched configuration files.
• Softer message regarding usage of ConsoleAppender and its potential impact on performance.
• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
e572d4fskip deployment of blackbox and example modules, published as version 1.5.94adae8badd plugin for Maven Central deploymentee70cf4prepare release 1.5.1920802cfmindor javadoc changes8116069comment out code in COWArrayListConcurrencyTest to make IDE happy7f65340minor changes8d2262dsoften warning on using ConsoleAppenderc76fed3ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)61f6a25disallow new in if condition attribute in config filesa07cfd5logback-core: fix spelling errors (#956)- Additional commits viewable in compare view
Updates org.cyclonedx:cyclonedx-core-java from 10.2.1 to 11.0.1
Release notes
Sourced from org.cyclonedx:cyclonedx-core-java's releases.
cyclonedx-core-java-11.0.1
What's Changed
Bug Fixes 🐛
- Fix SchemaFactory configuration of XML validator (GHSA-6fhj-vr9j-g45r) by
@nscuroin CycloneDX/cyclonedx-core-java#737Dependency Updates 🤖
- chore(deps): Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#727- chore(deps): Bump github/codeql-action from 3.30.4 to 4.30.8 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#728- chore(deps): Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#725- chore(deps): Bump github/codeql-action from 4.30.8 to 4.30.9 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#729- chore(deps): Bump com.fasterxml.jackson:jackson-bom from 2.20.0 to 2.20.1 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#736- chore(deps): Bump github/codeql-action from 4.30.9 to 4.31.2 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#735- chore(deps): Bump actions/upload-artifact from 4.6.2 to 5.0.0 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#733- chore(deps): Bump actions/download-artifact from 5.0.0 to 6.0.0 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#732- chore(deps): Bump commons-io:commons-io from 2.20.0 to 2.21.0 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#742- chore(deps): Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#741- chore(deps): Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#740- chore(deps): Bump JamesIves/github-pages-deploy-action from 4.7.3 to 4.7.4 by
@dependabot[bot] in CycloneDX/cyclonedx-core-java#739Full Changelog: https://github.com/CycloneDX/cyclonedx-core-java/compare/cyclonedx-core-java-11.0.0...cyclonedx-core-java-11.0.1
cyclonedx-core-java-11.0.0
What's Changed
Breaking Changes 🚨
- Fix CryptoRef array type by
@mr-zepolin CycloneDX/cyclonedx-core-java#628Enhancements 🚀
- Polish code for Validation by
@mr-zepolin CycloneDX/cyclonedx-core-java#613- Add Extra Validations For Metadata by
@mr-zepolin CycloneDX/cyclonedx-core-java#612- Bump SPDX license list to 3.26.0 by
@nscuroin CycloneDX/cyclonedx-core-java#647- #640 Added license names to license-mapping.json by
@bilakin CycloneDX/cyclonedx-core-java#641- chore: GH workflow permissions by
@jkowalleckin CycloneDX/cyclonedx-core-java#654- feat: Add
Apache 2 Licenseby@jakub-bochenskiin CycloneDX/cyclonedx-core-java#677- feat: Add
Eclipse Public License Version 1.0by@jakub-bochenskiin CycloneDX/cyclonedx-core-java#676- feat: Add
ASL, version 2andLGPL, version 2.1by@jakub-bochenskiin CycloneDX/cyclonedx-core-java#675- feat: Add
GPL v2 with the Classpath exceptionby@jakub-bochenskiin CycloneDX/cyclonedx-core-java#673- Added mapping for CPL license by
@t-swstkin CycloneDX/cyclonedx-core-java#697- Adjust release process for new Maven Central publishing by
@nscuroin CycloneDX/cyclonedx-core-java#713- Bump SPDX license list to 3.27.0 by
@stevenbucciniin CycloneDX/cyclonedx-core-java#715- Update README with steps to update license list by
@stevenbucciniin CycloneDX/cyclonedx-core-java#720Bug Fixes 🐛
- Fix wrong property type in
ComponentData.contentby@mr-zepolin CycloneDX/cyclonedx-core-java#627- Fix failing GitHub Actions builds by
@nscuroin CycloneDX/cyclonedx-core-java#648- Deserializer Nested Components in Metadata - Regression by
@mr-zepolin CycloneDX/cyclonedx-core-java#703- Fix publish-snapshot workflow by
@nscuroin CycloneDX/cyclonedx-core-java#719- Fix names of Maven Central secrets by
@nscuroin CycloneDX/cyclonedx-core-java#721Dependency Updates 🤖
... (truncated)
Commits
700ef74[maven-release-plugin] prepare release cyclonedx-core-java-11.0.1474706aMerge pull request #739 from CycloneDX/dependabot/github_actions/JamesIves/gi...2806f1cMerge pull request #740 from CycloneDX/dependabot/maven/commons-codec-commons...929aee4Merge pull request #741 from CycloneDX/dependabot/maven/org.apache.maven.plug...61386c5Merge pull request #742 from CycloneDX/dependabot/maven/commons-io-commons-io...731b802Merge pull request #737 from nscuro/fix-schemafactory-config794f524chore(deps): Bump commons-io:commons-io from 2.20.0 to 2.21.05b737aachore(deps): Bump org.apache.maven.plugins:maven-release-pluginf06bedfchore(deps): Bump commons-codec:commons-codec from 1.19.0 to 1.20.032a029achore(deps): Bump JamesIves/github-pages-deploy-action- Additional commits viewable in compare view
Updates ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.19
2025-09-30 Release of logback version 1.5.19
• Disallow "new" operator in the
conditionattribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.• At initialization time, slightly better reporting about watched configuration files.
• Softer message regarding usage of ConsoleAppender and its potential impact on performance.
• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
e572d4fskip deployment of blackbox and example modules, published as version 1.5.94adae8badd plugin for Maven Central deploymentee70cf4prepare release 1.5.1920802cfmindor javadoc changes8116069comment out code in COWArrayListConcurrencyTest to make IDE happy7f65340minor changes8d2262dsoften warning on using ConsoleAppenderc76fed3ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)61f6a25disallow new in if condition attribute in config filesa07cfd5logback-core: fix spelling errors (#956)- Additional commits viewable in compare view
Updates ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.19
2025-09-30 Release of logback version 1.5.19
• Disallow "new" operator in the
conditionattribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.• At initialization time, slightly better reporting about watched configuration files.
• Softer message regarding usage of ConsoleAppender and its potential impact on performance.
• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
e572d4fskip deployment of blackbox and example modules, published as version 1.5.94adae8badd plugin for Maven Central deploymentee70cf4prepare release 1.5.1920802cfmindor javadoc changes8116069comment out code in COWArrayListConcurrencyTest to make IDE happy7f65340minor changes8d2262dsoften warning on using ConsoleAppenderc76fed3ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)61f6a25disallow new in if condition attribute in config filesa07cfd5logback-core: fix spelling errors (#956)- Additional commits viewable in compare view
Updates ch.qos.logback:logback-core from 1.5.18 to 1.5.19
Release notes
Sourced from ch.qos.logback:logback-core's releases.
Logback 1.5.19
2025-09-30 Release of logback version 1.5.19
• Disallow "new" operator in the
conditionattribute of <if> elements. This fixes an ACE vulnerability recorded as CVE-2025-11226.• At initialization time, slightly better reporting about watched configuration files.
• Softer message regarding usage of ConsoleAppender and its potential impact on performance.
• In ViewStatusMessagesServlet, restrict processing of "Clear" button to POST method. This change was proposed by Ralf Wiebicke who also provided the relevant PR.
• A bit-wise identical binary of this version can be reproduced by building from source code at commit e572d4f87f06674788eb3ca7148e8d1dffc615fa associated with the tag v_1.5.19. Release built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.
Commits
e572d4fskip deployment of blackbox and example modules, published as version 1.5.94adae8badd plugin for Maven Central deploymentee70cf4prepare release 1.5.1920802cfmindor javadoc changes8116069comment out code in COWArrayListConcurrencyTest to make IDE happy7f65340minor changes8d2262dsoften warning on using ConsoleAppenderc76fed3ViewStatusMessagesServlet requires method POST for button 'Clear' (#971)61f6a25disallow new in if condition attribute in config filesa07cfd5logback-core: fix spelling errors (#956)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 You can disable automated security fix PRs for this repo from the Security Alerts page.