Skip to content

Commit

Permalink
Upgrade com.bmuschko.docker-spring-boot-application=6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Dec 22, 2022
1 parent e62bc9f commit a828bd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-amqp-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.springframework.boot' version '2.7.6'
id 'io.spring.dependency-management' version '1.1.0'

id 'com.bmuschko.docker-spring-boot-application' version '6.1.4'
id 'com.bmuschko.docker-spring-boot-application' version '6.7.0'
}

sourceCompatibility = '1.8'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
plugins {
id 'java'

id 'org.springframework.boot' version '2.7.6'
id 'io.spring.dependency-management' version '1.1.0'
id 'com.bmuschko.docker-spring-boot-application' version '6.1.4'

id 'com.bmuschko.docker-spring-boot-application' version '6.7.0'
}

ext {
Expand Down
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-kafka-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.springframework.boot' version '2.7.6'
id 'io.spring.dependency-management' version '1.1.0'

id 'com.bmuschko.docker-spring-boot-application' version '6.1.4'
id 'com.bmuschko.docker-spring-boot-application' version '6.7.0'
}

sourceCompatibility = '1.8'
Expand Down

0 comments on commit a828bd8

Please sign in to comment.