From 93d29f8e80f36ac2d689ba745c41a8a56f9db9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 12:17:30 +0000 Subject: [PATCH] Bump org.jboss.resteasy:resteasy-client in /finish Bumps [org.jboss.resteasy:resteasy-client](https://github.com/resteasy/resteasy) from 6.2.9.Final to 6.2.10.Final. - [Release notes](https://github.com/resteasy/resteasy/releases) - [Commits](https://github.com/resteasy/resteasy/compare/6.2.9.Final...6.2.10.Final) --- updated-dependencies: - dependency-name: org.jboss.resteasy:resteasy-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- finish/inventory/pom.xml | 2 +- finish/system/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/finish/inventory/pom.xml b/finish/inventory/pom.xml index c6e7938..9e6aef4 100644 --- a/finish/inventory/pom.xml +++ b/finish/inventory/pom.xml @@ -66,7 +66,7 @@ <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-client</artifactId> - <version>6.2.9.Final</version> + <version>6.2.10.Final</version> <scope>test</scope> </dependency> <dependency> diff --git a/finish/system/pom.xml b/finish/system/pom.xml index 632fc05..e6ec811 100644 --- a/finish/system/pom.xml +++ b/finish/system/pom.xml @@ -55,7 +55,7 @@ <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-client</artifactId> - <version>6.2.9.Final</version> + <version>6.2.10.Final</version> <scope>test</scope> </dependency> </dependencies>