Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#1)
bump kotlin.version from 1.9.0 to 1.9.10 (#2)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 to 3.4.0 (#3)
bump slf4j.version from 2.0.7 to 2.0.9 (#4)
bump kotest.version from 5.6.2 to 5.7.2 (#6)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.4.0 to 3.4.1 (#7)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 to 3.6.0 (#8)
bump org.apache.maven.plugins:maven-shade-plugin 3.5.0 to 3.5.1 (#9)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.5 to 4.7.3.6 (#10)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#11)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#12)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#13)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#14)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#15)
bump kotlin.version from 1.9.10 to 1.9.20 (#16)
bump org.moditect:moditect-maven-plugin 1.0.0.Final to 1.1.0 (#17)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#18)
bump kotest.version from 5.7.2 to 5.8.0 (#19)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#20)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#21)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#22)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#23)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#24)
bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 (#25)
bump kotlin.version from 1.9.20 to 1.9.21 (#26)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#27)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#28)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#29)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#31)
bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#30)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Dec 19, 2023
1 parent c3d7165 commit 89f8b05
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 18 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: /
schedule:
interval: daily
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
max-parallel: 64

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup Java 17
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strong_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: test by multiply java versions

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive

Expand Down
32 changes: 16 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,18 @@
<!-- need argLine to use `@{argLine}`(e.g. `maven-surefire-plugin`) -->
<argLine/>

<spotbugs.annotations.version>4.7.3</spotbugs.annotations.version>
<spotbugs.annotations.version>4.8.3</spotbugs.annotations.version>
<jsr305.version>3.0.2</jsr305.version>
<jetbrains.annotations.version>24.0.1</jetbrains.annotations.version>
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>

<kotlin.version>1.9.0</kotlin.version>
<kotlin.version>1.9.21</kotlin.version>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>

<slf4j.version>2.0.7</slf4j.version>
<slf4j.version>2.0.9</slf4j.version>

<!-- testing dependencies versions -->
<junit5.version>5.9.3</junit5.version>
<kotest.version>5.6.2</kotest.version>
<junit5.version>5.10.1</junit5.version>
<kotest.version>5.8.0</kotest.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -320,7 +320,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -354,7 +354,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -365,12 +365,12 @@
<!-- https://github.com/moditect/moditect -->
<groupId>org.moditect</groupId>
<artifactId>moditect-maven-plugin</artifactId>
<version>1.0.0.Final</version>
<version>1.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<shadeSourcesContent>true</shadeSourcesContent>
<dependencyReducedPomLocation>
Expand All @@ -386,7 +386,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -411,22 +411,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>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.3.5</version>
<version>4.8.2.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
</plugin>
<plugin>
<!--
Expand All @@ -435,7 +435,7 @@
-->
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit 89f8b05

Please sign in to comment.