Skip to content

Commit f8e8440

Browse files
committed
Bumpet deps og satt dependabot til daily
1 parent 174eb5c commit f8e8440

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/dependabot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ updates:
88
- package-ecosystem: github-actions
99
directory: "/"
1010
schedule:
11-
interval: weekly
11+
interval: daily
1212
open-pull-requests-limit: 10
1313
- package-ecosystem: "gradle" # See documentation for possible values
1414
directory: "/" # Location of package manifests
1515
schedule:
16-
interval: weekly
16+
interval: daily
1717
open-pull-requests-limit: 10

build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ dependencies {
3030
val dittnavCommon = "2022.09.30-12.41-aa46d2d75788"
3131
val tmsKtorTokenSupport = "4.0.0"
3232
val jackson = "2.16.1"
33-
val junit = "5.10.1"
33+
val junit = "5.10.2"
3434
val kluent = "1.73"
35-
val kotlinxCoroutines = "1.7.3"
35+
val kotlinxCoroutines = "1.8.0"
3636
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"
3939
val logstash = "7.4"
40-
val micrometer = "1.12.2"
40+
val micrometer = "1.12.3"
4141
val mockk = "1.13.9"
42-
val navSecurity = "4.1.0"
42+
val navSecurity = "4.1.3"
4343
}
4444

4545
implementation("com.github.navikt.dittnav-common-lib:dittnav-common-utils:${versions.dittnavCommon}")
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)