Skip to content

Commit

Permalink
Update jersey monorepo to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 8, 2022
1 parent 55c4c3d commit b94ff04
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions symphony-bdk-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ dependencies {
api 'io.swagger:swagger-annotations:1.6.0'
api 'org.openapitools:jackson-databind-nullable:0.2.2'

api 'org.glassfish.jersey.core:jersey-client:2.35'
api 'org.glassfish.jersey.core:jersey-common:2.35'
api 'org.glassfish.jersey.inject:jersey-hk2:2.35'
api 'org.glassfish.jersey.media:jersey-media-multipart:2.35'
api 'org.glassfish.jersey.media:jersey-media-json-jackson:2.35'
api 'org.glassfish.jersey.connectors:jersey-apache-connector:2.35'
api 'org.glassfish.jersey.ext:jersey-entity-filtering:2.35'
api 'org.glassfish.jersey.core:jersey-client:3.1.0'
api 'org.glassfish.jersey.core:jersey-common:3.1.0'
api 'org.glassfish.jersey.inject:jersey-hk2:3.1.0'
api 'org.glassfish.jersey.media:jersey-media-multipart:3.1.0'
api 'org.glassfish.jersey.media:jersey-media-json-jackson:3.1.0'
api 'org.glassfish.jersey.connectors:jersey-apache-connector:3.1.0'
api 'org.glassfish.jersey.ext:jersey-entity-filtering:3.1.0'

api 'org.projectreactor:reactor-spring:1.0.1.RELEASE'

Expand Down

0 comments on commit b94ff04

Please sign in to comment.