Skip to content

Commit 7ec76c1

Browse files
committed
Upgrade spring boot
1 parent 782acbe commit 7ec76c1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ updates:
55
schedule:
66
interval: weekly
77
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: "org.springframework.boot"
10+
versions: ["2.7.18"]
811

912
- package-ecosystem: "github-actions"
1013
directory: "/"

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
kotlin = "2.0.20"
33
kotlinx-coroutines = "1.9.0"
44
spring-legacy = "2.7.18"
5-
spring-current = "3.2.5"
5+
spring-current = "3.3.3"
66
spring-dependency-management = "1.1.6"
77
kotlinter = "4.4.1"
88
testcontainers = "1.20.1"

0 commit comments

Comments
 (0)