Skip to content

Commit 24531da

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 | | --- | --- | --- | | [com.google.cloud:spring-cloud-gcp-starter-storage](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) | `5.8.0` | `5.9.0` | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.11` | `5.0.13` | | [jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.1` | | [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.6` | `1.1.7` | Updates `com.google.cloud:spring-cloud-gcp-starter-storage` from 5.8.0 to 5.9.0 - [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases) - [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.md) - [Commits](GoogleCloudPlatform/spring-cloud-gcp@v5.8.0...v5.9.0) Updates `no.nav.security:token-validation-spring` from 5.0.11 to 5.0.13 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.11...5.0.13) Updates `jvm` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `plugin.spring` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `plugin.spring` from 2.0.21 to 2.1.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.0) Updates `org.springframework.boot` from 3.3.5 to 3.4.1 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.3.5...v3.4.1) Updates `io.spring.dependency-management` from 1.1.6 to 1.1.7 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7) --- updated-dependencies: - dependency-name: com.google.cloud:spring-cloud-gcp-starter-storage dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: io.spring.dependency-management dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 76443f6 commit 24531da

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
val gcsVersion = "2.36.1"
44
val logstashVersion = "8.0"
5-
val tokenValidationVersion = "5.0.11"
6-
val googleCloudVersion = "5.8.0"
5+
val tokenValidationVersion = "5.0.13"
6+
val googleCloudVersion = "5.9.0"
77

88
repositories {
99
mavenCentral()
1010
}
1111

1212
plugins {
13-
val kotlinVersion = "2.0.21"
13+
val kotlinVersion = "2.1.0"
1414
kotlin("jvm") version kotlinVersion
1515
kotlin("plugin.spring") version kotlinVersion
16-
id("org.springframework.boot") version "3.3.5"
17-
id("io.spring.dependency-management") version "1.1.6"
16+
id("org.springframework.boot") version "3.4.1"
17+
id("io.spring.dependency-management") version "1.1.7"
1818
idea
1919
}
2020

0 commit comments

Comments
 (0)