Skip to content

Commit

Permalink
Bump org.glassfish.jersey.core:jersey-client from 3.1.5 to 3.1.6
Browse files Browse the repository at this point in the history
Bumps org.glassfish.jersey.core:jersey-client from 3.1.5 to 3.1.6.

---
updated-dependencies:
- dependency-name: org.glassfish.jersey.core:jersey-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 18, 2024
1 parent e85b32e commit 3914b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmdroid-server-jdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {
implementation group: 'org.xerial', name: 'sqlite-jdbc', version:'3.45.2.0'
implementation group: 'jakarta.servlet.jsp', name: 'jakarta.servlet.jsp-api', version:'3.1.1'
implementation group: 'org.glassfish.jersey.containers', name: 'jersey-container-servlet', version:'3.1.5'
implementation group: 'org.glassfish.jersey.core', name: 'jersey-client', version:'3.1.5'
implementation group: 'org.glassfish.jersey.core', name: 'jersey-client', version:'3.1.6'
implementation group: 'org.glassfish.jersey.media', name: 'jersey-media-moxy', version:'3.1.5'
implementation group: 'org.apache.cxf', name: 'cxf-rt-transports-http-jetty', version:'4.0.4'
implementation group: 'org.slf4j', name: 'slf4j-jdk14', version:'2.0.12'
Expand Down

0 comments on commit 3914b93

Please sign in to comment.