From 62ebf164be089e6a21532d81444846d2dc2ca2d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 01:33:00 +0800 Subject: [PATCH] =?UTF-8?q?chore(deps):=20upgrade=20dependencies/plugins?= =?UTF-8?q?=20=F0=9F=9B=A0=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bump kotlin.version from 1.9.25 to 2.0.10 (#208) bump slf4j-bom from 2.0.15 to 2.0.16 (#214) bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#215) bump maven-gpg-plugin in /demos from 3.2.4 to 3.2.5 (#216) bump exec-maven-plugin in /demos from 3.4.0 to 3.4.1 (#217) bump junit-bom from 5.10.3 to 5.11.0 (#218) bump junit-bom from 5.10.3 to 5.11.0 in /demos (#219) --- cffu-bom/pom.xml | 2 +- demos/pom.xml | 6 +++--- pom.xml | 10 +++++----- scripts/integration_test | 1 + 4 files changed, 10 insertions(+), 9 deletions(-) diff --git a/cffu-bom/pom.xml b/cffu-bom/pom.xml index 3626520c..8dfeb1c8 100644 --- a/cffu-bom/pom.xml +++ b/cffu-bom/pom.xml @@ -138,7 +138,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.4 + 3.2.5 sign-artifacts diff --git a/demos/pom.xml b/demos/pom.xml index 78a98647..bed8cb4f 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -22,7 +22,7 @@ - 5.10.3 + 5.11.0 @@ -147,7 +147,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.4 + 3.2.5 org.apache.maven.plugins @@ -167,7 +167,7 @@ org.codehaus.mojo exec-maven-plugin - 3.4.0 + 3.4.1 org.apache.maven.plugins diff --git a/pom.xml b/pom.xml index ec43ac45..a95b5103 100644 --- a/pom.xml +++ b/pom.xml @@ -75,17 +75,17 @@ 3.0.2 24.1.0 - 1.9.25 + 2.0.10 ${maven.compiler.source} - 1.6 + 1.7 - 2.0.15 + 2.0.16 2.23.1 33.2.1-jre - 5.10.3 + 5.11.0 5.8.1 @@ -444,7 +444,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.4 + 3.2.5 org.apache.maven.plugins diff --git a/scripts/integration_test b/scripts/integration_test index 5a575957..eba07679 100755 --- a/scripts/integration_test +++ b/scripts/integration_test @@ -56,6 +56,7 @@ mvu::mvn_cmd clean install readonly MVN_OPTS_FOR_JAVA8='-Dkotlin.version=1.6.0 -P!default-logging-dependencies -P!default-arch-unit-test' readonly MVN_OPTS_FOR_JAVA11='-Dkotlin.version=1.7.0 -P!default-logging-dependencies -P!default-arch-unit-test -Dcffu.uncaught.exception.report=none' readonly MVN_OPTS_FOR_JAVA17='-Dkotlin.version=1.8.0 -DswitchToLog4j2LoggingDependencies -Dcffu.uncaught.exception.report=full' +readonly MVN_OPTS_FOR_JAVA22='-Dkotlin.version=1.9.0' # about CI env var # https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables