From 375b8d14c13d21cac797f75c760272d15b6ea2d3 Mon Sep 17 00:00:00 2001 From: Trey Chadick Date: Tue, 19 Sep 2023 14:03:11 -0700 Subject: [PATCH 1/2] Update `org.apache.commons:commons-compress` to 1.24.0 (#570) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ace24063ef..36f0728857 100644 --- a/gradle.properties +++ b/gradle.properties @@ -125,7 +125,7 @@ commonsCollectionsVersion=3.2.2 commonsCollections4Version=4.4 commonsCodecVersion=1.15 # sync with version Tika ships -commonsCompressVersion=1.23.0 +commonsCompressVersion=1.24.0 commonsDbcpVersion=1.4 commonsDiscoveryVersion=0.2 commonsDigesterVersion=1.8.1 From 9b139d633006eeff263bffabd20916d5dd4d7ca2 Mon Sep 17 00:00:00 2001 From: Trey Chadick Date: Thu, 21 Sep 2023 16:56:53 -0700 Subject: [PATCH 2/2] Update Spring Boot (2.7.16) and Tomcat (9.0.80) (#572) --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 36f0728857..9524b08f5d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -100,7 +100,7 @@ apacheDirectoryVersion=2.1.3 apacheMinaVersion=2.2.1 # Keep in sync with springBootTomcatVersion below -apacheTomcatVersion=9.0.76 +apacheTomcatVersion=9.0.80 # (mothership) -> json-path -> json-smart -> accessor-smart # (core) -> graalvm @@ -276,10 +276,10 @@ slf4jLog4jApiVersion=2.0.7 # This is a dependency for HTSJDK. Force to avoid a deserialization problem. Remove once HTSJDK bumps its preferred version snappyJavaVersion=1.1.10.1 -springBootVersion=2.7.13 +springBootVersion=2.7.16 # This MUST match the Tomcat version dictated by springBootVersion # Also, keep this in sync with apacheTomcatVersion above -springBootTomcatVersion=9.0.76 +springBootTomcatVersion=9.0.80 springVersion=5.3.28