Bump org.eclipse.jgit from 6.2.0.202206071550-r to 6.3.0.202209071007-r (#2103)

This commit is contained in:
dependabot[bot] 2022-09-09 09:35:28 +08:00 committed by GitHub
parent 8947be3ca1
commit a3f7c7ab68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath("org.eclipse.jgit:org.eclipse.jgit:6.2.0.202206071550-r") classpath("org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r")
} }
} }