From 4f4a5aacd94ca973f8f074097ff4c164b4aa66da Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 15:03:17 +0000 Subject: [PATCH] feature: upgrade build from Java 9 to Java 17 (LTS) Co-Authored-By: Vibha Seshadri --- .gitignore | 1 + pom.xml | 14 ++++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b7d7ac33..07c8ddf1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /target /local +dependency-reduced-pom.xml # Eclipse, Netbeans and IntelliJ files /.* diff --git a/pom.xml b/pom.xml index 10e5035e..658c397d 100644 --- a/pom.xml +++ b/pom.xml @@ -10,23 +10,25 @@ UTF-8 + 17 + 1.37 org.openjdk.jmh jmh-core - 1.17.4 + ${jmh.version} org.openjdk.jmh jmh-generator-annprocess - 1.17.4 + ${jmh.version} junit junit - 4.11 + 4.13.2 @@ -35,15 +37,15 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.11.0 - 1.9 - 1.9 + 17 org.apache.maven.plugins maven-shade-plugin + 3.4.1 package