This commit is contained in:
zhiqiang feng
2023-12-08 10:58:24 +08:00
parent 5ebbf057f8
commit 1b2369b9ef
+2 -2
View File
@@ -14,7 +14,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.17.RELEASE</version> <version>1.5.17.RELEASE</version>
<relativePath /> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<properties> <properties>
@@ -193,7 +193,7 @@
<plugin> <plugin>
<groupId>com.spotify</groupId> <groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId> <artifactId>dockerfile-maven-plugin</artifactId>
<version>1.4.4</version> <version>1.4.10</version>
<configuration> <configuration>
<username>gzzn</username> <username>gzzn</username>
<password>Gzzn@2018</password> <password>Gzzn@2018</password>