Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dependabot[bot] authored and oldratlee committed Dec 6, 2023
1 parent 76e9c60 commit 3e1cd05
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 66 deletions.
8 changes: 4 additions & 4 deletions auto-pipeline-examples/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand All @@ -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")
Expand All @@ -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
Expand Down
30 changes: 0 additions & 30 deletions auto-pipeline-processor/src/versions-rules.xml

This file was deleted.

45 changes: 13 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,22 +59,22 @@
<!-- overridden by submodule that need skip deploy -->
<maven.deploy.skip>false</maven.deploy.skip>

<slf4j.version>2.0.7</slf4j.version>
<log4j2.version>2.20.0</log4j2.version>
<slf4j.version>2.0.9</slf4j.version>
<log4j2.version>2.21.1</log4j2.version>
<log4j2.slf4j.impl.aid>log4j-slf4j2-impl</log4j2.slf4j.impl.aid>

<netty.version>4.1.97.Final</netty.version>
<netty.version>4.1.101.Final</netty.version>

<kotlin.version>1.8.10</kotlin.version>
<!-- https://kotlinlang.org/docs/maven.html#specifying-compiler-options -->
<kotlin.compiler.apiVersion>1.5</kotlin.compiler.apiVersion>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
<dokka.version>1.9.0</dokka.version>
<dokka.version>1.9.10</dokka.version>
<dokka.link.jdk.version>8</dokka.link.jdk.version>

<!-- testing dependencies versions -->
<junit5.version>5.10.0</junit5.version>
<kotest.version>5.6.2</kotest.version>
<junit5.version>5.10.1</junit5.version>
<kotest.version>5.8.0</kotest.version>
</properties>

<distributionManagement>
Expand Down Expand Up @@ -173,7 +173,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.10.0</version>
<version>1.11.0</version>
</dependency>

<!--
Expand Down Expand Up @@ -218,7 +218,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.7.3</version>
<version>4.8.1</version>
<optional>true</optional>
</dependency>
<!--
Expand Down Expand Up @@ -324,7 +324,7 @@
<plugins>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</plugin>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
Expand All @@ -349,7 +349,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.2</version>
</plugin>
<plugin>
<groupId>org.jetbrains.dokka</groupId>
Expand All @@ -358,12 +358,12 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.2</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -379,7 +379,7 @@
</plugin>
<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
Expand All @@ -391,25 +391,6 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
</plugin>
<plugin>
<!--
config example: https://github.com/mojohaus/versions-maven-plugin/issues/157#issuecomment-306041074
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.0</version>
<configuration>
<!--
$maven.multiModuleProjectDirectory
Finding the root directory of a multi module maven reactor project - Stack Overflow
https://stackoverflow.com/questions/3084629
-->
<rulesUri>
file://${maven.multiModuleProjectDirectory}/auto-pipeline-processor/src/versions-rules.xml
</rulesUri>
<generateBackupPoms>false</generateBackupPoms>
</configuration>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 3e1cd05

Please sign in to comment.