Skip to content

Commit 4d29d1c

Browse files
Bump the all-dependencies group with 7 updates
Bumps the all-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `3.1.5` | `3.1.7` | | [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.15.2` | `2.15.3` | | [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.0` | `1.19.1` | | [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.0` | `1.19.1` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.0` | `1.19.1` | | [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.7` | `1.13.8` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.1.3` | `3.1.4` | Updates `no.nav.security:token-validation-spring` from 3.1.5 to 3.1.7 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.1.5...3.1.7) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.2 to 2.15.3 - [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.15.2...jackson-module-kotlin-2.15.3) Updates `org.testcontainers:testcontainers` from 1.19.0 to 1.19.1 - [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.0...1.19.1) Updates `org.testcontainers:junit-jupiter` from 1.19.0 to 1.19.1 - [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.0...1.19.1) Updates `org.testcontainers:postgresql` from 1.19.0 to 1.19.1 - [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.0...1.19.1) Updates `io.mockk:mockk` from 1.13.7 to 1.13.8 - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.13.7...1.13.8) Updates `org.springframework.boot` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.1.3...v3.1.4) --- updated-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: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch 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: io.mockk:mockk 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-patch dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e9436e7 commit 4d29d1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

3-
val mockkVersion = "1.13.7"
3+
val mockkVersion = "1.13.8"
44
val logstashVersion = "7.4"
5-
val testContainersVersion = "1.19.0"
5+
val testContainersVersion = "1.19.1"
66
val springDocVersion = "2.2.0"
7-
val tokenValidationVersion = "3.1.5"
7+
val tokenValidationVersion = "3.1.7"
88
val kotlinVersion = "1.9.10"
99

1010
repositories {
@@ -13,7 +13,7 @@ repositories {
1313

1414
plugins {
1515
val kotlinVersion = "1.8.0"
16-
id("org.springframework.boot") version "3.1.3"
16+
id("org.springframework.boot") version "3.1.4"
1717
kotlin("jvm") version kotlinVersion
1818
kotlin("plugin.spring") version kotlinVersion
1919
kotlin("plugin.jpa") version kotlinVersion
@@ -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.2")
47+
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.3")
4848

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

0 commit comments

Comments
 (0)