提交 69cead40 编写于 作者: oldratlee's avatar oldratlee 🔥

upgrade dependencies

上级 881985a1
......@@ -90,8 +90,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.3.61</kotlin.version>
<kotlin.coroutine.version>1.3.3</kotlin.coroutine.version>
<kotlin.version>1.3.72</kotlin.version>
<kotlin.coroutine.version>1.3.5</kotlin.coroutine.version>
</properties>
<dependencies>
......@@ -114,7 +114,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>3.1.12</version>
<version>4.0.2</version>
<optional>true</optional>
</dependency>
<!--
......@@ -151,7 +151,7 @@
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.16</version>
<version>2.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
......@@ -254,7 +254,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<configuration>
<archive>
<manifestEntries>
......@@ -276,7 +276,7 @@
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.3</version>
<executions>
<execution>
<id>shade-when-package</id>
......@@ -320,7 +320,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.12.2</version>
<version>4.0.0</version>
</plugin>
<!--
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
......@@ -372,11 +372,11 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
......@@ -384,7 +384,7 @@
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<version>3.9.0</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
......@@ -571,7 +571,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
<executions>
<execution>
<id>get-the-git-infos</id>
......@@ -618,7 +618,7 @@
<!-- plugin docs: http://eclemma.org/jacoco/trunk/doc/ -->
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<executions>
<execution>
<goals>
......
......@@ -90,8 +90,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.3.61</kotlin.version>
<kotlin.coroutine.version>1.3.3</kotlin.coroutine.version>
<kotlin.version>1.3.72</kotlin.version>
<kotlin.coroutine.version>1.3.5</kotlin.coroutine.version>
</properties>
<dependencies>
......@@ -114,7 +114,7 @@
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<version>3.1.12</version>
<version>4.0.2</version>
<optional>true</optional>
</dependency>
<!--
......@@ -151,7 +151,7 @@
<dependency>
<groupId>io.reactivex.rxjava2</groupId>
<artifactId>rxjava</artifactId>
<version>2.2.16</version>
<version>2.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
......@@ -254,7 +254,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
<configuration>
<archive>
<manifestEntries>
......@@ -276,7 +276,7 @@
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.1</version>
<version>3.2.3</version>
<executions>
<execution>
<id>shade-when-package</id>
......@@ -320,7 +320,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>3.1.12.2</version>
<version>4.0.0</version>
</plugin>
<!--
official docs: https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
......@@ -372,11 +372,11 @@
</plugin>
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.1</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
......@@ -384,7 +384,7 @@
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.7.1</version>
<version>3.9.0</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
......@@ -571,7 +571,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
<executions>
<execution>
<id>get-the-git-infos</id>
......@@ -618,7 +618,7 @@
<!-- plugin docs: http://eclemma.org/jacoco/trunk/doc/ -->
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.4</version>
<version>0.8.5</version>
<executions>
<execution>
<goals>
......
......@@ -34,5 +34,11 @@
<ignoreVersion type="regex">3.\d{3,}(\..*)?</ignoreVersion>
</ignoreVersions>
</rule>
<rule groupId="org.jetbrains.kotlinx">
<!-- ignore native dependency version like org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.5-native-mt -->
<ignoreVersions>
<ignoreVersion type="regex">.*-native-.*</ignoreVersion>
</ignoreVersions>
</rule>
</rules>
</ruleset>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册