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 9.3.3 to 9.3.4.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 52d97d0 commit e79e05d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
id 'org.springframework.boot' version '3.1.4' apply false
id 'org.owasp.dependencycheck' version '8.4.0'
id 'com.diffplug.spotless' version '6.21.0'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.3' apply false
id 'com.bmuschko.docker-spring-boot-application' version '9.3.4' apply false
}

applyDotEnvFileAsGradleProperties()
Expand Down
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 @@ -5,7 +5,7 @@ plugins {
id 'io.spring.dependency-management'
id 'ca.cutterslade.analyze'

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

dependencies {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'org.springframework.boot'
id 'io.spring.dependency-management'
id 'ca.cutterslade.analyze'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.3'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.4'
}

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 @@ -5,7 +5,7 @@ plugins {
id 'io.spring.dependency-management'
id 'ca.cutterslade.analyze'

id 'com.bmuschko.docker-spring-boot-application' version '9.3.3'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.4'
id 'org.springdoc.openapi-gradle-plugin' version '1.7.0'
}

Expand Down
2 changes: 1 addition & 1 deletion springwolf-examples/springwolf-sqs-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'io.spring.dependency-management'
id 'ca.cutterslade.analyze'

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

dependencyManagement {
Expand Down

0 comments on commit e79e05d

Please sign in to comment.