Commit 7d428b81 authored by liaozan's avatar liaozan 🏀

update dependency

parent 5744f22d
...@@ -53,14 +53,14 @@ ...@@ -53,14 +53,14 @@
<jsr305.version>3.0.2</jsr305.version> <jsr305.version>3.0.2</jsr305.version>
<guava.version>31.0.1-jre</guava.version> <guava.version>31.0.1-jre</guava.version>
<!-- used for apollo --> <!-- used for apollo -->
<guice.version>5.0.1</guice.version> <guice.version>5.1.0</guice.version>
<hutool.version>5.7.20</hutool.version> <hutool.version>5.7.20</hutool.version>
<commons-collections4.version>4.4</commons-collections4.version> <commons-collections4.version>4.4</commons-collections4.version>
<commons-io.version>2.11.0</commons-io.version> <commons-io.version>2.11.0</commons-io.version>
<!-- excel --> <!-- excel -->
<easyexcel.version>3.0.5</easyexcel.version> <easyexcel.version>3.0.5</easyexcel.version>
<!-- database related --> <!-- database related -->
<mybatis-plus.version>3.5.0</mybatis-plus.version> <mybatis-plus.version>3.5.1</mybatis-plus.version>
<dynamic-datasource.version>3.5.0</dynamic-datasource.version> <dynamic-datasource.version>3.5.0</dynamic-datasource.version>
<druid.version>1.2.8</druid.version> <druid.version>1.2.8</druid.version>
<!-- dubbo related --> <!-- dubbo related -->
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<!-- maven plugins --> <!-- maven plugins -->
<flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version> <flatten-maven-plugin.version>1.2.7</flatten-maven-plugin.version>
<integration-maven-plugin.version>1.0.0</integration-maven-plugin.version> <integration-maven-plugin.version>1.0.1-SNAPSHOT</integration-maven-plugin.version>
<maven.repository.url>https://maven.schbrain.com/repository</maven.repository.url> <maven.repository.url>https://maven.schbrain.com/repository</maven.repository.url>
</properties> </properties>
...@@ -433,7 +433,7 @@ ...@@ -433,7 +433,7 @@
<id>prepare-dockerfile</id> <id>prepare-dockerfile</id>
<phase>package</phase> <phase>package</phase>
<goals> <goals>
<goal>prepare-dockerfile</goal> <goal>prepare</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment