Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#191)
bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#192)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#193)
bump commons-io:commons-io from 2.14.0 to 2.15.0 (#194)
bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 (#195)
bump commons-cli:commons-cli from 1.5.0 to 1.6.0 (#196)
bump kotlin.version from 1.9.10 to 1.9.20 (#197)
bump kotest.version from 5.7.2 to 5.8.0 (#198)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#199)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 (#200)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#201)
bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1 (#202)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#203)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#204)
bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#205)
bump kotlin.version from 1.9.20 to 1.9.21 (#206)
bump commons-io:commons-io from 2.15.0 to 2.15.1 (#207)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#208)
bump org.apache.maven:maven-artifact from 3.9.5 to 3.9.6 (#210)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#211)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#212)
bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#213)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#214)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 (#215)
bump kotlin.version from 1.9.21 to 1.9.22 (#216)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#217)
bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#218)
bump spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 (#219)
bump codecov/codecov-action from 3 to 4 (#220)
bump junit-bom from 5.10.1 to 5.10.2 (#221)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Feb 7, 2024
1 parent a7e634b commit 3507b6b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/strong_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: rm -rf $HOME/.m2/repository/com/alibaba/dns-cache-manipulator*

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
32 changes: 16 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@
<!-- need argLine to use `@{argLine}`(e.g. `maven-surefire-plugin`) -->
<argLine/>

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

<!-- testing dependencies versions -->
<junit5.version>5.10.0</junit5.version>
<kotest.version>5.7.2</kotest.version>
<junit5.version>5.10.2</junit5.version>
<kotest.version>5.8.0</kotest.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -126,22 +126,22 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.15.1</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-artifact</artifactId>
<version>3.9.5</version>
<version>3.9.6</version>
</dependency>

<!--
Expand All @@ -156,7 +156,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>4.8.0</version>
<version>4.8.3</version>
<optional>true</optional>
</dependency>
<dependency>
Expand All @@ -169,7 +169,7 @@
<!-- https://www.jetbrains.com/help/idea/annotating-source-code.html -->
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.1</version>
<version>24.1.0</version>
<optional>true</optional>
</dependency>

Expand Down Expand Up @@ -334,7 +334,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 @@ -366,7 +366,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
<configuration>
<!-- https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArgs -->
<compilerArgs>
Expand All @@ -378,12 +378,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.5</version>
<configuration>
<argLine>@{argLine} -Duser.language=en -Duser.country=US</argLine>
</configuration>
Expand Down Expand Up @@ -534,7 +534,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>6.0.0</version>
<version>7.0.0</version>
<executions>
<execution>
<id>get-the-git-infos</id>
Expand Down Expand Up @@ -588,7 +588,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.3.6</version>
<version>4.8.3.0</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down Expand Up @@ -629,7 +629,7 @@
<!-- plugin docs: http://eclemma.org/jacoco/trunk/doc/ -->
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 3507b6b

Please sign in to comment.