From d23228a8384445da0a4be0d138c4a2459ce80d94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:40:15 +0000 Subject: [PATCH] Bump resteasy from 6.2.16.Final to 7.0.3.Final Bumps `resteasy` from 6.2.16.Final to 7.0.3.Final. Updates `org.jboss.resteasy:resteasy-client-api` from 6.2.16.Final to 7.0.3.Final - [Release notes](https://github.com/resteasy/resteasy/releases) - [Commits](https://github.com/resteasy/resteasy/compare/v6.2.16.Final...v7.0.3.Final) Updates `org.jboss.resteasy:resteasy-jaxb-provider` from 6.2.16.Final to 7.0.3.Final --- updated-dependencies: - dependency-name: org.jboss.resteasy:resteasy-client-api dependency-version: 7.0.3.Final dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jboss.resteasy:resteasy-jaxb-provider dependency-version: 7.0.3.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 4f7c329..7033880 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ jackson = "2.21.4" jacoco = "0.8.14" nexusPublish = "2.0.0" openremote = "1.30.0-SNAPSHOT" -resteasy = "6.2.16.Final" +resteasy = "7.0.3.Final" shapeshifter = "3.5.0" testLogger = "4.0.0" wireMock = "3.13.1"