Skip to content

Commit cead175

Browse files
Merge pull request heowc#77 from heowc/dependabot/gradle/com.google.cloud.tools.jib-1.4.0
2 parents cc9fc7c + f14f516 commit cead175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootDocker/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'org.springframework.boot' version '2.1.3.RELEASE'
33
id 'org.jetbrains.kotlin.jvm' version '1.3.31'
44
id 'org.jetbrains.kotlin.plugin.spring' version '1.3.31'
5-
id 'com.google.cloud.tools.jib' version '1.3.0'
5+
id 'com.google.cloud.tools.jib' version '1.4.0'
66
}
77

88
apply plugin: 'io.spring.dependency-management'

0 commit comments

Comments
 (0)