Skip to content

Commit a5eb9db

Browse files
Bump the deps group across 1 directory with 3 updates
Bumps the deps group with 3 updates in the / directory: [org.testcontainers:testcontainers-bom](https://github.com/testcontainers/testcontainers-java), [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) and [org.springframework.boot](https://github.com/spring-projects/spring-boot). Updates `org.testcontainers:testcontainers-bom` from 1.20.+ to 1.21.0 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/testcontainers/testcontainers-java/commits/1.21.0) Updates `io.github.hakky54:logcaptor` from 2.10.+ to 2.11.0 - [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD) - [Commits](https://github.com/Hakky54/log-captor/commits/v2.11.0) Updates `org.springframework.boot` from 3.4.+ to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/commits/v3.5.0) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers-bom dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: io.github.hakky54:logcaptor dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: org.springframework.boot dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 48af9c6 commit a5eb9db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id("io.freefair.lombok") version "8.+"
99
id("io.spring.dependency-management") version "1.1.+"
1010
id("org.jetbrains.kotlin.jvm") version "2.1.+"
11-
id("org.springframework.boot") version "3.4.+"
11+
id("org.springframework.boot") version "3.5.+"
1212
}
1313

1414
repositories {
@@ -35,7 +35,7 @@ tasks.withType<KotlinJvmCompile> {
3535

3636
dependencyManagement {
3737
imports {
38-
mavenBom("org.testcontainers:testcontainers-bom:1.20.+")
38+
mavenBom("org.testcontainers:testcontainers-bom:1.21.+")
3939
}
4040
}
4141

@@ -54,7 +54,7 @@ dependencies {
5454
implementation("org.springframework.boot:spring-boot-starter-webflux")
5555
runtimeOnly("com.h2database:h2")
5656
runtimeOnly("org.postgresql:postgresql:42.+")
57-
testImplementation("io.github.hakky54:logcaptor:2.10.+")
57+
testImplementation("io.github.hakky54:logcaptor:2.11.+")
5858
testImplementation("org.apache.commons:commons-compress:1.27.+")
5959
testImplementation("org.assertj:assertj-core")
6060
testImplementation("org.junit.jupiter:junit-jupiter")

0 commit comments

Comments
 (0)