diff --git a/auto-pipeline-examples/build.gradle.kts b/auto-pipeline-examples/build.gradle.kts index 0a83588..6aa3655 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.21" kotlin("jvm") version kotlinVersion } @@ -15,7 +15,7 @@ repositories { } dependencies { - implementation("org.apache.commons:commons-lang3:3.13.0") + implementation("org.apache.commons:commons-lang3:3.14.0") /* * annotation processor dependencies @@ -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.22.0")) } java.sourceCompatibility = JavaVersion.VERSION_1_8 diff --git a/auto-pipeline-processor/src/versions-rules.xml b/auto-pipeline-processor/src/versions-rules.xml deleted file mode 100644 index 3538274..0000000 --- a/auto-pipeline-processor/src/versions-rules.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - (?i).*[-.]alpha([-.]?\d+)? - - (?i).*[-.]beta([-.]?\d+)? - (?i).*-eap-\d+ - - .*-M\d+(-.*)? - - (?i).*-rc(-?\d+(-.*)?)? - .*-does-not-exist - - (?i).*-dev-?\d+(-.*)? - .*(-does)?-not-exist - - - - - - .*-native-.* - - - - diff --git a/pom.xml b/pom.xml index 8f9ab3f..9e791e0 100644 --- a/pom.xml +++ b/pom.xml @@ -59,22 +59,22 @@ false - 2.0.7 - 2.20.0 + 2.0.9 + 2.22.0 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 @@ -168,12 +168,12 @@ org.apache.commons commons-lang3 - 3.13.0 + 3.14.0 org.apache.commons commons-text - 1.10.0 + 1.11.0 - org.codehaus.mojo - versions-maven-plugin - 2.16.0 - - - - file://${maven.multiModuleProjectDirectory}/auto-pipeline-processor/src/versions-rules.xml - - false - -