Skip to content

Commit

Permalink
build(deps): bump the jersey group in /server/java with 5 updates
Browse files Browse the repository at this point in the history
Bumps the jersey group in /server/java with 5 updates:

| Package | From | To |
| --- | --- | --- |
| org.glassfish.jersey.inject:jersey-hk2 | `3.0.6` | `3.1.9` |
| org.glassfish.jersey.core:jersey-server | `3.1.7` | `3.1.9` |
| org.glassfish.jersey.containers:jersey-container-servlet-core | `3.1.7` | `3.1.9` |
| org.glassfish.jersey.containers:jersey-container-jetty-http | `3.0.6` | `3.1.9` |
| org.glassfish.jersey.media:jersey-media-json-jackson | `3.0.6` | `3.1.9` |


Updates `org.glassfish.jersey.inject:jersey-hk2` from 3.0.6 to 3.1.9

Updates `org.glassfish.jersey.core:jersey-server` from 3.1.7 to 3.1.9

Updates `org.glassfish.jersey.containers:jersey-container-servlet-core` from 3.1.7 to 3.1.9

Updates `org.glassfish.jersey.containers:jersey-container-jetty-http` from 3.0.6 to 3.1.9

Updates `org.glassfish.jersey.media:jersey-media-json-jackson` from 3.0.6 to 3.1.9

---
updated-dependencies:
- dependency-name: org.glassfish.jersey.inject:jersey-hk2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jersey
- dependency-name: org.glassfish.jersey.core:jersey-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jersey
- dependency-name: org.glassfish.jersey.containers:jersey-container-servlet-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jersey
- dependency-name: org.glassfish.jersey.containers:jersey-container-jetty-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jersey
- dependency-name: org.glassfish.jersey.media:jersey-media-json-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jersey
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 7859f95 commit ac1aa9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions server/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ dependencies {
implementation 'org.eclipse.jetty:jetty-servlet:11.0.11'
implementation 'org.eclipse.jetty:jetty-util:11.0.11'

implementation 'org.glassfish.jersey.inject:jersey-hk2:3.0.6'
implementation 'org.glassfish.jersey.core:jersey-server:3.1.7'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.7'
implementation 'org.glassfish.jersey.containers:jersey-container-jetty-http:3.0.6'
implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:3.0.6'
implementation 'org.glassfish.jersey.inject:jersey-hk2:3.1.9'
implementation 'org.glassfish.jersey.core:jersey-server:3.1.9'
implementation 'org.glassfish.jersey.containers:jersey-container-servlet-core:3.1.9'
implementation 'org.glassfish.jersey.containers:jersey-container-jetty-http:3.1.9'
implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:3.1.9'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.1'
Expand Down

0 comments on commit ac1aa9c

Please sign in to comment.