Merged in feature/update_svnkit (pull request #408)

Update svnkit to version 1.10.1-scm1
This commit is contained in:
Rene Pfeuffer
2020-03-03 09:51:58 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,6 @@ 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
### Added
- Added footer extension points for links and avatar
- Create OpenAPI specification during build
@@ -13,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- New footer design
- Update svnkit to version 1.10.1-scm1
### Fixed
- Modification for mercurial repositories with enabled XSRF protection
@@ -32,7 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Use icon only buttons for diff file controls
- Upgrade [Legman](https://github.com/sdorra/legman) to v1.6.2 in order to fix execution on Java versions > 8
- Upgrade [Lombok](https://projectlombok.org/) to version 1.18.10 in order to fix build on Java versions > 8
- Upgrade [Mockito](https://site.mockito.org/) to version 2.28.2 in order to fix tests on Java versions > 8
- Upgrade [Mockito](https://site.mockito.org/) to version 2.28.2 in order to fix tests on Java versions > 8
- Upgrade smp-maven-plugin to version 1.0.0-rc3
### Fixed

View File

@@ -849,7 +849,7 @@
<!-- repository libraries -->
<jgit.version>v5.4.0.201906121030-r-scm2</jgit.version>
<svnkit.version>1.9.0-scm3</svnkit.version>
<svnkit.version>1.10.1-scm1</svnkit.version>
<!-- util libraries -->
<guava.version>26.0-jre</guava.version>