Skip to content

Commit 9a15a5e

Browse files
Bump the deps group across 1 directory with 3 updates
Bumps the deps group with 3 updates in the / directory: [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin), [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor) and [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.0.+ to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits/v2.1.0) Updates `io.github.hakky54:logcaptor` from 2.9.+ to 2.10.0 - [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD) - [Commits](https://github.com/Hakky54/log-captor/commits/v2.10.0) Updates `org.jetbrains.kotlin.jvm` from 2.0.+ to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits/v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: io.github.hakky54:logcaptor dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e0b2799 commit 9a15a5e

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
@@ -7,7 +7,7 @@ plugins {
77
id("com.adarshr.test-logger") version "4.0.+"
88
id("io.freefair.lombok") version "8.+"
99
id("io.spring.dependency-management") version "1.1.+"
10-
id("org.jetbrains.kotlin.jvm") version "2.0.+"
10+
id("org.jetbrains.kotlin.jvm") version "2.1.+"
1111
id("org.springframework.boot") version "3.4.+"
1212
}
1313

@@ -47,14 +47,14 @@ dependencies {
4747
implementation("com.google.guava:guava:33.3.+")
4848
implementation("io.github.oshai:kotlin-logging-jvm:7.0.+")
4949
implementation("org.apache.httpcomponents.client5:httpclient5")
50-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.+")
50+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.+")
5151
implementation("org.springframework.boot:spring-boot-starter-actuator")
5252
implementation("org.springframework.boot:spring-boot-starter-cache")
5353
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
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.9.+")
57+
testImplementation("io.github.hakky54:logcaptor:2.10.+")
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)