Skip to content

Commit

Permalink
chore(deps): bump com.bmuschko.docker-spring-boot-application
Browse files Browse the repository at this point in the history
Bumps com.bmuschko.docker-spring-boot-application from 8.1.0 to 9.3.1.

---
updated-dependencies:
- dependency-name: com.bmuschko.docker-spring-boot-application
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2023
1 parent 0cd93e7 commit fd9d1db
Show file tree
Hide file tree
Showing 3 changed files with 3 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 '3.1.0'
id 'io.spring.dependency-management' version '1.1.0'

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

version '0.7.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.springframework.boot' version '3.1.0'
id 'io.spring.dependency-management' version '1.1.0'

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

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 '3.1.0'
id 'io.spring.dependency-management' version '1.1.0'

id 'com.bmuschko.docker-spring-boot-application' version '8.1.0'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.1'
id 'org.springdoc.openapi-gradle-plugin' version '1.6.0'
}

Expand Down

0 comments on commit fd9d1db

Please sign in to comment.