Skip to content

Commit a308d32

Browse files
authored
Upgrade to safe version of JGit (#157)
1 parent 6715e94 commit a308d32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,10 @@ dependencies {
7474
shadow localGroovy()
7575
shadow gradleApi()
7676

77-
implementation "com.sonatype.nexus:nexus-platform-api:$nexusPlatformApiVersion"
77+
implementation ("com.sonatype.nexus:nexus-platform-api:$nexusPlatformApiVersion") {
78+
exclude group: 'org.eclipse.jgit', module: 'org.eclipse.jgit'
79+
}
80+
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r'
7881
implementation "org.sonatype.ossindex:ossindex-service-client:$ossIndexClientVersion"
7982
implementation "ch.qos.logback:logback-classic:$logbackVersion"
8083
implementation "commons-io:commons-io:$commonsIoVersion"

0 commit comments

Comments
 (0)