Skip to content

Commit

Permalink
build(deps): bump jersey.version from 3.1.6 to 3.1.7
Browse files Browse the repository at this point in the history
Bumps `jersey.version` from 3.1.6 to 3.1.7.

Updates `org.glassfish.jersey.core:jersey-client` from 3.1.6 to 3.1.7

Updates `org.glassfish.jersey.inject:jersey-hk2` from 3.1.6 to 3.1.7

Updates `org.glassfish.jersey.ext:jersey-proxy-client` from 3.1.6 to 3.1.7

Updates `org.glassfish.jersey.media:jersey-media-json-jackson` from 3.1.6 to 3.1.7

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and fhussonnois committed Jun 3, 2024
1 parent 30a0f8e commit 2a9101e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<properties>
<license.header.file>${project.parent.basedir}/header</license.header.file>
<jersey.version>3.1.6</jersey.version>
<jersey.version>3.1.7</jersey.version>
<okhttp.version>4.12.0</okhttp.version>
<jul-to-slf4j.version>2.0.13</jul-to-slf4j.version>
</properties>
Expand Down

0 comments on commit 2a9101e

Please sign in to comment.