diff --git a/browserup-proxy-rest/build.gradle b/browserup-proxy-rest/build.gradle index 41887dda2..6e4a611f2 100644 --- a/browserup-proxy-rest/build.gradle +++ b/browserup-proxy-rest/build.gradle @@ -10,7 +10,7 @@ plugins { archivesBaseName = 'browserup-proxy-rest' ext { - jerseyVersion = '2.32' + jerseyVersion = '3.0.0' swaggerVersion = '2.1.5' } @@ -105,3 +105,4 @@ dependencies { testImplementation 'org.awaitility:awaitility:4.0.2' testImplementation 'com.github.tomakehurst:wiremock-jre8:2.24.1' } +