From 76999dda91ac02101876e00122fac82cc9d859d2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 12 Oct 2020 20:10:54 +0000
Subject: [PATCH] Bump junit from 4.13 to 4.13.1 in
 /samples/server/petstore/jaxrs/jersey1

Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.13...r4.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
---
 samples/server/petstore/jaxrs/jersey1/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/server/petstore/jaxrs/jersey1/pom.xml b/samples/server/petstore/jaxrs/jersey1/pom.xml
index 26bca359561..f9488448672 100644
--- a/samples/server/petstore/jaxrs/jersey1/pom.xml
+++ b/samples/server/petstore/jaxrs/jersey1/pom.xml
@@ -202,7 +202,7 @@
     <jersey-version>1.19.1</jersey-version>
     <jackson-version>2.9.9</jackson-version>
     <slf4j-version>1.7.21</slf4j-version>
-    <junit-version>4.13</junit-version>
+    <junit-version>4.13.1</junit-version>
     <servlet-api-version>2.5</servlet-api-version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
   </properties>
-- 
GitLab