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)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#26)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#27)
bump io.github.git-commit-id:git-commit-id-maven-plugin 6.0.0 to 7.0.0 (#28)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#29)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#30)
bump kotlin.version from 1.9.10 to 1.9.20 (#31)
bump kotest.version from 5.7.2 to 5.8.0 (#32)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#33)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#34)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#36)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#35)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#37)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Nov 10, 2023
1 parent 1e71a6d commit 5197ee2
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
max-parallel: 64

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: zulu
Expand Down
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
<maven.deploy.skip>false</maven.deploy.skip>
<perform.release.jdk.version>17</perform.release.jdk.version>

<spotbugs.annotations.version>4.7.3</spotbugs.annotations.version>
<spotbugs.annotations.version>4.8.1</spotbugs.annotations.version>
<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.20</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.1</junit5.version>
<kotest.version>5.8.0</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.2</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.2.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.2</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,22 +356,22 @@
<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>7.0.0</version>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.3.4</version>
<version>4.8.1.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 5197ee2

Please sign in to comment.