From 01a5ecb6f170b8ece86f6c8a720318f97561e482 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Nov 2023 08:51:20 +0000 Subject: [PATCH] Update jerseyVersion to v3 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 6373bea0..9f2bffd5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ tomcatVersion=9.0.65 undertowVersion=2.2.18.Final camundaVersion=7.19.0 # Latest Jersey, that implements JAX-RS 2.1 API: see https://eclipse-ee4j.github.io/jersey/download.html -jerseyVersion=2.39.1 +jerseyVersion=3.1.3 # Prevent upload of maven-metadata.xml.sha256/sha512 files to oss.sonatype.org # see https://issues.sonatype.org/browse/OSSRH-53695?focusedCommentId=887733&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-887733 # see https://github.com/gradle/gradle/issues/11308#issuecomment-554317655