Skip to content

Commit d708b2d

Browse files
Bump the gradle group with 2 updates
Bumps the gradle group with 2 updates: [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) and [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi). 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 `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) --- updated-dependencies: - dependency-name: org.yaml:snakeyaml dependency-type: direct:production update-type: version-update:semver-minor 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 938db8a commit d708b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -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)