diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d858300f8..2680b8ad3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ] - java: [ '8', '11', '17', '21' ] + java: [ '8', '11', '17', '21', '22' ] fail-fast: false steps: - uses: actions/checkout@v4 diff --git a/commons/http-framework/core/pom.xml b/commons/http-framework/core/pom.xml index 71052f9a8..3c820c71e 100644 --- a/commons/http-framework/core/pom.xml +++ b/commons/http-framework/core/pom.xml @@ -14,6 +14,7 @@ Copyright 2010–2011 ApexIdentity Inc. Portions Copyright 2011-2016 ForgeRock AS. + Portions Copyright 2017-2024 3A Systems, LLC. --> 4.0.0 @@ -75,7 +76,7 @@ org.codehaus.groovy - groovy-jsr223 + groovy-all test diff --git a/commons/launcher/pom.xml b/commons/launcher/pom.xml index ca874cc13..b2b2cec18 100644 --- a/commons/launcher/pom.xml +++ b/commons/launcher/pom.xml @@ -21,6 +21,8 @@ ~ with the fields enclosed by brackets [] replaced by ~ your own identifying information: ~ "Portions Copyrighted [year] [name of copyright owner]" + + Portions Copyright 2017-2024 3A Systems, LLC. --> 4.0.0 @@ -37,8 +39,6 @@ UTF-8 - 1.8 - 1.8 1.0.0 diff --git a/i18n-framework/pom.xml b/i18n-framework/pom.xml index aad9bde1f..2a6ed5a88 100644 --- a/i18n-framework/pom.xml +++ b/i18n-framework/pom.xml @@ -23,7 +23,7 @@ ! CDDL HEADER END ! ! Copyright 2011 ForgeRock AS - ! + ! Portions Copyright 2017-2024 3A Systems, LLC. --> 4.0.0 @@ -65,10 +65,6 @@ - - 1.8 - 1.8 - org.easytesting diff --git a/pom.xml b/pom.xml index 141771deb..63635acab 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,8 @@ with the fields enclosed by brackets [] replaced by your own identifying information: "Portions Copyrighted [year] [name of copyright owner]" + + Portions Copyright 2017-2024 3A Systems, LLC. --> @@ -100,7 +102,8 @@ UTF-8 - 3.11.0 + 3.13.0 + 8 1.8 1.8 @@ -839,8 +842,8 @@ org.codehaus.groovy - groovy-jsr223 - 3.0.19 + groovy-all + 2.4.21 @@ -931,6 +934,7 @@ maven-compiler-plugin ${mavenCompilerPluginVersion} + ${maven.compiler.release} ${maven.compiler.source} ${maven.compiler.target} ${project.build.sourceEncoding} @@ -1004,7 +1008,7 @@ - 8 + 1.8 false true ${javadocWindowTitle}