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.24 to 2.0.0
bump spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.0 (#266)
bump junit-bom from 5.10.2 to 5.10.3 (#267)
bump spotbugs-maven-plugin from 4.8.6.0 to 4.8.6.1 (#268)
bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#269)
bump spotbugs-maven-plugin from 4.8.6.1 to 4.8.6.2 (#270)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#271)
bump commons-lang3 from 3.14.0 to 3.15.0 (#272)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#273)
bump kotlin.version from 2.0.0 to 2.0.10 (#274)
bump commons-lang3 from 3.15.0 to 3.16.0 (#275)
bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#276)
bump junit-bom from 5.10.3 to 5.11.0 (#277)
bump commons-cli from 1.8.0 to 1.9.0 (#278)
bump maven-site-plugin from 3.12.1 to 3.20.0 (#279)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#280)
bump maven-artifact from 3.9.8 to 3.9.9 (#281)
bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#282)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#283)
bump kotlin.version from 2.0.10 to 2.0.20 (#284)
bump maven-surefire-plugin from 3.4.0 to 3.5.0 (#285)
bump maven-javadoc-plugin from 3.8.0 to 3.10.0 (#286)
bump commons-lang3 from 3.16.0 to 3.17.0 (#287)
bump spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 (#288)
  • Loading branch information
oldratlee committed Sep 9, 2024
1 parent d79ecce commit 9f70eb6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
<!-- need argLine to use `@{argLine}`(e.g. `maven-surefire-plugin`) -->
<argLine/>

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

<!-- testing dependencies versions -->
<junit5.version>5.10.2</junit5.version>
<junit5.version>5.11.0</junit5.version>
<kotest.version>5.8.0</kotest.version>
</properties>

Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand All @@ -136,12 +136,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.14.0</version>
<version>3.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>3.9.8</version>
<version>3.9.9</version>
</dependency>

<!--
Expand Down Expand Up @@ -378,12 +378,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.10.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.0</version>
<configuration>
<argLine>@{argLine} -Duser.language=en -Duser.country=US</argLine>
</configuration>
Expand All @@ -396,17 +396,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>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -502,7 +502,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 Expand Up @@ -534,7 +534,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>9.0.0</version>
<version>9.0.1</version>
<executions>
<execution>
<id>get-the-git-infos</id>
Expand Down Expand Up @@ -588,7 +588,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.5.0</version>
<version>4.8.6.3</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit 9f70eb6

Please sign in to comment.