diff --git a/settings.gradle.kts b/settings.gradle.kts index 6b38c51..39dfd54 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -15,13 +15,13 @@ pluginManagement { mavenCentral() } dependencies { - classpath("org.eclipse.jgit:org.eclipse.jgit:5.13.1.202206130422-r") + classpath("org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r") // For mssql, flyway gradle plugin need driver in `settings.gradle.kts` buildscript classpath("org.flywaydb:flyway-sqlserver:9.14.1") } configurations.classpath { resolutionStrategy { - force("org.eclipse.jgit:org.eclipse.jgit:5.13.1.202206130422-r") + force("org.eclipse.jgit:org.eclipse.jgit:6.5.0.202303070854-r") } } }