mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-05 22:18:11 +02:00
update resteasy to v4.5.2
The update is required because this version contains several SSE fixes
This commit is contained in:
@@ -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
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user