Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#6)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#7)
bump kotest.version from 5.6.1 to 5.6.2 (#8)
bump git-commit-id-maven-plugin from 5.0.0 to 6.0.0 (#9)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#10)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#11)
bump kotlin.version from 1.8.21 to 1.8.22 (#12)
bump maven-shade-plugin from 3.4.1 to 3.5.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#14)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#15)
bump kotlin.version from 1.8.22 to 1.9.0 (#16)
bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#17)
bump kotlin.version from 1.9.0 to 1.9.10 (#18)
bump org.apache.maven.plugins:maven-enforcer-plugin (#19)
bump kotest.version from 5.6.2 to 5.7.2 (#21)
bump org.apache.maven.plugins:maven-enforcer-plugin (#22)
bump org.apache.maven.plugins:maven-javadoc-plugin (#23)
bump org.apache.maven.plugins:maven-shade-plugin (#24)
bump com.github.spotbugs:spotbugs-maven-plugin (#25)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Sep 25, 2023
1 parent 1e71a6d commit d97476d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
<jsr305.version>3.0.2</jsr305.version>
<jetbrains.annotations.version>24.0.1</jetbrains.annotations.version>

<kotlin.version>1.8.21</kotlin.version>
<kotlin.version>1.9.10</kotlin.version>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>

<!-- testing dependencies versions -->
<junit5.version>5.9.3</junit5.version>
<kotest.version>5.6.1</kotest.version>
<junit5.version>5.10.0</junit5.version>
<kotest.version>5.7.2</kotest.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -271,7 +271,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -305,7 +305,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -315,7 +315,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.1</version>
<configuration>
<shadeSourcesContent>true</shadeSourcesContent>
<dependencyReducedPomLocation>
Expand All @@ -326,17 +326,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -356,17 +356,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>5.0.0</version>
<version>6.0.0</version>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.3.4</version>
<version>4.7.3.6</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit d97476d

Please sign in to comment.