We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfc491 commit 1e069ddCopy full SHA for 1e069dd
1 file changed
gradle/libs.versions.toml
@@ -1,7 +1,7 @@
1
[versions]
2
# plugins
3
-protobuf = "0.9.5"
4
-springBoot = "3.5.4"
+protobuf = "0.9.6"
+springBoot = "3.5.9"
5
downloadTask = "5.6.0"
6
spotless = "7.2.1"
7
checkstyleTools = "10.26.1"
@@ -10,18 +10,18 @@ springDependencyManagement = "1.1.7"
10
# direct dependencies
11
jts = "1.20.0"
12
feign = "13.6"
13
-lombok = "1.18.38"
+lombok = "1.18.42"
14
jackson = "2.19.2"
15
fuzzywuzzy = "1.4.0"
16
-annotations = "26.0.2"
17
-springDocOpenApi = "2.8.9"
+annotations = "26.0.2-1"
+springDocOpenApi = "2.8.14"
18
springGrpc = "0.9.0"
19
20
# testing
21
junit = "5.13.4"
22
mockito = "5.18.0"
23
junitLauncher = "1.13.4"
24
-testcontainers = "1.21.3"
+testcontainers = "1.21.4"
25
26
[libraries]
27
# jackson
0 commit comments