File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ updates:
8
8
- package-ecosystem : github-actions
9
9
directory : " /"
10
10
schedule :
11
- interval : weekly
11
+ interval : daily
12
12
open-pull-requests-limit : 10
13
13
- package-ecosystem : " gradle" # See documentation for possible values
14
14
directory : " /" # Location of package manifests
15
15
schedule :
16
- interval : weekly
16
+ interval : daily
17
17
open-pull-requests-limit : 10
Original file line number Diff line number Diff line change @@ -30,16 +30,16 @@ dependencies {
30
30
val dittnavCommon = " 2022.09.30-12.41-aa46d2d75788"
31
31
val tmsKtorTokenSupport = " 4.0.0"
32
32
val jackson = " 2.16.1"
33
- val junit = " 5.10.1 "
33
+ val junit = " 5.10.2 "
34
34
val kluent = " 1.73"
35
- val kotlinxCoroutines = " 1.7.3 "
35
+ val kotlinxCoroutines = " 1.8.0 "
36
36
val kotlinxHtmlJvm = " 0.11.0"
37
- val ktor = " 2.3.7 "
38
- val logback = " 1.4.14 "
37
+ val ktor = " 2.3.8 "
38
+ val logback = " 1.5.0 "
39
39
val logstash = " 7.4"
40
- val micrometer = " 1.12.2 "
40
+ val micrometer = " 1.12.3 "
41
41
val mockk = " 1.13.9"
42
- val navSecurity = " 4.1.0 "
42
+ val navSecurity = " 4.1.3 "
43
43
}
44
44
45
45
implementation(" com.github.navikt.dittnav-common-lib:dittnav-common-utils:${versions.dittnavCommon} " )
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments