Skip to content

Commit 1fe26a0

Browse files
Bump the all-dependencies group across 1 directory with 6 updates
Bumps the all-dependencies group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.10` | `2.8.13` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.5.4` | `3.5.5` | | [jvm](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.2.20` | Updates `org.jetbrains.kotlin:kotlin-stdlib` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.10 to 2.8.13 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.8.10...v2.8.13) Updates `org.springframework.boot` from 3.5.4 to 3.5.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.4...v3.5.5) Updates `jvm` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) Updates `plugin.spring` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) Updates `plugin.jpa` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) Updates `plugin.spring` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) Updates `plugin.jpa` from 2.2.10 to 2.2.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.10...v2.2.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-version: 2.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-version: 3.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: jvm dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.spring dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.jpa dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.spring dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.jpa dependency-version: 2.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2cee7ba commit 1fe26a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
44
val mockkVersion = "1.14.5"
55
val logstashVersion = "8.1"
66
val testContainersVersion = "1.21.3"
7-
val springDocVersion = "2.8.10"
7+
val springDocVersion = "2.8.13"
88
val tokenValidationVersion = "5.0.30"
99

1010
repositories {
1111
mavenCentral()
1212
}
1313

1414
plugins {
15-
val kotlinVersion = "2.2.10"
16-
id("org.springframework.boot") version "3.5.4"
15+
val kotlinVersion = "2.2.20"
16+
id("org.springframework.boot") version "3.5.5"
1717
kotlin("jvm") version kotlinVersion
1818
kotlin("plugin.spring") version kotlinVersion
1919
kotlin("plugin.jpa") version kotlinVersion
@@ -23,7 +23,7 @@ plugins {
2323
apply(plugin = "io.spring.dependency-management")
2424

2525
dependencies {
26-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.2.10")
26+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.2.20")
2727

2828
implementation("org.springframework.boot:spring-boot-starter-web")
2929
implementation("org.springframework.boot:spring-boot-starter-actuator")

0 commit comments

Comments
 (0)