File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ serialization = "1.5.0"
8
8
kotlinx-datetime = " 0.4.0"
9
9
kotlinx-coroutines = " 1.6.4"
10
10
kotlin-wrappers = " 1.0.0-pre.490"
11
- spring-boot = " 2.7.9 "
11
+ spring-boot = " 2.7.8 "
12
12
spring-cloud = " 3.1.6"
13
13
spring-cloud-kubernetes = " 2.1.6"
14
14
kafka-client = " 3.4.0"
Original file line number Diff line number Diff line change 21
21
"excludePackagePatterns" : [
22
22
" ^org\\ .jetbrains\\ .kotlin[.:]" ,
23
23
" ^org\\ .cqfn\\ .diktat\\ :diktat-gradle-plugin" ,
24
- " ^org\\ .jetbrains\\ .kotlin-wrappers\\ :kotlin-wrappers-bom"
24
+ " ^org\\ .jetbrains\\ .kotlin-wrappers\\ :kotlin-wrappers-bom" ,
25
+ " ^org\\ .springframework\\ .boot\\ :spring-boot-dependencies"
25
26
],
26
27
"matchUpdateTypes" : [
27
28
" minor" ,
48
49
"groupName" : " all non-major dependencies (except core Kotlin)" ,
49
50
"groupSlug" : " all-minor-patch"
50
51
},
52
+ {
53
+ "managers" : [" gradle" ],
54
+ "matchPackagePatterns" : [
55
+ " ^org\\ .springframework\\ .boot\\ :spring-boot-dependencies"
56
+ ],
57
+ "allowedVersions" : " !/2\\ .7\\ .9/" ,
58
+ "groupName" : " all non-major dependencies (except core Kotlin)" ,
59
+ "groupSlug" : " all-minor-patch"
60
+ },
51
61
{
52
62
"managers" : [" gradle" ],
53
63
"matchPackagePatterns" : [
You can’t perform that action at this time.
0 commit comments