From 4b03049d51cc051c1ed756ad2d3c83535fbc7537 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:52:08 +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 org.slf4j:slf4j-api from 2.0.7 to 2.0.9 (#202) bump kotest.version from 5.6.2 to 5.7.2 (#203) bump kotestVersion in /auto-pipeline-examples from 5.6.2 to 5.7.2 (#204) bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 (#205) bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 (#206) bump io.netty:netty-bom from 4.1.97.Final to 4.1.100.Final bump org.codehaus.mojo:versions-maven-plugin from 2.16.0 to 2.16.1 bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1 bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 bump com.github.spotbugs:spotbugs-annotations from 4.7.3 to 4.8.0 (#211) bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 bump org.jetbrains.dokka:dokka-maven-plugin from 1.9.0 to 1.9.10 bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1 bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 bump org.junit:junit-bom from 5.10.0 to 5.10.1 bump kotest.version from 5.7.2 to 5.8.0 bump kotestVersion from 5.7.2 to 5.8.0 in /auto-pipeline-examples bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1 bump org.junit:junit-bom from 5.10.0 to 5.10.1 in /auto-pipeline-examples bump kotlinVersion from 1.9.10 to 1.9.20 in /auto-pipeline-examples bump io.netty:netty-bom from 4.1.100.Final to 4.1.101.Final --- auto-pipeline-examples/build.gradle.kts | 8 +++---- pom.xml | 28 ++++++++++++------------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/auto-pipeline-examples/build.gradle.kts b/auto-pipeline-examples/build.gradle.kts index 0a83588..040e948 100644 --- a/auto-pipeline-examples/build.gradle.kts +++ b/auto-pipeline-examples/build.gradle.kts @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.plugin.getKotlinPluginVersion import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - val kotlinVersion = "1.9.10" + val kotlinVersion = "1.9.20" kotlin("jvm") version kotlinVersion } @@ -28,7 +28,7 @@ dependencies { */ testImplementation(kotlin("test")) // https://kotest.io/docs/quickstart - val kotestVersion = "5.6.2" + val kotestVersion = "5.8.0" testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotestVersion") testImplementation("io.kotest:kotest-assertions-core-jvm:$kotestVersion") testImplementation("io.kotest:kotest-property-jvm:$kotestVersion") @@ -38,8 +38,8 @@ dependencies { */ val kotlinVersion = project.getKotlinPluginVersion() implementation(platform("org.jetbrains.kotlin:kotlin-bom:${kotlinVersion}")) - implementation(platform("org.junit:junit-bom:5.10.0")) - implementation(platform("org.apache.logging.log4j:log4j-bom:2.20.0")) + implementation(platform("org.junit:junit-bom:5.10.1")) + implementation(platform("org.apache.logging.log4j:log4j-bom:2.21.1")) } java.sourceCompatibility = JavaVersion.VERSION_1_8 diff --git a/pom.xml b/pom.xml index 8f9ab3f..6fe5338 100644 --- a/pom.xml +++ b/pom.xml @@ -59,22 +59,22 @@ false - 2.0.7 - 2.20.0 + 2.0.9 + 2.21.1 log4j-slf4j2-impl - 4.1.97.Final + 4.1.101.Final 1.8.10 1.5 ${maven.compiler.source} - 1.9.0 + 1.9.10 8 - 5.10.0 - 5.6.2 + 5.10.1 + 5.8.0 @@ -173,7 +173,7 @@ org.apache.commons commons-text - 1.10.0 + 1.11.0 org.codehaus.mojo versions-maven-plugin - 2.16.0 + 2.16.1