Skip to content
Snippets Groups Projects
Commit 5cdcbb25 authored by Daniel Gerhardt's avatar Daniel Gerhardt
Browse files

Merge branch '2.7' into 2.x

parents 97f37aaa 810a67e0
No related merge requests found
# Changelog
## 2.7.3
This is a maintenance release which only brings libraries up to date to fix
potential bugs.
## 2.7.2
This is a maintenance release which only brings libraries up to date to fix
potential bugs.
......
......@@ -7,8 +7,8 @@
<packaging>war</packaging>
<properties>
<spring-boot-version>1.5.21.RELEASE</spring-boot-version>
<io.netty-version>4.1.37.Final</io.netty-version>
<spring-boot-version>1.5.22.RELEASE</spring-boot-version>
<io.netty-version>4.1.39.Final</io.netty-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<timestamp>${maven.build.timestamp}</timestamp>
<sonar.language>java</sonar.language>
......@@ -363,7 +363,7 @@
<plugin>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>9.4.19.v20190610</version>
<version>9.4.20.v20190813</version>
<configuration>
<scanIntervalSeconds>0</scanIntervalSeconds>
<webApp>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment