Skip to content

Commit

Permalink
Update dependency org.glassfish.jersey.core:jersey-common to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 21, 2021
1 parent 9c5b6f2 commit 18a8d60
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 @@ -73,7 +73,7 @@ dependencies {
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
testCompileOnly "org.projectlombok:lombok:$lombokVersion"
testAnnotationProcessor "org.projectlombok:lombok:$lombokVersion"
testCompile 'org.glassfish.jersey.core:jersey-common:2.35'
testCompile 'org.glassfish.jersey.core:jersey-common:3.0.3'

testCompile "org.codehaus.groovy:groovy-all:$groovyAllVersion"
testCompile "org.spockframework:spock-core:$spockVersion"
Expand Down

0 comments on commit 18a8d60

Please sign in to comment.