Skip to content

Commit

Permalink
breaking: JGit major version from 5 to 6 (refs #177)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasbjerre committed Jan 26, 2024
1 parent ab5307f commit 6aad293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
implementation 'com.jayway.jsonpath:json-path:2.7.0'
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.13.1.202206130422-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
implementation 'org.gitlab:java-gitlab-api:4.1.1'
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2' // Transitive from java-gitlab-api
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' // Transitive from java-gitlab-api
Expand Down

0 comments on commit 6aad293

Please sign in to comment.