Skip to content

Commit b2d6c5d

Browse files
dependabot[bot]jreynard-code
authored andcommitted
Gradle: Bump org.springframework.boot:spring-boot-starter-test
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 3.2.2 to 3.4.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.2...v3.4.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0e9d4d3 commit b2d6c5d

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

connector/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ tasks.withType<GenerateTask> { additionalProperties.put("modelMutable", false) }
99
dependencies {
1010
testImplementation("org.testng:testng:7.8.0")
1111
testImplementation("com.redis.testcontainers:testcontainers-redis-junit:1.6.4")
12-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.2")
12+
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.4")
1313
}

dataset/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
implementation("org.apache.commons:commons-compress:1.27.1")
1111
testImplementation("org.testng:testng:7.8.0")
1212
testImplementation("com.redis.testcontainers:testcontainers-redis-junit:1.6.4")
13-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.2")
13+
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.4")
1414

1515
testImplementation(projects.cosmotechSolutionApi)
1616
testImplementation(projects.cosmotechWorkspaceApi)

organization/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ plugins { id("org.jetbrains.kotlinx.kover") }
77
dependencies {
88
testImplementation("org.testng:testng:7.8.0")
99
testImplementation("com.redis.testcontainers:testcontainers-redis-junit:1.6.4")
10-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.2")
10+
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.4")
1111
}

run/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation("com.redis.testcontainers:testcontainers-redis-junit:1.6.4")
2626
testImplementation("org.testcontainers:postgresql:1.19.7")
2727
testImplementation("org.testcontainers:rabbitmq:1.19.7")
28-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.2")
28+
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.4")
2929
testImplementation("org.springframework.amqp:spring-rabbit-test:3.1.4")
3030
}
3131

runner/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies {
1313

1414
testImplementation("org.testng:testng:7.8.0")
1515
testImplementation("com.redis.testcontainers:testcontainers-redis-junit:1.6.4")
16-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.2")
16+
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.4")
1717
}

solution/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ dependencies {
1010

1111
testImplementation("org.testng:testng:7.8.0")
1212
testImplementation("com.redis.testcontainers:testcontainers-redis-junit:1.6.4")
13-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.2")
13+
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.4")
1414
}

workspace/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010

1111
testImplementation("org.testng:testng:7.8.0")
1212
testImplementation("com.redis.testcontainers:testcontainers-redis-junit:1.6.4")
13-
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.2")
13+
testImplementation("org.springframework.boot:spring-boot-starter-test:3.4.4")
1414

1515
testImplementation(projects.cosmotechWorkspaceApi)
1616
testImplementation(projects.cosmotechDatasetApi)

0 commit comments

Comments
 (0)