Skip to content

Commit 36ae77b

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.2.0` | `4.1.3` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `3.2.0` | `4.1.3` | | [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20240116082529_ee44807` | `3.0_20240215101759_cea211f` | | [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20240116082529_ee44807` | `3.0_20240215101759_cea211f` | | [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20240116082529_ee44807` | `3.0_20240215101759_cea211f` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `3.2.0` | `4.1.3` | | [com.github.doyaaaaaken:kotlin-csv-jvm](https://github.com/doyaaaaaken/kotlin-csv) | `1.9.2` | `1.9.3` | | [org.testcontainers:oracle-xe](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.5` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.2.1` | `3.2.2` | Updates `no.nav.security:token-validation-spring` from 3.2.0 to 4.1.3 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.2.0...4.1.3) Updates `no.nav.security:token-validation-spring-test` from 3.2.0 to 4.1.3 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.2.0...4.1.3) Updates `no.nav.familie.kontrakter:enslig-forsorger` from 3.0_20240116082529_ee44807 to 3.0_20240215101759_cea211f - [Commits](https://github.com/navikt/familie-kontrakter/commits) Updates `no.nav.familie.kontrakter:felles` from 3.0_20240116082529_ee44807 to 3.0_20240215101759_cea211f - [Commits](https://github.com/navikt/familie-kontrakter/commits) Updates `no.nav.familie.kontrakter:felles` from 3.0_20240116082529_ee44807 to 3.0_20240215101759_cea211f - [Commits](https://github.com/navikt/familie-kontrakter/commits) Updates `no.nav.security:token-validation-spring-test` from 3.2.0 to 4.1.3 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@3.2.0...4.1.3) Updates `com.github.doyaaaaaken:kotlin-csv-jvm` from 1.9.2 to 1.9.3 - [Release notes](https://github.com/doyaaaaaken/kotlin-csv/releases) - [Commits](jsoizo/kotlin-csv@1.9.2...1.9.3) Updates `org.testcontainers:oracle-xe` from 1.19.3 to 1.19.5 - [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.3...1.19.5) Updates `org.springframework.boot` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.2.1...v3.2.2) --- updated-dependencies: - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: no.nav.familie.kontrakter:enslig-forsorger dependency-type: direct:production dependency-group: all-dependencies - dependency-name: no.nav.familie.kontrakter:felles dependency-type: direct:production dependency-group: all-dependencies - dependency-name: no.nav.familie.kontrakter:felles dependency-type: direct:production dependency-group: all-dependencies - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-dependencies - dependency-name: com.github.doyaaaaaken:kotlin-csv-jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-dependencies - dependency-name: org.testcontainers:oracle-xe 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 f7d8e48 commit 36ae77b

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
@@ -1,16 +1,16 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
val mockkVersion = "1.13.9"
4-
val tokenSupportVersion = "3.2.0"
4+
val tokenSupportVersion = "4.1.3"
55
val springdocVersion = "1.7.0"
66
val navFoedselsnummerVersion = "1.0-SNAPSHOT.6"
7-
val kontrakterVersion = "3.0_20240116082529_ee44807"
7+
val kontrakterVersion = "3.0_20240215101759_cea211f"
88
val mainClass = "no.nav.familie.ef.infotrygd.Main"
99
val ktlint by configurations.creating
1010

1111
plugins {
1212
val kotlinVersion = "1.9.22"
13-
val springBootVersion = "3.2.1"
13+
val springBootVersion = "3.2.2"
1414
id("org.springframework.boot") version springBootVersion
1515
id("io.spring.dependency-management") version "1.1.4"
1616
kotlin("jvm") version kotlinVersion
@@ -75,8 +75,8 @@ dependencies {
7575
implementation("com.oracle.database.jdbc:ojdbc8:23.3.0.23.09")
7676
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
7777
testImplementation("org.springframework.boot:spring-boot-starter-test")
78-
testImplementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.2")
79-
testImplementation("org.testcontainers:oracle-xe:1.19.3")
78+
testImplementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3")
79+
testImplementation("org.testcontainers:oracle-xe:1.19.5")
8080
testImplementation("com.h2database:h2")
8181
testImplementation("org.flywaydb:flyway-core")
8282
testImplementation("io.mockk:mockk-jvm:$mockkVersion")

0 commit comments

Comments
 (0)