From 04fdc10c230fe7bc88f05a01214182877ae78064 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
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#231)
bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 (#232)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#233)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#234)
bump kotlinVersion from 1.9.20 to 1.9.21 in /auto-pipeline-examples (#235)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#237)
---
auto-pipeline-examples/build.gradle.kts | 10 ++--
.../src/versions-rules.xml | 30 ------------
pom.xml | 47 ++++++-------------
3 files changed, 19 insertions(+), 68 deletions(-)
delete mode 100644 auto-pipeline-processor/src/versions-rules.xml
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
-
-