diff --git a/settings.gradle.kts b/settings.gradle.kts index 6b38c51..a003f9c 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.4.0.202211300538-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.4.0.202211300538-r") } } }