File tree Expand file tree Collapse file tree
de.bitctrl.dav.rest.client
de.bitctrl.dav.rest.server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515dependencies {
1616 implementation project(' :de.bitctrl.dav.rest.api' )
17- implementation ' org.glassfish.jersey.core:jersey-client:2.28 '
17+ implementation ' org.glassfish.jersey.core:jersey-client:2.35 '
1818 implementation ' org.glassfish.jersey.media:jersey-media-json-jackson:2.28'
1919 implementation ' org.glassfish.jersey.inject:jersey-hk2:2.28'
2020 implementation ' com.google.inject:guice:4.2.2'
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'checkstyle'
55description = ' Dav3 REST Server'
66dependencies {
77 implementation project(' :de.bitctrl.dav.rest.api' )
8- implementation ' org.glassfish.jersey.core:jersey-client:2.28 '
8+ implementation ' org.glassfish.jersey.core:jersey-client:2.35 '
99 implementation ' org.glassfish.jersey.media:jersey-media-json-jackson:2.28'
1010 implementation ' org.glassfish.jersey.inject:jersey-hk2:2.28'
1111 implementation ' org.glassfish.jersey.containers:jersey-container-jetty-http:2.28'
You can’t perform that action at this time.
0 commit comments