From 0edec3e85348eb0cec062384f83ecf1bfea1255c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 12:17:14 +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 b5a0ed2..1af71c6 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.2"