Skip to content

Commit 05ab1b8

Browse files
Bump the gradle group across 1 directory with 7 updates
Bumps the gradle group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) | `2.3` | `2.4` | | [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` | | [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` | | [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `5.0.16` | `5.0.17` | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.4` | `2.8.5` | | [io.confluent:kafka-connect-avro-converter](https://github.com/confluentinc/schema-registry) | `7.8.1` | `7.9.0` | | [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.8.1` | `7.9.0` | Updates `org.yaml:snakeyaml` from 2.3 to 2.4 - [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.4..snakeyaml-2.3) Updates `no.nav.security:token-validation-spring` from 5.0.16 to 5.0.17 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.16...5.0.17) Updates `no.nav.security:token-client-spring` from 5.0.16 to 5.0.17 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.16...5.0.17) Updates `no.nav.security:token-validation-spring-test` from 5.0.16 to 5.0.17 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.16...5.0.17) Updates `no.nav.security:token-client-spring` from 5.0.16 to 5.0.17 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.16...5.0.17) Updates `no.nav.security:token-validation-spring-test` from 5.0.16 to 5.0.17 - [Release notes](https://github.com/navikt/token-support/releases) - [Commits](navikt/token-support@5.0.16...5.0.17) Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.4 to 2.8.5 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.8.4...v2.8.5) Updates `io.confluent:kafka-connect-avro-converter` from 7.8.1 to 7.9.0 - [Commits](confluentinc/schema-registry@v7.8.1...v7.9.0) Updates `io.confluent:kafka-avro-serializer` from 7.8.1 to 7.9.0 - [Commits](confluentinc/schema-registry@v7.8.1...v7.9.0) Updates `io.confluent:kafka-avro-serializer` from 7.8.1 to 7.9.0 - [Commits](confluentinc/schema-registry@v7.8.1...v7.9.0) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-client-spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: no.nav.security:token-validation-spring-test dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: io.confluent:kafka-connect-avro-converter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: io.confluent:kafka-avro-serializer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 938db8a commit 05ab1b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ configurations {
2222
}
2323
}
2424

25-
val confluentVersion = "7.8.1"
25+
val confluentVersion = "7.9.0"
2626
val springCloudVersion = "4.2.0"
2727
val logstashLogbackEncoderVersion = "8.0"
28-
val tokenSupportVersion = "5.0.16"
28+
val tokenSupportVersion = "5.0.17"
2929
val retryVersion = "2.0.11"
3030
val zalandoVersion = "0.27.0"
3131
val openhtmltopdfVersion = "1.0.10"
@@ -41,7 +41,7 @@ val graphQLKotlinVersion = "8.3.0"
4141
val k9FormatVersion = "9.5.0"
4242
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
4343
val testContainersVersion = "1.20.4"
44-
val springdocVersion = "2.8.4"
44+
val springdocVersion = "2.8.5"
4545

4646
repositories {
4747
mavenCentral()
@@ -62,7 +62,7 @@ repositories {
6262
}
6363
dependencies {
6464

65-
implementation("org.yaml:snakeyaml:2.3") {
65+
implementation("org.yaml:snakeyaml:2.4") {
6666
because("https://github.com/navikt/sif-innsyn-api/security/dependabot/2")
6767
}
6868

0 commit comments

Comments
 (0)