aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpwielebs <piotr.wielebski@nokia.com>2019-11-20 09:08:35 +0100
committerpwielebs <piotr.wielebski@nokia.com>2019-11-20 15:55:52 +0100
commitbd39cf4c142db93b098e3f008064a5936f301dcb (patch)
treed1fbd83a2b72c7941b2a48bfd20e7d65c75fb204
parentb6160ac4a289b2a0ca12f26b6f8be5186438a6c7 (diff)
Fix PRH static code vulnerabilities
Issue-ID: DCAEGEN2-1815 Signed-off-by: pwielebs <piotr.wielebski@nokia.com> Change-Id: Ibf9601b43116e8e4c4ef4e27829c847f65163f0f
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f3b9d2c6..d65e6fe1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
<properties>
<java.version>8</java.version>
- <spring-boot.version>2.1.2.RELEASE</spring-boot.version>
+ <spring-boot.version>2.2.1.RELEASE</spring-boot.version>
<spring-cloud.version>Greenwich.SR1</spring-cloud.version>
<springfox.version>2.9.2</springfox.version>
<immutables.version>2.7.5</immutables.version>