From c801072355a729d8528b5be771dafa0b0178cbce Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Tue, 19 Sep 2023 13:43:24 -0700 Subject: [PATCH 1/3] Upgrade Guava to 32.1.2 --- CHANGES | 6 ++++++ library/pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index acfd71d1b..b8b76e954 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Platform 3.01 + +* Library Upgrades + + - Guava to 32.1.2-jre (was 32.0.0-jre) + Platform 3.00 * HttpClient diff --git a/library/pom.xml b/library/pom.xml index c63ff2d84..7e4dd9287 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -85,7 +85,7 @@ 1.7.4 11.0.16 - 32.0.0-jre + 32.1.2-jre 7.0.0 2.0.5 1.2.11 From 39962ffd3a51b032acc7c00e7db069613a462a32 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Tue, 19 Sep 2023 13:49:11 -0700 Subject: [PATCH 2/3] Upgrade AutoValue to 1.10.4 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b8b76e954..84da46a22 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ Platform 3.01 * Library Upgrades + - AutoValue to 1.10.4 (was 1.7.4) - Guava to 32.1.2-jre (was 32.0.0-jre) Platform 3.00 diff --git a/library/pom.xml b/library/pom.xml index 7e4dd9287..7121444bb 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -83,7 +83,7 @@ false false - 1.7.4 + 1.10.4 11.0.16 32.1.2-jre 7.0.0 From 2095c76264e3fdd5cde4e1b37c69fa0ea7012d1f Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Tue, 19 Sep 2023 13:56:56 -0700 Subject: [PATCH 3/3] Upgrade slf4j to 2.0.9 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 84da46a22..3951b7c7f 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,7 @@ Platform 3.01 - AutoValue to 1.10.4 (was 1.7.4) - Guava to 32.1.2-jre (was 32.0.0-jre) + - slf4j to 2.0.9 (was 2.0.5) Platform 3.00 diff --git a/library/pom.xml b/library/pom.xml index 7121444bb..203bbe195 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -87,7 +87,7 @@ 11.0.16 32.1.2-jre 7.0.0 - 2.0.5 + 2.0.9 1.2.11 5.0.0 2.15.0