update resteasy to v4.5.2

The update is required because this version contains several SSE fixes
This commit is contained in:
Sebastian Sdorra
2020-03-20 11:05:21 +01:00
parent 60a03a8278
commit c34d76d318
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Extension point to add links to the repository cards from plug ins ([#1041](https://github.com/scm-manager/scm-manager/pull/1041))
### Changed
- Update resteasy to version 4.5.2.Final
## 2.0.0-rc5 - 2020-03-12
### Added
- Added footer extension points for links and avatar

View File

@@ -836,7 +836,7 @@
<servlet.version>3.0.1</servlet.version>
<jaxrs.version>2.1.1</jaxrs.version>
<resteasy.version>4.4.2.Final</resteasy.version>
<resteasy.version>4.5.2.Final</resteasy.version>
<jersey-client.version>1.19.4</jersey-client.version>
<jackson.version>2.10.0</jackson.version>
<guice.version>4.2.2</guice.version>