Skip to content

Commit b39242c

Browse files
committed
[server] update to SpringBoot 2.3
Also updates Jackson dependency to `2.11.3`. Resolves: ExpediaGroup#850
1 parent 77e1044 commit b39242c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gradle.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ kotlinCoroutinesVersion = 1.3.8
2020

2121
classGraphVersion = 4.8.87
2222
graphQLJavaVersion = 15.0
23-
jacksonVersion = 2.11.0
23+
jacksonVersion = 2.11.3
2424
kotlinPoetVersion = 1.6.0
2525
ktorVersion = 1.3.1
26-
reactorVersion = 3.3.6.RELEASE
26+
reactorVersion = 3.3.10.RELEASE
2727
reactorExtensionsVersion = 1.0.2.RELEASE
28-
springBootVersion = 2.2.9.RELEASE
29-
springVersion = 5.2.8.RELEASE
28+
springBootVersion = 2.3.4.RELEASE
29+
springVersion = 5.2.9.RELEASE
3030

3131
# test dependency versions
3232
junitVersion = 5.6.2

0 commit comments

Comments
 (0)