From 6665876650ab94c203fc5e5434e6c84d56d7f749 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:35:23 +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.0 to 1.9.10 (#51) bump org.apache.maven.plugins:maven-enforcer-plugin (#52) bump kotlin.version from 1.9.0 to 1.9.10 in /demos (#53) bump org.apache.maven.plugins:maven-enforcer-plugin (#54) bump org.jetbrains.dokka:dokka-maven-plugin (#55) bump slf4j.version from 2.0.7 to 2.0.9 (#56) bump org.apache.maven.plugins:maven-enforcer-plugin (#59) bump org.apache.maven.plugins:maven-enforcer-plugin (#60) bump org.apache.maven.plugins:maven-javadoc-plugin (#61) bump org.apache.maven.plugins:maven-javadoc-plugin (#62) bump org.apache.maven.plugins:maven-shade-plugin (#63) bump com.github.spotbugs:spotbugs-maven-plugin (#64) bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#65) bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 in /demos (#66) bump org.jetbrains.dokka:dokka-maven-plugin from1.9.0 to 1.9.10 (#67) bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#68) bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#69) bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#70) bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#71) bump org.apache.maven.plugins:maven-clean-plugin from3.3.1 to 3.3.2 in /demos (#72) bump org.apache.maven.plugins:maven-clean-plugin from3.3.1 to 3.3.2 (#73) bump kotlin.version from 1.9.10 to 1.9.20 in /demos (#74) bump kotlin.version from 1.9.10 to 1.9.20 (#75) bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#76) bump org.moditect:moditect-maven-plugin from1.0.0.Final to 1.1.0 (#77) bump org.junit:junit-bom from 5.10.0 to 5.10.1 in /demos (#79) bump org.apache.maven.plugins:maven-surefire-plugin from3.2.1 to 3.2.2 (#80) bump org.apache.maven.plugins:maven-javadoc-plugin from3.6.0 to 3.6.2 (#81) bump com.github.spotbugs:spotbugs-annotations from4.8.0 to 4.8.1 (#82) bump org.apache.maven.plugins:maven-surefire-plugin from3.2.1 to 3.2.2 (#83) bump org.apache.maven.plugins:maven-javadoc-plugin from3.6.0 to 3.6.2 (#84) bump com.github.spotbugs:spotbugs-maven-plugin from4.7.3.6 to 4.8.1.0 (#85) bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#86) bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 in /demos (#87) bump org.apache.commons:commons-lang3 3.13.0 to 3.14.0 (#88) bump kotlin.version from 1.9.20 to 1.9.21 (#89) bump kotlin.version from 1.9.20 to 1.9.21 in /demos (#90) chore(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 in /demos (#92) chore(deps): bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#93) --- cffu-bom/pom.xml | 6 +++--- cffu-kotlin/pom.xml | 2 +- demos/pom.xml | 18 +++++++++--------- pom.xml | 30 +++++++++++++++--------------- 4 files changed, 28 insertions(+), 28 deletions(-) diff --git a/cffu-bom/pom.xml b/cffu-bom/pom.xml index c2ae2dbe..f922cca3 100644 --- a/cffu-bom/pom.xml +++ b/cffu-bom/pom.xml @@ -99,12 +99,12 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.2 org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.2 org.apache.maven.plugins @@ -114,7 +114,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 diff --git a/cffu-kotlin/pom.xml b/cffu-kotlin/pom.xml index 5c383cfa..70231a8a 100644 --- a/cffu-kotlin/pom.xml +++ b/cffu-kotlin/pom.xml @@ -52,7 +52,7 @@ true - 1.8.20 + 1.9.10 diff --git a/demos/pom.xml b/demos/pom.xml index 5d907aba..df553fa0 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -14,7 +14,7 @@ ${project.build.sourceEncoding} true - 1.9.0 + 1.9.21 ${maven.compiler.source} @@ -22,7 +22,7 @@ - 5.10.0 + 5.10.1 @@ -93,7 +93,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.3.1 + 3.3.2 org.apache.maven.plugins @@ -127,7 +127,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.2 org.apache.maven.plugins @@ -142,7 +142,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.2 org.apache.maven.plugins @@ -167,17 +167,17 @@ org.codehaus.mojo exec-maven-plugin - 3.1.0 + 3.1.1 org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 @@ -200,7 +200,7 @@ --> org.codehaus.mojo build-helper-maven-plugin - 3.4.0 + 3.5.0 add-source diff --git a/pom.xml b/pom.xml index 53238bf1..766ecfb9 100644 --- a/pom.xml +++ b/pom.xml @@ -64,19 +64,19 @@ ${project.build.sourceEncoding} false - 4.7.3 + 4.8.2 3.0.2 - 24.0.1 + 24.1.0 - 1.9.0 + 1.9.21 ${maven.compiler.source} 1.6 - 2.0.7 + 2.0.9 - 5.10.0 + 5.10.1 5.5.5 @@ -185,7 +185,7 @@ org.apache.commons commons-lang3 - 3.13.0 + 3.14.0 @@ -348,7 +348,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.3.1 + 3.3.2 org.apache.maven.plugins @@ -382,7 +382,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.2 org.apache.maven.plugins @@ -393,12 +393,12 @@ org.moditect moditect-maven-plugin - 1.0.0.Final + 1.1.0 org.apache.maven.plugins maven-shade-plugin - 3.5.0 + 3.5.1 true @@ -414,7 +414,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.2 org.apache.maven.plugins @@ -439,22 +439,22 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 io.github.git-commit-id git-commit-id-maven-plugin - 6.0.0 + 7.0.0 com.github.spotbugs spotbugs-maven-plugin - 4.7.3.5 + 4.8.1.0 org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11