Skip to content

Commit

Permalink
[server] update to SpringBoot 2.3
Browse files Browse the repository at this point in the history
Also updates Jackson dependency to `2.11.3`.

Resolves: ExpediaGroup#850
  • Loading branch information
dariuszkuc committed Oct 6, 2020
1 parent 77e1044 commit b39242c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ kotlinCoroutinesVersion = 1.3.8

classGraphVersion = 4.8.87
graphQLJavaVersion = 15.0
jacksonVersion = 2.11.0
jacksonVersion = 2.11.3
kotlinPoetVersion = 1.6.0
ktorVersion = 1.3.1
reactorVersion = 3.3.6.RELEASE
reactorVersion = 3.3.10.RELEASE
reactorExtensionsVersion = 1.0.2.RELEASE
springBootVersion = 2.2.9.RELEASE
springVersion = 5.2.8.RELEASE
springBootVersion = 2.3.4.RELEASE
springVersion = 5.2.9.RELEASE

# test dependency versions
junitVersion = 5.6.2
Expand Down

0 comments on commit b39242c

Please sign in to comment.