From 93a0f6547c480eff09192dc2b4b84090623bd4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:54:39 +0000 Subject: [PATCH] Bump resteasy-jaxrs in /java/RESTful/helloworld Bumps resteasy-jaxrs from 2.2.1.GA to 3.0.11.Final. --- updated-dependencies: - dependency-name: org.jboss.resteasy:resteasy-jaxrs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- java/RESTful/helloworld/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/RESTful/helloworld/pom.xml b/java/RESTful/helloworld/pom.xml index 0dfd662..f9b8b10 100644 --- a/java/RESTful/helloworld/pom.xml +++ b/java/RESTful/helloworld/pom.xml @@ -20,7 +20,7 @@ org.jboss.resteasy resteasy-jaxrs - 2.2.1.GA + 3.0.11.Final