From 584c2caa663874acac966d8e9992b036c81546ae Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Thu, 27 Feb 2025 20:10:14 -0800 Subject: [PATCH 1/4] Upgrade errorprone to 2.36.0 --- CHANGES | 6 ++++++ library/pom.xml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 538412940..57af71fb9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Platform 3.29 +* Library upgrades + + - error_prone_annotations to 2.36.0 (was 2.25.0) + - error_prone_core to 2.36.0 (was 2.3.4) + - plexus-compiler-javac-errorprone to 2.15.0 (was 2.8.6) + * Maven plugin upgrades - maven-surefire-plugin to 3.5.2 (was 2.22.2) diff --git a/library/pom.xml b/library/pom.xml index 685b50c60..9ce8307ad 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -1024,7 +1024,7 @@ com.google.errorprone error_prone_annotations - 2.25.0 + 2.36.0 @@ -1372,12 +1372,12 @@ org.codehaus.plexus plexus-compiler-javac-errorprone - 2.8.6 + 2.15.0 com.google.errorprone error_prone_core - 2.3.4 + 2.36.0 From f0490fcb5ec2345c29873023d2d35b47f232c4c8 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Thu, 27 Feb 2025 19:45:48 -0800 Subject: [PATCH 2/4] Upgrade Guava to 33.4.0-jre --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 57af71fb9..a350f24f2 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,7 @@ Platform 3.29 * Library upgrades + - Guava to 33.4.0-jre (was 32.1.2-jre) - error_prone_annotations to 2.36.0 (was 2.25.0) - error_prone_core to 2.36.0 (was 2.3.4) - plexus-compiler-javac-errorprone to 2.15.0 (was 2.8.6) diff --git a/library/pom.xml b/library/pom.xml index 9ce8307ad..38c238cec 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -85,7 +85,7 @@ 1.10.4 12.0.16 - 32.1.2-jre + 33.4.0-jre 7.0.0 2.0.16 1.5.13 From 4f139597c80adbb3043138e81d58d0e28ae8e828 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Thu, 27 Feb 2025 20:38:06 -0800 Subject: [PATCH 3/4] Upgrade slf4j to 2.0.17 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index a350f24f2..3285ce3be 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ Platform 3.29 * Library upgrades - Guava to 33.4.0-jre (was 32.1.2-jre) + - slf4j to 2.0.17 (was 2.0.16) - error_prone_annotations to 2.36.0 (was 2.25.0) - error_prone_core to 2.36.0 (was 2.3.4) - plexus-compiler-javac-errorprone to 2.15.0 (was 2.8.6) diff --git a/library/pom.xml b/library/pom.xml index 38c238cec..cf0445568 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -87,7 +87,7 @@ 12.0.16 33.4.0-jre 7.0.0 - 2.0.16 + 2.0.17 1.5.13 6.0.0 2.16.1 From f43465eeddc500a1b226a538ce89dab8c8c8c1a2 Mon Sep 17 00:00:00 2001 From: John Gardiner Myers Date: Thu, 27 Feb 2025 20:53:00 -0800 Subject: [PATCH 4/4] Upgrade logback to 1.5.17 --- CHANGES | 1 + library/pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3285ce3be..d13e34ece 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ Platform 3.29 * Library upgrades - Guava to 33.4.0-jre (was 32.1.2-jre) + - logback to 1.5.17 (was 1.5.13) - slf4j to 2.0.17 (was 2.0.16) - error_prone_annotations to 2.36.0 (was 2.25.0) - error_prone_core to 2.36.0 (was 2.3.4) diff --git a/library/pom.xml b/library/pom.xml index cf0445568..79266d059 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -88,7 +88,7 @@ 33.4.0-jre 7.0.0 2.0.17 - 1.5.13 + 1.5.17 6.0.0 2.16.1 3.1.10