From 06d951afda2449878d7574d8c0f8891e45277b28 Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Mon, 16 Sep 2024 01:35:21 +0200 Subject: [PATCH 1/2] Bump com.google.guava:guava from 28.1-jre to 33.3.0-jre --- pom.xml | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index 654a6ee..2b448c0 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,7 @@ + org.apache.commons commons-lang3 @@ -40,38 +41,36 @@ com.google.guava guava - 28.1-jre + 33.3.0-jre ch.qos.logback logback-classic 1.2.3 - + - org.assertj - assertj-core - [3.15.0, 3.99.0] - - - junit - junit - 4.11 + com.google.testing.compile + compile-testing + 0.18 test - commons-io commons-io 2.8.0 test - - - com.google.testing.compile - compile-testing - 0.18 + junit + junit + 4.11 + test + + + org.assertj + assertj-core + 3.26.3 test From f9a7cf0e55e7043d1cdae9a2c5e4b3ab1e730b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 23:36:26 +0000 Subject: [PATCH 2/2] Bump the maven group across 1 directory with 2 updates Bumps the maven group with 2 updates in the / directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [junit:junit](https://github.com/junit-team/junit4). Updates `ch.qos.logback:logback-classic` from 1.2.3 to 1.2.13 - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.3...v_1.2.13) Updates `junit:junit` 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: ch.qos.logback:logback-classic dependency-type: direct:production dependency-group: maven - dependency-name: junit:junit dependency-type: direct:development dependency-group: maven ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2b448c0..125145e 100644 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ ch.qos.logback logback-classic - 1.2.3 + 1.2.13 @@ -64,7 +64,7 @@ junit junit - 4.11 + 4.13.1 test