From c1c96b542c2050e62cb843e2ab159a69fbc47361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 19:14:20 +0000 Subject: [PATCH 1/2] Bump junit from 4.12 to 4.13.1 in /proj3 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1) Signed-off-by: dependabot[bot] --- proj3/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj3/pom.xml b/proj3/pom.xml index b446fbf..96fb4cc 100644 --- a/proj3/pom.xml +++ b/proj3/pom.xml @@ -35,7 +35,7 @@ junit junit - 4.12 + 4.13.1 org.slf4j From f64be38a632c283eb7fb6d341a4638ba53c9ed3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 21:23:32 +0000 Subject: [PATCH 2/2] Bump gson from 2.8.2 to 2.8.9 in /proj3 Bumps [gson](https://github.com/google/gson) from 2.8.2 to 2.8.9. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.8.2...gson-parent-2.8.9) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proj3/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proj3/pom.xml b/proj3/pom.xml index 96fb4cc..a2175b5 100644 --- a/proj3/pom.xml +++ b/proj3/pom.xml @@ -30,7 +30,7 @@ com.google.code.gson gson - 2.8.2 + 2.8.9 junit