Skip to content

Commit

Permalink
chore(deps): bump com.bmuschko.docker-spring-boot-application from 8.…
Browse files Browse the repository at this point in the history
…1.0 to 9.3.1 (#181)

* chore(deps): bump com.bmuschko.docker-spring-boot-application

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]>

* chore(deps): Resolve com.bmuschko.docker-spring-boot-application bug caused by Gradle bug

See gradle-docker-plugin PR 1123

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Timon Back <[email protected]>
Co-authored-by: sam0r040 <[email protected]>
  • Loading branch information
3 people authored Jul 28, 2023
1 parent c168e3d commit 7158bd5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ buildscript {

plugins {
id 'ca.cutterslade.analyze' version '1.9.1'

id 'io.spring.dependency-management' version '1.1.2' apply(false)
id 'org.springframework.boot' version '3.1.2' apply(false)
id 'org.owasp.dependencycheck' version "8.3.1"
id 'io.spring.dependency-management' version '1.1.2' apply false
id 'org.springframework.boot' version '3.1.2' apply false
id 'org.owasp.dependencycheck' version '8.3.1'
id 'com.diffplug.spotless' version '6.20.0'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.1' 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 '8.1.0'
id 'com.bmuschko.docker-spring-boot-application' version '9.3.1'
}

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

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 7158bd5

Please sign in to comment.