Skip to content

Commit caca7ca

Browse files
Bump the all-dependencies group with 10 updates
Bumps the all-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `3.1.7` | `3.2.0` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.15.3` | `2.16.0` | | [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` | | [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.1.4` | `3.2.0` | | [jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` | | [plugin.jpa](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` | Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.10 to 1.9.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.21) Updates `no.nav.security:token-validation-spring` from 3.1.7 to 3.2.0 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.1.7...3.2.0) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.3 to 2.16.0 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.3...jackson-module-kotlin-2.16.0) Updates `org.testcontainers:testcontainers` from 1.19.1 to 1.19.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.1...1.19.3) Updates `org.testcontainers:junit-jupiter` from 1.19.1 to 1.19.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.1...1.19.3) Updates `org.testcontainers:postgresql` from 1.19.1 to 1.19.3 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.19.1...1.19.3) Updates `org.springframework.boot` from 3.1.4 to 3.2.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.4...v3.2.0) Updates `jvm` from 1.9.10 to 1.9.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.21) Updates `plugin.spring` from 1.9.10 to 1.9.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.21) Updates `plugin.jpa` from 1.9.10 to 1.9.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.testcontainers:testcontainers dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.testcontainers:postgresql dependency-type: direct:production update-type: version-update:semver-patch 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: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: plugin.jpa dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 75dff64 commit caca7ca

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
val mockkVersion = "1.13.8"
44
val logstashVersion = "7.4"
5-
val testContainersVersion = "1.19.1"
5+
val testContainersVersion = "1.19.3"
66
val springDocVersion = "2.2.0"
7-
val tokenValidationVersion = "3.1.7"
8-
val kotlinVersion = "1.9.10"
7+
val tokenValidationVersion = "3.2.0"
8+
val kotlinVersion = "1.9.21"
99

1010
repositories {
1111
mavenCentral()
1212
}
1313

1414
plugins {
1515
val kotlinVersion = "1.8.0"
16-
id("org.springframework.boot") version "3.1.4"
16+
id("org.springframework.boot") version "3.2.0"
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:1.9.10")
26+
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.9.21")
2727

2828
implementation("org.springframework.boot:spring-boot-starter-web")
2929
implementation("org.springframework.boot:spring-boot-starter-actuator")
@@ -44,7 +44,7 @@ dependencies {
4444

4545
implementation("ch.qos.logback:logback-classic")
4646
implementation("net.logstash.logback:logstash-logback-encoder:$logstashVersion")
47-
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
47+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0")
4848

4949
testImplementation("org.testcontainers:testcontainers:$testContainersVersion")
5050
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")

0 commit comments

Comments
 (0)