Skip to content

Commit

Permalink
chore(deps): bump jersey.version from 2.45 to 2.46
Browse files Browse the repository at this point in the history
Bumps `jersey.version` from 2.45 to 2.46.

Updates `org.glassfish.jersey.containers:jersey-container-grizzly2-servlet` from 2.45 to 2.46

Updates `org.glassfish.jersey.inject:jersey-hk2` from 2.45 to 2.46

---
updated-dependencies:
- dependency-name: org.glassfish.jersey.containers:jersey-container-grizzly2-servlet
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.glassfish.jersey.inject:jersey-hk2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2024
1 parent fb1d22d commit 756691d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<jersey.version>2.45</jersey.version>
<jersey.version>2.46</jersey.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 756691d

Please sign in to comment.