upgrade legman to v1.6.2 in order to fix execution on Java versions > 8

This commit is contained in:
Sebastian Sdorra
2020-02-03 13:51:21 +01:00
parent c20a50e9ec
commit 6fe8053639
2 changed files with 5 additions and 1 deletions

View File

@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Changed
- Upgrade [Legman](https://github.com/sdorra/legman) to v1.6.2 in order to fix execution on Java versions > 8
## 2.0.0-rc3 - 2020-01-31
### Fixed
- Broken plugin order fixed

View File

@@ -863,7 +863,7 @@
<hibernate-validator.version>6.1.0.Final</hibernate-validator.version>
<!-- event bus -->
<legman.version>1.6.1</legman.version>
<legman.version>1.6.2</legman.version>
<!-- webserver -->
<jetty.version>9.4.22.v20191022</jetty.version>