This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch coheigea/codeql in repository https://gitbox.apache.org/repos/asf/cxf.git
commit becdd0031acf0c4e99a73b54357a0f1dfc0025cb Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Sep 15 08:15:42 2026 +0100 Group codeql updates together --- .github/dependabot.yml | 4 ++++ parent/pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 24008165aa9..fdd46584ed0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,4 +27,8 @@ updates: interval: weekly cooldown: default-days: 5 + groups: + codeql-action: + patterns: + - "github/codeql-action/*" diff --git a/parent/pom.xml b/parent/pom.xml index 7428babb724..ac2ed1809e9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -241,7 +241,7 @@ <cxf.woodstox.core.version>7.2.2</cxf.woodstox.core.version> <cxf.woodstox.stax2-api.version>4.2.1</cxf.woodstox.stax2-api.version> <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version> - <cxf.jakarta.wss4j.version>4.0.1</cxf.jakarta.wss4j.version> + <cxf.jakarta.wss4j.version>4.0.2-SNAPSHOT</cxf.jakarta.wss4j.version> <cxf.xmlschema.version>2.3.2</cxf.xmlschema.version> <cxf.xnio.version>3.8.17.Final</cxf.xnio.version> <cxf.zest.version>2.1</cxf.zest.version>
