This is an automated email from the ASF dual-hosted git repository. oleewere pushed a commit to branch cloudbreak in repository https://gitbox.apache.org/repos/asf/ambari-logsearch.git
commit 6a9af2664113b10189a2f467db76ad045d9eb0dc Author: Oliver Szabo <[email protected]> AuthorDate: Wed Oct 17 23:25:54 2018 +0200 AMBARI-24799. Update Spring versions --- ambari-logsearch-logfeeder/pom.xml | 4 ++-- ambari-logsearch-server/pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ambari-logsearch-logfeeder/pom.xml b/ambari-logsearch-logfeeder/pom.xml index 1f8a20c..d2efc79 100644 --- a/ambari-logsearch-logfeeder/pom.xml +++ b/ambari-logsearch-logfeeder/pom.xml @@ -33,8 +33,8 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <spring.version>5.1.0.RELEASE</spring.version> - <spring-boot.version>2.0.5.RELEASE</spring-boot.version> + <spring.version>5.1.1.RELEASE</spring.version> + <spring-boot.version>2.0.6.RELEASE</spring-boot.version> </properties> <dependencies> diff --git a/ambari-logsearch-server/pom.xml b/ambari-logsearch-server/pom.xml index 5649361..0695d13 100755 --- a/ambari-logsearch-server/pom.xml +++ b/ambari-logsearch-server/pom.xml @@ -27,11 +27,11 @@ <url>http://maven.apache.org</url> <name>Ambari Logsearch Server</name> <properties> - <spring-boot.version>2.0.5.RELEASE</spring-boot.version> + <spring-boot.version>2.0.6.RELEASE</spring-boot.version> <!-- <spring-boot.version>2.1.0.M2</spring-boot.version> --> - <spring.version>5.1.0.RELEASE</spring.version> + <spring.version>5.1.1.RELEASE</spring.version> <spring-session.version>1.3.3.RELEASE</spring-session.version> - <spring.security.version>5.1.0.RELEASE</spring.security.version> + <spring.security.version>5.1.1.RELEASE</spring.security.version> <jersey.version>2.27</jersey.version> <jetty.version>9.4.12.v20180830</jetty.version> <swagger.version>1.5.16</swagger.version>
