Commit 039e560 1 parent 67292ec commit 039e560 Copy full SHA for 039e560
File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import net.ltgt.gradle.errorprone.errorprone
3
3
4
4
plugins {
5
5
id(" java" )
6
- id(" org.springframework.boot" ) version " 3.2.4 "
6
+ id(" org.springframework.boot" ) version " 3.2.5 "
7
7
id(" io.spring.dependency-management" ) version " 1.1.4"
8
8
id(" com.bmuschko.docker-java-application" ) version " 9.4.0"
9
9
id(" com.google.osdetector" ) version " 1.7.3"
@@ -33,6 +33,12 @@ repositories {
33
33
mavenCentral()
34
34
}
35
35
36
+ dependencyManagement {
37
+ imports {
38
+ mavenBom(" org.assertj:assertj-bom:3.25.3" )
39
+ }
40
+ }
41
+
36
42
dependencies {
37
43
implementation(" io.micrometer:micrometer-registry-prometheus" )
38
44
implementation(" org.springframework.boot:spring-boot-starter-web" )
@@ -107,3 +113,7 @@ gatling {
107
113
tasks.wrapper {
108
114
gradleVersion = " 8.7"
109
115
}
116
+
117
+ lombok {
118
+ version = " 1.18.32"
119
+ }
You can’t perform that action at this time.
0 commit comments