Skip to content

Commit ffcefe1

Browse files
chore(deps): bump the all-dependencies group across 1 directory with 4 updates
Bumps the all-dependencies group with 4 updates in the / directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot), [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java), [org.awaitility:awaitility](https://github.com/awaitility/awaitility) and gradle-wrapper. Updates `org.springframework.boot` from 4.0.0 to 4.0.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v4.0.0...v4.0.2) Updates `org.testcontainers:testcontainers-bom` from 1.20.4 to 2.0.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.4...2.0.3) Updates `org.awaitility:awaitility` from 4.2.0 to 4.3.0 - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.0...awaitility-4.3.0) Updates `gradle-wrapper` from 9.2.1 to 9.3.1 --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: org.awaitility:awaitility dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: gradle-wrapper dependency-version: 9.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edf9a91 commit ffcefe1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '4.0.0' apply false
3+
id 'org.springframework.boot' version '4.0.3' apply false
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'maven-publish'
66
}

gradle/wrapper/gradle-wrapper.jar

542 Bytes
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-9.2.1-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

integration-tests/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ dependencies {
2222

2323
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2424

25-
testImplementation platform("org.testcontainers:testcontainers-bom:1.20.4")
25+
testImplementation platform("org.testcontainers:testcontainers-bom:2.0.3")
2626
testImplementation "org.testcontainers:junit-jupiter"
2727
testImplementation "org.testcontainers:postgresql"
2828

2929
// PostgreSQL driver (runtime)
3030
testRuntimeOnly "org.postgresql:postgresql"
3131
runtimeOnly "org.flywaydb:flyway-database-postgresql"
3232

33-
testImplementation 'org.awaitility:awaitility:4.2.0'
33+
testImplementation 'org.awaitility:awaitility:4.3.0'
3434
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
3535
}
3636

0 commit comments

Comments
 (0)