Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 (#68)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#69)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#70)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#71)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#72)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#73)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#74)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#75)
bump spotbugs-maven-plugin from 4.8.4.0 to 4.8.5.0 (#76)
bump kotlin.version from 1.9.23 to 1.9.24 (#77)
bump kotest.version from 5.8.1 to 5.9.0 (#78)
bump kotlin.version from 1.9.24 to 2.0.0 (#79)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#80)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#81)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#82)
bump kotest.version from 5.9.0 to 5.9.1 (#83)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Jun 10, 2024
1 parent 5baf4bd commit 0f53e02
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@
<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.4</spotbugs.annotations.version>
<spotbugs.annotations.version>4.8.5</spotbugs.annotations.version>
<jsr305.version>3.0.2</jsr305.version>
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>

<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>

<!-- testing dependencies versions -->
<junit5.version>5.10.2</junit5.version>
<kotest.version>5.8.1</kotest.version>
<kotest.version>5.9.1</kotest.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -347,7 +347,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<!-- https://github.com/moditect/moditect -->
Expand Down Expand Up @@ -380,12 +380,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.7.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -395,17 +395,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>io.github.git-commit-id</groupId>
Expand All @@ -415,7 +415,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.3.1</version>
<version>4.8.5.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down Expand Up @@ -766,7 +766,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<!--
In multiply module builds using the deploy-at-end feature,
Expand Down

0 comments on commit 0f53e02

Please sign in to comment.