From 022969581d90336e1b0a1dbeba42efb838543054 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:46:13 +0000 Subject: [PATCH] [deps]: Bump jakartaVersion from 4.0.0 to 4.0.2 Bumps `jakartaVersion` from 4.0.0 to 4.0.2. Updates `org.apache.cxf.xjcplugins:cxf-xjc-ts` from 4.0.0 to 4.0.2 Updates `com.sun.xml.ws:jaxws-rt` from 4.0.0 to 4.0.2 Updates `org.apache.cxf.xjc-utils:cxf-xjc-runtime` from 4.0.0 to 4.0.2 --- updated-dependencies: - dependency-name: org.apache.cxf.xjcplugins:cxf-xjc-ts dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.sun.xml.ws:jaxws-rt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.cxf.xjc-utils:cxf-xjc-runtime dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 67e9854..f675f5d 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ ext { // SOAP cxfVersion = "4.0.0" - jakartaVersion = "4.0.0" + jakartaVersion = "4.0.2" // gRPC grpcVersion = "1.68.1"