Skip to content

Commit

Permalink
Update dependency org.glassfish.jersey.core:jersey-client to v2.35 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
ChristianHoesel and renovate-bot authored Oct 21, 2021
1 parent 6e2c91a commit cb67610
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion de.bitctrl.dav.rest.client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {

dependencies {
implementation project(':de.bitctrl.dav.rest.api')
implementation 'org.glassfish.jersey.core:jersey-client:2.28'
implementation 'org.glassfish.jersey.core:jersey-client:2.35'
implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:2.28'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.28'
implementation 'com.google.inject:guice:4.2.3'
Expand Down
2 changes: 2 additions & 0 deletions de.bitctrl.dav.rest.server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ description = 'Dav3 REST Server'
dependencies {
implementation project(':de.bitctrl.dav.rest.api')
implementation 'org.glassfish.jersey.core:jersey-client:2.35'

implementation 'org.glassfish.jersey.media:jersey-media-json-jackson:2.35'
implementation 'org.glassfish.jersey.inject:jersey-hk2:2.35'
implementation 'org.glassfish.jersey.containers:jersey-container-jetty-http:2.35'


// JAX-B dependencies for JDK 9+

Expand Down

0 comments on commit cb67610

Please sign in to comment.