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