Update SVNKit to 1.10.10-scm2

This commit is contained in:
René Pfeuffer
2023-10-11 10:33:04 +02:00
parent c27bb2dd05
commit 63b53f3319
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
- type: fixed
description: Update to svnkit 1.10.10-scm2

View File

@@ -26,7 +26,7 @@ plugins {
id 'org.scm-manager.smp' version '0.13.0'
}
def svnkitVersion = '1.10.10-scm1'
def svnkitVersion = '1.10.10-scm2'
dependencies {
implementation("sonia.svnkit:svnkit:${svnkitVersion}") {