Skip to content

Commit

Permalink
Upgrade Spring and Reactor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
scottfrederick committed Nov 19, 2021
1 parent e4dfc4c commit 81f1ac9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ plugins {
description = "Spring CredHub"

ext {
springVersion = "5.3.10"
springBootVersion = "2.5.5"
springSecurityVersion = "5.5.2"
reactorVersion = "2020.0.11"
springVersion = "5.3.13"
springBootVersion = "2.5.7"
springSecurityVersion = "5.5.3"
reactorVersion = "2020.0.13"

okHttp3Version = "4.9.1"
httpClientVersion = "4.5.13"
Expand Down

0 comments on commit 81f1ac9

Please sign in to comment.