Skip to content

Commit

Permalink
chore(deps): bump the jersey group across 2 directories with 2 updates
Browse files Browse the repository at this point in the history
Bumps the jersey group with 2 updates in the /aws-serverless-jersey-archetype/src/main/resources/archetype-resources directory: org.glassfish.jersey.media:jersey-media-json-jackson and org.glassfish.jersey.inject:jersey-hk2.
Bumps the jersey group with 2 updates in the /samples/jersey/pet-store directory: org.glassfish.jersey.media:jersey-media-json-jackson and org.glassfish.jersey.inject:jersey-hk2.


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

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

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

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

---
updated-dependencies:
- dependency-name: org.glassfish.jersey.media:jersey-media-json-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jersey
- dependency-name: org.glassfish.jersey.inject:jersey-hk2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jersey
- dependency-name: org.glassfish.jersey.media:jersey-media-json-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jersey
- dependency-name: org.glassfish.jersey.inject:jersey-hk2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: jersey
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 02fb393 commit 1013410
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ dependencies {
'com.fasterxml.jackson.core:jackson-databind:2.18.2',
)

implementation("org.glassfish.jersey.media:jersey-media-json-jackson:3.1.9") {
implementation("org.glassfish.jersey.media:jersey-media-json-jackson:3.1.10") {
exclude group: 'com.fasterxml.jackson.core', module: "jackson-annotations"
exclude group: 'com.fasterxml.jackson.core', module: "jackson-databind"
exclude group: 'com.fasterxml.jackson.core', module: "jackson-core"
}

implementation("org.glassfish.jersey.inject:jersey-hk2:3.1.9") {
implementation("org.glassfish.jersey.inject:jersey-hk2:3.1.10") {
exclude group: 'javax.inject', module: "javax.inject"
}

Expand Down
4 changes: 2 additions & 2 deletions samples/jersey/pet-store/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ dependencies {
'com.fasterxml.jackson.core:jackson-databind:2.18.2',
)

implementation("org.glassfish.jersey.media:jersey-media-json-jackson:3.1.9") {
implementation("org.glassfish.jersey.media:jersey-media-json-jackson:3.1.10") {
exclude group: 'com.fasterxml.jackson.core', module: "jackson-annotations"
exclude group: 'com.fasterxml.jackson.core', module: "jackson-databind"
exclude group: 'com.fasterxml.jackson.core', module: "jackson-core"
}

implementation("org.glassfish.jersey.inject:jersey-hk2:3.1.9") {
implementation("org.glassfish.jersey.inject:jersey-hk2:3.1.10") {
exclude group: 'javax.inject', module: "javax.inject"
}
}
Expand Down

0 comments on commit 1013410

Please sign in to comment.