Skip to content

Commit

Permalink
Bump org.glassfish.jersey.containers:jersey-container-grizzly2-http (#…
Browse files Browse the repository at this point in the history
…11963)

Bumps org.glassfish.jersey.containers:jersey-container-grizzly2-http from 3.1.8 to 3.1.9.

---
updated-dependencies:
- dependency-name: org.glassfish.jersey.containers:jersey-container-grizzly2-http
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Oliver Kopp <kopp.dev@gmail.com>
  • Loading branch information
dependabot[bot] and koppor authored Oct 14, 2024
1 parent 99d5bb9 commit e0cd309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ dependencies {
// testImplementation 'org.glassfish.hk2:hk2-junitrunner:3.0.4'
// HTTP server
// implementation 'org.glassfish.jersey.containers:jersey-container-netty-http:3.1.1'
implementation 'org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.8'
implementation 'org.glassfish.jersey.containers:jersey-container-grizzly2-http:3.1.9'
testImplementation 'org.glassfish.jersey.test-framework.providers:jersey-test-framework-provider-grizzly2:3.1.8'
// Allow objects "magically" to be mapped to JSON using GSON
// implementation 'org.glassfish.jersey.media:jersey-media-json-gson:3.1.1'
Expand Down

0 comments on commit e0cd309

Please sign in to comment.