Skip to content

Commit

Permalink
Upgrade to safe version of JGit (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikhu authored Apr 26, 2024
1 parent 6aaf851 commit e96e241
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ dependencies {
shadow localGroovy()
shadow gradleApi()

implementation "com.sonatype.nexus:nexus-platform-api:$nexusPlatformApiVersion"
implementation ("com.sonatype.nexus:nexus-platform-api:$nexusPlatformApiVersion") {
exclude group: 'org.eclipse.jgit', module: 'org.eclipse.jgit'
}
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r'
implementation "org.sonatype.ossindex:ossindex-service-client:$ossIndexClientVersion"
implementation "ch.qos.logback:logback-classic:$logbackVersion"
implementation "commons-io:commons-io:$commonsIoVersion"
Expand Down

0 comments on commit e96e241

Please sign in to comment.