From a451e07b8fb0a3cff0676a1f45f6356d586f62c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 09:58:20 +0000 Subject: [PATCH] Bump junit from 4.11 to 4.13.1 in /examples Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.11...r4.13.1) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/pom.xml | 2 +- jpa-parent/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/pom.xml b/examples/pom.xml index 84ae54e..5384ffa 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -30,7 +30,7 @@ junit junit - 4.11 + 4.13.1 test diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml index 9dbe0e5..8f7717a 100644 --- a/jpa-parent/pom.xml +++ b/jpa-parent/pom.xml @@ -49,7 +49,7 @@ junit junit - 4.11 + 4.13.1 test