Skip to content

Commit 6f9413f

Browse files
Bump the all-dependencies group across 1 directory with 6 updates (#146)
* 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 | | --- | --- | --- | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.5` | `5.0.10` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `5.0.5` | `5.0.10` | | [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20241030123037_58542dd` | `3.0_20241102131210_d65efd1` | | [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20241030123037_58542dd` | `3.0_20241102131210_d65efd1` | | com.oracle.database.jdbc:ojdbc8 | `23.5.0.24.07` | `23.6.0.24.10` | | org.cyclonedx.bom | `1.8.1` | `1.10.0` | Updates `no.nav.security:token-validation-spring` from 5.0.5 to 5.0.10 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.5...5.0.10) Updates `no.nav.security:token-validation-spring-test` from 5.0.5 to 5.0.10 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.5...5.0.10) Updates `no.nav.familie.kontrakter:enslig-forsorger` from 3.0_20241030123037_58542dd to 3.0_20241102131210_d65efd1 - [Commits](https://github.com/navikt/familie-kontrakter/commits) Updates `no.nav.familie.kontrakter:felles` from 3.0_20241030123037_58542dd to 3.0_20241102131210_d65efd1 - [Commits](https://github.com/navikt/familie-kontrakter/commits) Updates `no.nav.familie.kontrakter:felles` from 3.0_20241030123037_58542dd to 3.0_20241102131210_d65efd1 - [Commits](https://github.com/navikt/familie-kontrakter/commits) Updates `no.nav.security:token-validation-spring-test` from 5.0.5 to 5.0.10 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.5...5.0.10) Updates `com.oracle.database.jdbc:ojdbc8` from 23.5.0.24.07 to 23.6.0.24.10 Updates `org.cyclonedx.bom` from 1.8.1 to 1.10.0 --- 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: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch 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-patch dependency-group: all-dependencies - dependency-name: com.oracle.database.jdbc:ojdbc8 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: org.cyclonedx.bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: throndi <[email protected]>
1 parent a25371b commit 6f9413f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
val mockkVersion = "1.13.13"
4-
val tokenSupportVersion = "5.0.5"
4+
val tokenSupportVersion = "5.0.10"
55
val springdocVersion = "1.8.0"
66
val navFoedselsnummerVersion = "1.0-SNAPSHOT.6"
7-
val kontrakterVersion = "3.0_20241030123037_58542dd"
7+
val kontrakterVersion = "3.0_20241102131210_d65efd1"
88
val mainClass = "no.nav.familie.ef.infotrygd.Main"
99
val ktlint by configurations.creating
1010

@@ -73,7 +73,7 @@ dependencies {
7373
implementation("org.springframework.boot:spring-boot-starter-jdbc")
7474
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
7575
runtimeOnly("org.postgresql:postgresql")
76-
implementation("com.oracle.database.jdbc:ojdbc8:23.5.0.24.07")
76+
implementation("com.oracle.database.jdbc:ojdbc8:23.6.0.24.10")
7777
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
7878
testImplementation("org.springframework.boot:spring-boot-starter-test")
7979
testImplementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0")

0 commit comments

Comments
 (0)