From 647790d3779f2dd44f6eca2aa3cd44c33a107a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 02:01:35 +0000 Subject: [PATCH] Bump the jakarta group across 1 directory with 3 updates Bumps the jakarta group with 3 updates in the / directory: [jakarta.inject:jakarta.inject-api](https://github.com/eclipse-ee4j/injection-api), org.glassfish.jaxb:jaxb-xjc and [jakarta.json:jakarta.json-api](https://github.com/eclipse-ee4j/jsonp). Updates `jakarta.inject:jakarta.inject-api` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/eclipse-ee4j/injection-api/releases) - [Commits](https://github.com/eclipse-ee4j/injection-api/compare/2.0.0...2.0.1) Updates `org.glassfish.jaxb:jaxb-xjc` from 4.0.5 to 4.0.6 Updates `jakarta.json:jakarta.json-api` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/eclipse-ee4j/jsonp/releases) - [Commits](https://github.com/eclipse-ee4j/jsonp/commits) --- updated-dependencies: - dependency-name: jakarta.inject:jakarta.inject-api dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jakarta - dependency-name: org.glassfish.jaxb:jaxb-xjc dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jakarta - dependency-name: jakarta.json:jakarta.json-api dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: jakarta ... Signed-off-by: dependabot[bot] --- local-build-plugins/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/local-build-plugins/build.gradle b/local-build-plugins/build.gradle index 19deebd1406b..4940ed704adc 100644 --- a/local-build-plugins/build.gradle +++ b/local-build-plugins/build.gradle @@ -19,16 +19,16 @@ buildDir = "target" dependencies { implementation gradleApi() - implementation "jakarta.inject:jakarta.inject-api:2.0.0" + implementation "jakarta.inject:jakarta.inject-api:2.0.1" - implementation "org.glassfish.jaxb:jaxb-xjc:4.0.5" + implementation "org.glassfish.jaxb:jaxb-xjc:4.0.6" implementation "org.patrodyne.jvnet:hisrc-basicjaxb-tools:2.2.1" implementation "org.patrodyne.jvnet:hisrc-basicjaxb-plugins:2.2.1" implementation 'io.smallrye:jandex:3.1.2' implementation 'org.apache.httpcomponents:httpclient:4.5.14' implementation 'jakarta.json.bind:jakarta.json.bind-api:2.0.0' - implementation 'jakarta.json:jakarta.json-api:2.0.1' + implementation 'jakarta.json:jakarta.json-api:2.0.2' implementation 'org.eclipse:yasson:2.0.4' implementation 'org.jsoup:jsoup:1.21.1'