We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782acbe commit 7ec76c1Copy full SHA for 7ec76c1
.github/dependabot.yml
@@ -5,6 +5,9 @@ updates:
5
schedule:
6
interval: weekly
7
open-pull-requests-limit: 10
8
+ ignore:
9
+ - dependency-name: "org.springframework.boot"
10
+ versions: ["2.7.18"]
11
12
- package-ecosystem: "github-actions"
13
directory: "/"
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
kotlin = "2.0.20"
3
kotlinx-coroutines = "1.9.0"
4
spring-legacy = "2.7.18"
-spring-current = "3.2.5"
+spring-current = "3.3.3"
spring-dependency-management = "1.1.6"
kotlinter = "4.4.1"
testcontainers = "1.20.1"
0 commit comments