Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#191)
bump git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#192)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#193)
bump commons-io from 2.14.0 to 2.15.0 (#194)
bump maven-clean-plugin from 3.3.1 to 3.3.2 (#195)
bump 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 junit-bom from 5.10.0 to 5.10.1 (#199)
bump spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 (#200)
bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#201)
bump spotbugs-annotations from 4.8.0 to 4.8.1 (#202)
bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#203)
bump annotations from 24.0.1 to 24.1.0 (#204)
bump 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 from 2.15.0 to 2.15.1 (#207)
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#208)
bump maven-artifact from 3.9.5 to 3.9.6 (#210)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#211)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#212)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#213)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#214)
bump 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 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)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#222)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#223)
bump kotlin.version from 1.9.22 to 1.9.23 (#224)
bump maven-assembly-plugin from 3.6.0 to 3.7.0 (#225)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#226)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#228)
bump maven-assembly-plugin from 3.7.0 to 3.7.1 (#229)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#230)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#231)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#232)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#233)
bump commons-io from 2.15.1 to 2.16.0 (#234)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#235)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#236)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#237)
bump commons-io from 2.16.0 to 2.16.1 (#238)
bump spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 (#239)
bump maven-gpg-plugin from 3.2.2 to 3.2.3 (#240)
bump maven-jar-plugin from 3.3.0 to 3.4.0 (#241)
bump commons-cli from 1.6.0 to 1.7.0 (#242)
bump maven-gpg-plugin from 3.2.3 to 3.2.4 (#243)
bump maven-jar-plugin from 3.4.0 to 3.4.1 (#244)
bump maven-deploy-plugin from 3.1.1 to 3.1.2 (#245)
bump maven-install-plugin from 3.1.1 to 3.1.2 (#246)
bump spotbugs-annotations from 4.8.4 to 4.8.5 (#247)
bump spotbugs-maven-plugin from 4.8.4.0 to 4.8.5.0 (#248)
bump kotlin.version from 1.9.23 to 1.9.24 (#249)
bump commons-cli from 1.7.0 to 1.8.0 (#253)
bump maven-artifact from 3.9.6 to 3.9.7 (#254)
bump nexus-staging-maven-plugin from 1.6.13 to 1.7.0 (#255)
bump maven-enforcer-plugin from 3.4.1 to 3.5.0 (#256)
bump maven-javadoc-plugin from 3.6.3 to 3.7.0 (#257)
bump git-commit-id-maven-plugin from 8.0.2 to 9.0.0 (#259)
bump maven-artifact from 3.9.7 to 3.9.8 (#260)
bump maven-surefire-plugin from 3.2.5 to 3.3.0 (#261)
bump spotbugs-annotations from 4.8.5 to 4.8.6 (#262)
bump maven-clean-plugin from 3.3.2 to 3.4.0 (#263)
bump maven-jar-plugin from 3.4.1 to 3.4.2 (#264)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Jun 21, 2024
1 parent a2fce62 commit c7f7fd2
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/strong_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,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 }}
48 changes: 24 additions & 24 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.24</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.8.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.16.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.8</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.6</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 @@ -274,7 +274,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>
<configuration>
<serverId>ossrh</serverId>
Expand All @@ -291,7 +291,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<executions>
<execution>
<id>enforce-maven</id>
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.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -344,12 +344,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.jetbrains.kotlin</groupId>
Expand All @@ -366,7 +366,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<!-- https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArgs -->
<compilerArgs>
Expand All @@ -378,20 +378,20 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.3.0</version>
<configuration>
<argLine>@{argLine} -Duser.language=en -Duser.country=US</argLine>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -401,12 +401,12 @@
<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>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -502,7 +502,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
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>9.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.5.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.12</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit c7f7fd2

Please sign in to comment.