We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c52c8 commit aac66f5Copy full SHA for aac66f5
build.gradle
@@ -140,7 +140,7 @@ dependencies {
140
antlr4 'org.antlr:antlr4:4.9.3'
141
implementation 'org.antlr:antlr4-runtime:4.9.3'
142
143
- implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '5.13.0.202109080827-r'
+ implementation group: 'org.eclipse.jgit', name: 'org.eclipse.jgit', version: '6.0.0.202111291000-r'
144
145
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.13.1'
146
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.13.1'
0 commit comments