Skip to content

Commit bbe1f28

Browse files
authored
Bump deps version 2025 06 (#1040)
* Bump deps versions 2025-06 * Set update interval from weekly to monthly
1 parent f408b3a commit bbe1f28

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ updates:
33
- package-ecosystem: gradle
44
directory: "/"
55
schedule:
6-
interval: weekly
7-
day: wednesday
6+
interval: monthly
87
time: "03:00"
98
timezone: Europe/Oslo
109
open-pull-requests-limit: 20
@@ -13,17 +12,15 @@ updates:
1312
versioning-strategy: increase
1413
directory: "/web-frontend"
1514
schedule:
16-
interval: weekly
17-
day: wednesday
15+
interval: monthly
1816
time: "03:00"
1917
timezone: Europe/Oslo
2018
open-pull-requests-limit: 20
2119

2220
- package-ecosystem: "github-actions"
2321
directory: "/"
2422
schedule:
25-
interval: weekly
26-
day: wednesday
23+
interval: monthly
2724
time: "03:00"
2825
timezone: Europe/Oslo
2926
open-pull-requests-limit: 10

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ devtools-ksp-version = "2.1.10-1.0.31"
1717
micronaut-application-version = "4.5.3"
1818
siouan-frontend-jdk21-version = "10.0.0"
1919
# to be removed
20-
assertj-core-version = "3.26.3"
20+
assertj-core-version = "3.27.3"
2121

2222
micronaut-platform-version = "4.8.3"
23-
micronaut-serde-jackson-version = "2.13.0"
23+
micronaut-serde-jackson-version = "2.15.0"
2424

2525
[libraries]
2626
# Kotlin

0 commit comments

Comments
 (0)