Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump guava from 33.2.1-jre to 33.3.0-jre (#220)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#221)
bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#222)
bump maven-site-plugin from 3.12.1 to 3.20.0 (#223)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#224)
bump maven-deploy-plugin in /demos from 3.1.2 to 3.1.3 (#225)
bump maven-site-plugin in /demos from 3.12.1 to 3.20.0 (#226)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#227)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#228)
bump kotlin.version from 2.0.10 to 2.0.20 in /demos (#229)
bump kotlin.version from 2.0.10 to 2.0.20 (#230)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Aug 22, 2024
1 parent 6da18b1 commit 1e344cc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions cffu-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down
10 changes: 5 additions & 5 deletions demos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
<maven.deploy.skip>true</maven.deploy.skip>

<kotlin.version>2.0.10</kotlin.version>
<kotlin.version>2.0.20</kotlin.version>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>

<!-- overridden by submodule -->
Expand Down Expand Up @@ -127,7 +127,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -152,17 +152,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>3.20.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
<jsr305.version>3.0.2</jsr305.version>
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>

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

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

<!-- testing dependencies versions -->
<junit5.version>5.11.0</junit5.version>
Expand Down Expand Up @@ -407,7 +407,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -449,17 +449,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.12.1</version>
<version>3.20.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 1e344cc

Please sign in to comment.