Skip to content

Commit 54721da

Browse files
chore(deps): bump the all-dependencies group across 1 directory with 8 updates
Bumps the all-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) | `4.0.0-M3` | `4.1.0-M2` | | [org.springframework.boot:spring-boot-testcontainers](https://github.com/spring-projects/spring-boot) | `4.0.2` | `4.0.3` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `4.0.0-M3` | `4.1.0-M2` | | org.cyclonedx.bom | `3.0.1` | `3.2.0` | | au.com.dius.pact | `4.6.17` | `4.6.20` | | com.gorylenko.gradle-git-properties | `2.5.3` | `2.5.7` | | [com.avast.gradle.docker-compose](https://github.com/avast/gradle-docker-compose-plugin) | `0.17.19` | `0.17.21` | | gradle-wrapper | `8.14` | `9.3.1` | Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.0-M3 to 4.1.0-M2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.0-M3...v4.1.0-M2) Updates `org.springframework.boot:spring-boot-testcontainers` from 4.0.2 to 4.0.3 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.2...v4.0.3) Updates `org.springframework.boot` from 4.0.0-M3 to 4.1.0-M2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.0-M3...v4.1.0-M2) Updates `org.cyclonedx.bom` from 3.0.1 to 3.2.0 Updates `au.com.dius.pact` from 4.6.17 to 4.6.20 Updates `com.gorylenko.gradle-git-properties` from 2.5.3 to 2.5.7 Updates `com.avast.gradle.docker-compose` from 0.17.19 to 0.17.21 - [Release notes](https://github.com/avast/gradle-docker-compose-plugin/releases) - [Commits](avast/gradle-docker-compose-plugin@0.17.19...0.17.21) Updates `gradle-wrapper` from 8.14 to 9.3.1 --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.1.0-M2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.springframework.boot:spring-boot-testcontainers dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-version: 4.1.0-M2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.cyclonedx.bom dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: au.com.dius.pact dependency-version: 4.6.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.gorylenko.gradle-git-properties dependency-version: 2.5.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: com.avast.gradle.docker-compose dependency-version: 0.17.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: gradle-wrapper dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4ca7855 commit 54721da

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ plugins {
22
id 'application'
33
id 'java'
44

5-
id 'org.springframework.boot' version '4.0.0-M3'
5+
id 'org.springframework.boot' version '4.1.0-M2'
66
id 'io.spring.dependency-management' version '1.1.7'
77

88
id 'jacoco'
99
id 'pmd'
1010
id 'maven-publish'
1111
id 'com.github.ben-manes.versions' version '0.53.0'
12-
id 'org.cyclonedx.bom' version '3.0.1'
13-
id 'au.com.dius.pact' version '4.6.17'
14-
id 'com.gorylenko.gradle-git-properties' version '2.5.3'
15-
id 'com.avast.gradle.docker-compose' version '0.17.19'
12+
id 'org.cyclonedx.bom' version '3.2.0'
13+
id 'au.com.dius.pact' version '4.6.20'
14+
id 'com.gorylenko.gradle-git-properties' version '2.5.7'
15+
id 'com.avast.gradle.docker-compose' version '0.17.21'
1616
}
1717

1818
group = 'uk.gov.hmcts.cp'
@@ -105,7 +105,7 @@ ext.vers = [
105105
]
106106

107107
/* ---- Import Spring Boot BOM explicitly (helps with milestone builds) ---- */
108-
def springBootVersion = '4.0.0-M3'
108+
def springBootVersion = '4.1.0-M2'
109109
dependencyManagement {
110110
imports {
111111
mavenBom "org.springframework.boot:spring-boot-dependencies:${springBootVersion}"
@@ -174,7 +174,7 @@ dependencies {
174174

175175

176176
// Testcontainers (BOM)
177-
testImplementation("org.springframework.boot:spring-boot-testcontainers:4.0.2")
177+
testImplementation("org.springframework.boot:spring-boot-testcontainers:4.0.3")
178178
testImplementation 'org.testcontainers:postgresql:1.21.4'
179179
testImplementation 'org.testcontainers:junit-jupiter:1.21.4'
180180
// Something badly wrong here if we need testcontainers in none test build

gradle/wrapper/gradle-wrapper.jar

2.35 KB
Binary file not shown.

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-8.14-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

0 commit comments

Comments
 (0)