File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ configurations {
22
22
}
23
23
}
24
24
25
- val confluentVersion = " 7.8.1 "
25
+ val confluentVersion = " 7.9.0 "
26
26
val springCloudVersion = " 4.2.0"
27
27
val logstashLogbackEncoderVersion = " 8.0"
28
- val tokenSupportVersion = " 5.0.16 "
28
+ val tokenSupportVersion = " 5.0.17 "
29
29
val retryVersion = " 2.0.11"
30
30
val zalandoVersion = " 0.27.0"
31
31
val openhtmltopdfVersion = " 1.0.10"
@@ -41,7 +41,7 @@ val graphQLKotlinVersion = "8.3.0"
41
41
val k9FormatVersion = " 9.5.0"
42
42
val teamDokumenthåndteringAvroSchemaVersion = " 357738b9"
43
43
val testContainersVersion = " 1.20.4"
44
- val springdocVersion = " 2.8.4 "
44
+ val springdocVersion = " 2.8.5 "
45
45
46
46
repositories {
47
47
mavenCentral()
@@ -62,7 +62,7 @@ repositories {
62
62
}
63
63
dependencies {
64
64
65
- implementation(" org.yaml:snakeyaml:2.3 " ) {
65
+ implementation(" org.yaml:snakeyaml:2.4 " ) {
66
66
because(" https://github.com/navikt/sif-innsyn-api/security/dependabot/2" )
67
67
}
68
68
You can’t perform that action at this time.
0 commit comments