You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2020/10/01 15:45:30 UTC

[archiva-parent] branch master updated: Increasing spring version. Security Fix.

This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 061641f  Increasing spring version. Security Fix.
061641f is described below

commit 061641fc5d0e22151650bd2d601e1ca74b7d176e
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Thu Oct 1 17:45:15 2020 +0200

    Increasing spring version. Security Fix.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 96b8723..c01caba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
     <jetty.version>9.4.30.v20200611</jetty.version>
     <slf4j.version>1.7.28</slf4j.version>
     <log4j.version>2.13.3</log4j.version>
-    <spring.version>5.2.7.RELEASE</spring.version>
+    <spring.version>5.2.9.RELEASE</spring.version>
 
     <ehcache.version>2.10.6</ehcache.version>
     <hsqldb.version>2.5.0</hsqldb.version>
@@ -1055,7 +1055,7 @@
                 <outputFileName>openapi</outputFileName>
                 <outputPath>${project.build.directory}/generated</outputPath>
                 <outputFormat>JSONANDYAML</outputFormat>
-                <prettyPrint>TRUE</prettyPrint>
+                <prettyPrint>true</prettyPrint>
                 <configurationFilePath>${project.basedir}/src/main/resources/openapi-configuration.yaml</configurationFilePath>
               </configuration>
               <executions>