Skip to content

Bump the jakarta group with 2 updates #10395

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions local-build-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ buildDir = "target"
dependencies {
implementation gradleApi()

implementation "jakarta.inject:jakarta.inject-api:2.0.0"
implementation "jakarta.inject:jakarta.inject-api:2.0.1"

implementation 'io.smallrye:jandex:3.1.2'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
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'
Comment on lines -22 to +27
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is all very weird -- I'm not sure why the local build plugins would need this, but if they do, we need to find some way to not have it in the "jakarta group" for dependabot, because it's confusing.

implementation 'org.eclipse:yasson:2.0.4'
implementation 'org.jsoup:jsoup:1.15.3'

Expand Down