Bump spring boot, docker plugin
This commit is contained in:
parent
cd7cbccf83
commit
146f96bae7
@ -51,7 +51,6 @@
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>exec-maven-plugin</artifactId>
|
||||
<version>1.6.0</version>
|
||||
<configuration>
|
||||
<mainClass>com.charego.lingo.client.bootstrap.LingoClient</mainClass>
|
||||
<addResourcesToClasspath>true</addResourcesToClasspath>
|
||||
|
@ -15,7 +15,6 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.8.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.fasterxml.jackson.core</groupId>
|
||||
|
2
pom.xml
2
pom.xml
@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>2.1.4.RELEASE</version>
|
||||
<version>2.2.1.RELEASE</version>
|
||||
</parent>
|
||||
|
||||
<groupId>com.charego</groupId>
|
||||
|
@ -72,7 +72,7 @@
|
||||
<plugin>
|
||||
<groupId>com.google.cloud.tools</groupId>
|
||||
<artifactId>jib-maven-plugin</artifactId>
|
||||
<version>1.2.0</version>
|
||||
<version>1.8.0</version>
|
||||
<configuration>
|
||||
<!-- Enable this setting to allow pushes to local Docker registry -->
|
||||
<!--<allowInsecureRegistries>true</allowInsecureRegistries>-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user