Skip to content

Commit 647790d

Browse files
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](jakartaee/inject@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] <[email protected]>
1 parent 0f41601 commit 647790d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

local-build-plugins/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ buildDir = "target"
1919
dependencies {
2020
implementation gradleApi()
2121

22-
implementation "jakarta.inject:jakarta.inject-api:2.0.0"
22+
implementation "jakarta.inject:jakarta.inject-api:2.0.1"
2323

24-
implementation "org.glassfish.jaxb:jaxb-xjc:4.0.5"
24+
implementation "org.glassfish.jaxb:jaxb-xjc:4.0.6"
2525
implementation "org.patrodyne.jvnet:hisrc-basicjaxb-tools:2.2.1"
2626
implementation "org.patrodyne.jvnet:hisrc-basicjaxb-plugins:2.2.1"
2727

2828
implementation 'io.smallrye:jandex:3.1.2'
2929
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
3030
implementation 'jakarta.json.bind:jakarta.json.bind-api:2.0.0'
31-
implementation 'jakarta.json:jakarta.json-api:2.0.1'
31+
implementation 'jakarta.json:jakarta.json-api:2.0.2'
3232
implementation 'org.eclipse:yasson:2.0.4'
3333
implementation 'org.jsoup:jsoup:1.21.1'
3434

0 commit comments

Comments
 (0)