We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938db8a commit d708b2dCopy full SHA for d708b2d
build.gradle.kts
@@ -41,7 +41,7 @@ val graphQLKotlinVersion = "8.3.0"
41
val k9FormatVersion = "9.5.0"
42
val teamDokumenthåndteringAvroSchemaVersion = "357738b9"
43
val testContainersVersion = "1.20.4"
44
-val springdocVersion = "2.8.4"
+val springdocVersion = "2.8.5"
45
46
repositories {
47
mavenCentral()
@@ -62,7 +62,7 @@ repositories {
62
}
63
dependencies {
64
65
- implementation("org.yaml:snakeyaml:2.3") {
+ implementation("org.yaml:snakeyaml:2.4") {
66
because("https://github.com/navikt/sif-innsyn-api/security/dependabot/2")
67
68
0 commit comments