Skip to content

Commit e29d900

Browse files
upgrade dependencies before release 2.18.3
Signed-off-by: Pavel Jareš <[email protected]>
1 parent 4abea66 commit e29d900

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

gradle/versions.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
springFrameworkVersion = '5.3.39'
55
springDocVersion = '1.8.0'
66
logbackVersion = '1.2.13'
7-
lombokVersion = '1.18.36'
7+
lombokVersion = '1.18.42'
88
mockitoCoreVersion = '2.28.2'
99
powerMockVersion = "2.0.9"
10-
gsonVersion = '2.11.0'
10+
gsonVersion = '2.13.2'
1111
httpClientVersion = '4.5.14'
1212
httpCoreVersion = '4.4.16'
13-
commonsCodecVersion = '1.17.2'
14-
slf4jVersion = "1.7.36"
15-
snakeYaml = "2.3"
13+
commonsCodecVersion = '1.19.0'
14+
slf4jVersion = "1.7.36!!"
15+
snakeYaml = "2.5"
1616
jacksonCoreVersion = '2.17.3'
1717
jacksonDatabindVersion = '2.17.3'
1818
jsonPathVersion = "2.9.0"
1919
junitVersion = "4.13.2"
2020
restAssuredVersion = "4.5.1"
21-
explorerApiCommonVersion = "2.0.41"
22-
tomcatVersion = "9.0.107"
21+
explorerApiCommonVersion = "2.0.42"
22+
tomcatVersion = "9.0.109"
2323

2424
activationApiVersion = "1.2.2"
2525
xmlBindApiVersion = "2.3.3"
2626
hamcrestVersion = "2.2"
27-
commonsLang3Version = "3.18.0"
27+
commonsLang3Version = "3.19.0"
2828

2929
libraries = [
3030
lombok : "org.projectlombok:lombok:${lombokVersion}",

0 commit comments

Comments
 (0)