Skip to content

Commit b879185

Browse files
chore(deps): bump the all-dependencies group across 1 directory with 4 updates
Bumps the all-dependencies group with 3 updates in the / directory: [org.springframework.boot:spring-boot-testcontainers](https://github.com/spring-projects/spring-boot), org.cyclonedx.bom and gradle-wrapper. Updates `org.springframework.boot:spring-boot-testcontainers` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.3...v4.0.4) Updates `org.springframework.boot` from 4.0.3 to 4.0.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.3...v4.0.4) Updates `org.cyclonedx.bom` from 3.2.0 to 3.2.2 Updates `gradle-wrapper` from 9.4.0 to 9.4.1 --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-testcontainers dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.cyclonedx.bom dependency-version: 3.2.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: gradle-wrapper dependency-version: 9.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0835ea commit b879185

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
22
id 'application'
33
id 'java'
4-
id 'org.springframework.boot' version '4.0.3'
4+
id 'org.springframework.boot' version '4.0.4'
55
id 'io.spring.dependency-management' version '1.1.7'
66
id 'jacoco'
77
id 'maven-publish'
88
id 'com.github.ben-manes.versions' version '0.53.0'
9-
id 'org.cyclonedx.bom' version '3.2.0'
9+
id 'org.cyclonedx.bom' version '3.2.2'
1010
id 'com.gorylenko.gradle-git-properties' version '2.5.7'
1111
id 'com.avast.gradle.docker-compose' version '0.17.21'
1212
}
@@ -66,7 +66,7 @@ dependencies {
6666
implementation 'org.springframework.boot:spring-boot-starter-flyway'
6767
implementation 'org.flywaydb:flyway-core'
6868
implementation 'org.flywaydb:flyway-database-postgresql'
69-
testImplementation("org.springframework.boot:spring-boot-testcontainers:4.0.3")
69+
testImplementation("org.springframework.boot:spring-boot-testcontainers:4.0.4")
7070
testImplementation 'org.testcontainers:postgresql:1.21.4'
7171
testImplementation 'org.testcontainers:junit-jupiter:1.21.4'
7272

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)