Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump kotlin.version from 1.9.25 to 2.0.10 (#208)
bump slf4j-bom from 2.0.15 to 2.0.16 (#214)
bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#215)
bump maven-gpg-plugin in /demos from 3.2.4 to 3.2.5 (#216)
bump exec-maven-plugin in /demos from 3.4.0 to 3.4.1 (#217)
bump junit-bom from 5.10.3 to 5.11.0 (#218)
bump junit-bom from 5.10.3 to 5.11.0 in /demos (#219)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Aug 17, 2024
1 parent 1b94a09 commit 655a5cb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cffu-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
6 changes: 3 additions & 3 deletions demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<demo.module.name/>

<!-- testing dependencies versions -->
<junit5.version>5.10.3</junit5.version>
<junit5.version>5.11.0</junit5.version>
</properties>

<modules>
Expand Down Expand Up @@ -147,7 +147,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -167,7 +167,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,17 +75,17 @@
<jsr305.version>3.0.2</jsr305.version>
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>

<kotlin.version>1.9.25</kotlin.version>
<kotlin.version>2.0.10</kotlin.version>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
<!-- https://kotlinlang.org/docs/maven.html#specifying-compiler-options -->
<kotlin.compiler.apiVersion>1.6</kotlin.compiler.apiVersion>
<kotlin.compiler.apiVersion>1.7</kotlin.compiler.apiVersion>

<slf4j.version>2.0.15</slf4j.version>
<slf4j.version>2.0.16</slf4j.version>
<log4j2.version>2.23.1</log4j2.version>
<guava.version>33.2.1-jre</guava.version>

<!-- testing dependencies versions -->
<junit5.version>5.10.3</junit5.version>
<junit5.version>5.11.0</junit5.version>
<kotest.version>5.8.1</kotest.version>
</properties>

Expand Down Expand Up @@ -444,7 +444,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down
1 change: 1 addition & 0 deletions scripts/integration_test
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ mvu::mvn_cmd clean install
readonly MVN_OPTS_FOR_JAVA8='-Dkotlin.version=1.6.0 -P!default-logging-dependencies -P!default-arch-unit-test'
readonly MVN_OPTS_FOR_JAVA11='-Dkotlin.version=1.7.0 -P!default-logging-dependencies -P!default-arch-unit-test -Dcffu.uncaught.exception.report=none'
readonly MVN_OPTS_FOR_JAVA17='-Dkotlin.version=1.8.0 -DswitchToLog4j2LoggingDependencies -Dcffu.uncaught.exception.report=full'
readonly MVN_OPTS_FOR_JAVA22='-Dkotlin.version=1.9.0'

# about CI env var
# https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
Expand Down

0 comments on commit 655a5cb

Please sign in to comment.