From 85554c18c49a395a5835efc1b80778130f9f105f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jun 2022 02:14:43 +0000 Subject: [PATCH] Bump resteasy-client from 3.0.11.Final to 3.14.0.Final Bumps [resteasy-client](https://github.com/resteasy/Resteasy) from 3.0.11.Final to 3.14.0.Final. - [Release notes](https://github.com/resteasy/Resteasy/releases) - [Commits](https://github.com/resteasy/Resteasy/compare/3.0.11.Final...3.14.0.Final) --- updated-dependencies: - dependency-name: org.jboss.resteasy:resteasy-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pom.xml diff --git a/pom.xml b/pom.xml old mode 100755 new mode 100644 index bf13005..d34415d --- a/pom.xml +++ b/pom.xml @@ -218,7 +218,7 @@ <dependency> <groupId>org.jboss.resteasy</groupId> <artifactId>resteasy-client</artifactId> - <version>3.0.11.Final</version> + <version>3.14.0.Final</version> <scope>provided</scope> </dependency>