Skip to content

Commit

Permalink
Dependeny Updagtes (#1538)
Browse files Browse the repository at this point in the history
* spring boot 2.4.4
* spring framework 5.3.5
* tomcat 9.0.41
  • Loading branch information
strehle committed Mar 22, 2021
1 parent c88dfff commit 2d0e75c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ versions.aspectJVersion = "1.9.4"
versions.apacheDsVersion = "2.0.0.AM26"
versions.bouncyCastleVersion = "1.68"
versions.hamcrestVersion = "2.2"
versions.springBootVersion = "2.4.2"
versions.springBootVersion = "2.4.4"
versions.springSecurityJwtVersion = "1.1.1.RELEASE"
versions.springSecurityOAuthVersion = "2.5.0.RELEASE"
versions.springSecuritySamlVersion = "1.0.10.RELEASE"
versions.springVersion = "5.3.3"
versions.springVersion = "5.3.5"
versions.xmlBind = "2.3.0.1"
versions.tomcatCargoVersion = "9.0.41"
versions.tomcatCargoVersion = "9.0.44"

// Dependencies (some rely on shared versions, some are shared between projects)
libraries.apacheCommonsRngCore = "org.apache.commons:commons-rng-core:1.3"
Expand Down

0 comments on commit 2d0e75c

Please sign in to comment.