File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ com-google-auto-service = "1.1.1"
6
6
info-picocli = " 4.7.4"
7
7
org-mapstruct = " 1.5.5.Final"
8
8
org-mapstruct-extensions-spring = " 1.0.1"
9
- org-springframework-boot = " 3.1.1 "
9
+ org-springframework-boot = " 3.1.2 "
10
10
org-springframework-cloud = " 4.0.3"
11
11
org-springframework-cloud-dependencies = " 2022.0.3"
12
12
org-testcontainers = " 1.18.3"
@@ -79,4 +79,4 @@ com-gorylenko-gradle-git-properties = "com.gorylenko.gradle-git-properties:2.4.1
79
79
nl-littlerobots-version-catalog-update = " nl.littlerobots.version-catalog-update:0.8.1"
80
80
org-openapi-generator = " org.openapi.generator:6.6.0"
81
81
org-sonarqube = " org.sonarqube:4.3.0.3225"
82
- org-springframework-boot = " org.springframework.boot:3.1.1 "
82
+ org-springframework-boot = " org.springframework.boot:3.1.2 "
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ subprojects {
26
26
imports {
27
27
mavenBom " org.springframework.cloud:spring-cloud-dependencies:${ libs.versions.org.springframework.cloud.dependencies.get()} "
28
28
}
29
+
30
+ applyMavenExclusions = false
29
31
}
30
32
31
33
dependencies {
You can’t perform that action at this time.
0 commit comments