Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#84)
bump maven-surefire-plugin from 3.2.5 to 3.3.0 (#85)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#86)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#87)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#88)
bump spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.0 (#89)
bump junit-bom from 5.10.2 to 5.10.3 (#90)
bump spotbugs-maven-plugin from 4.8.6.0 to 4.8.6.1 (#91)
bump moditect-maven-plugin from 1.2.1.Final to 1.2.2.Final (#92)
bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#93)
bump spotbugs-maven-plugin from 4.8.6.1 to 4.8.6.2 (#94)
bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#95)
bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#96)
bump kotlin.version from 2.0.0 to 2.0.10 (#97)
bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#98)
bump junit-bom from 5.10.3 to 5.11.0 (#99)
bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#100)
bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#101)
bump maven-install-plugin from 3.1.2 to 3.1.3 (#102)
bump maven-site-plugin from 3.12.1 to 3.20.0 (#103)
bump kotlin.version from 2.0.10 to 2.0.20 (#104)
bump maven-javadoc-plugin from 3.8.0 to 3.10.0 (#105)
bump maven-surefire-plugin from 3.4.0 to 3.5.0 (#106)
bump spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 (#107)
bump maven-gpg-plugin from 3.2.5 to 3.2.6 (#108)
bump spotbugs-maven-plugin from 4.8.6.3 to 4.8.6.4 (#109)
bump junit-bom from 5.11.0 to 5.11.1 (#110)
bump annotations from 24.1.0 to 25.0.0 (#111)
bump maven-gpg-plugin from 3.2.6 to 3.2.7 (#112)
bump maven-javadoc-plugin from 3.10.0 to 3.10.1 (#113)
bump junit-bom from 5.11.1 to 5.11.2 (#114)
bump maven-surefire-plugin from 3.5.0 to 3.5.1 (#115)
bump annotations from 25.0.0 to 26.0.0 (#116)
bump kotlin.version from 2.0.20 to 2.0.21 (#117)
bump annotations from 26.0.0 to 26.0.1 (#118)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Oct 15, 2024
1 parent f3010b0 commit 0ca2185
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,15 @@
<maven.enforcer.pom.version.regex>^\d(\.\d+)?\.(\d+|x)-SNAPSHOT$</maven.enforcer.pom.version.regex>
<release.pom.version.regex>^\d\.\d+\.\d+(-(Alpha|Beta|RC)\d+)?$</release.pom.version.regex>

<spotbugs.annotations.version>4.8.5</spotbugs.annotations.version>
<spotbugs.annotations.version>4.8.6</spotbugs.annotations.version>
<jsr305.version>3.0.2</jsr305.version>
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>
<jetbrains.annotations.version>26.0.1</jetbrains.annotations.version>

<kotlin.version>2.0.0</kotlin.version>
<kotlin.version>2.0.21</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.2</junit5.version>
<kotest.version>5.9.1</kotest.version>
</properties>

Expand Down Expand Up @@ -308,7 +308,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -342,18 +342,18 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
</plugin>
<plugin>
<!-- https://github.com/moditect/moditect -->
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.2.1.Final</version>
<version>1.2.2.Final</version>
<executions>
<execution>
<id>add-module-infos</id>
Expand All @@ -380,27 +380,27 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.10.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.7</version>
</plugin>
<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 All @@ -410,12 +410,12 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>8.0.2</version>
<version>9.0.1</version>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.5.0</version>
<version>4.8.6.4</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 0ca2185

Please sign in to comment.