Skip to content

Commit 190a1b1

Browse files
committed
deps(gradle): Upgrade SVNKit to the new "com" artifact group
Note that only the Maven artifact publishing location changed, but the Java packages names are still the same. Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent 9663709 commit 190a1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ scanoss = "0.10.1"
6565
semver4j = "5.6.0"
6666
slf4j = "2.0.17"
6767
springCore = "6.2.5"
68-
svnkit = "1.10.11"
68+
svnkit = "1.10.12"
6969
sw360Client = "17.0.1-m2"
7070
wiremock = "3.12.1"
7171
xmlutil = "0.90.3"
@@ -183,7 +183,7 @@ scanoss = { module = "com.scanoss:scanoss", version.ref = "scanoss" }
183183
semver4j = { module = "org.semver4j:semver4j", version.ref = "semver4j" }
184184
slf4j = { module = "org.slf4j:slf4j-api ", version.ref = "slf4j" }
185185
springCore = { module = "org.springframework:spring-core", version.ref = "springCore" }
186-
svnkit = { module = "org.tmatesoft.svnkit:svnkit", version.ref = "svnkit" }
186+
svnkit = { module = "com.tmatesoft.svnkit:svnkit", version.ref = "svnkit" }
187187
sw360Client = { module = "org.eclipse.sw360:client", version.ref = "sw360Client" }
188188
wiremock = { module = "org.wiremock:wiremock", version.ref = "wiremock" }
189189
xz = { module = "org.tukaani:xz", version.ref = "xz" }

0 commit comments

Comments
 (0)