From 89a9f75c4b41b7100a2b926b0baf038d27fab22a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 04:25:28 +0000 Subject: [PATCH] Bump org.jboss.resteasy:resteasy-core from 4.7.6.Final to 6.2.12.Final Bumps [org.jboss.resteasy:resteasy-core](https://github.com/resteasy/resteasy) from 4.7.6.Final to 6.2.12.Final. - [Release notes](https://github.com/resteasy/resteasy/releases) - [Commits](https://github.com/resteasy/resteasy/compare/4.7.6.Final...v6.2.12.Final) --- updated-dependencies: - dependency-name: org.jboss.resteasy:resteasy-core dependency-version: 6.2.12.Final dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5b6b72cc..80a8809f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ opensaml = "2.6.4" org-json = "20250107" org-reflections = "0.9.11" poi = "5.4.0" -resteasy = "4.7.6.Final" +resteasy = "6.2.12.Final" slf4j = "1.7.36" solrj = "7.7.3" typesafeconfig = "0.1.0"