From 5ed1e08e6d3a18e47fbb8b77d18dddd8105bb39c Mon Sep 17 00:00:00 2001 From: dotasek Date: Mon, 16 Oct 2023 15:51:47 -0400 Subject: [PATCH 1/2] Updates for jdk21 (#1462) * update byte_buddy and lombok versions * Update license special cases --- .github/workflows/license-check/license-special-cases.txt | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/license-check/license-special-cases.txt b/.github/workflows/license-check/license-special-cases.txt index 51803a28c..5f246fa46 100644 --- a/.github/workflows/license-check/license-special-cases.txt +++ b/.github/workflows/license-check/license-special-cases.txt @@ -16,7 +16,7 @@ # Actually a BSD license https://mvnrepository.com/artifact/org.antlr/ST4/4.1 (Unknown license) StringTemplate 4 (org.antlr:ST4:4.1 - http://nexus.sonatype.org/oss-repository-hosting.html/ST4) # without dependencies is incorrectly intepreted as a license name -(Apache License, Version 2.0) Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.12.14 - https://bytebuddy.net/byte-buddy) +(Apache License, Version 2.0) Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.14.8 - https://bytebuddy.net/byte-buddy) # Appears to be Apache 2.0: https://github.com/NCIP/lexevs/blob/master/lgSharedLibraries/apache/commons/jakarta-regexp-1.4.license.txt (Unknown license) jakarta-regexp (jakarta-regexp:jakarta-regexp:1.4 - no url defined) # License string includes nested brackets, causing parser breakage, but is a valid BSD license. diff --git a/pom.xml b/pom.xml index 270349aca..8959df619 100644 --- a/pom.xml +++ b/pom.xml @@ -28,8 +28,8 @@ 3.1.0 4.11.0 0.8.9 - 1.18.22 - 1.12.14 + 1.18.30 + 1.14.8 5.2.1 9.8.0-15 11 From 925d481b74d5d296981017c90d789174ee36be3d Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Mon, 16 Oct 2023 21:26:31 +0000 Subject: [PATCH 2/2] Updating test case dependency to v1.4.11 ***NO_CI*** --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8959df619..b1050f979 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 32.0.1-jre 6.4.1 - 1.4.11-SNAPSHOT + 1.4.11 2.15.2 5.9.2 1.8.2