From 18cb46d21fee572c92e6b6e2c4927e14ca3b9bb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Oct 2020 20:10:39 +0000 Subject: [PATCH] Bump junit in /samples/server/petstore/jaxrs/jersey1-useTags 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-useTags/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/server/petstore/jaxrs/jersey1-useTags/pom.xml b/samples/server/petstore/jaxrs/jersey1-useTags/pom.xml index e81c49fa6ce..e8e0330df38 100644 --- a/samples/server/petstore/jaxrs/jersey1-useTags/pom.xml +++ b/samples/server/petstore/jaxrs/jersey1-useTags/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