diff --git a/ort-path-exclude-checker.main.kts b/ort-path-exclude-checker.main.kts index 58b3296..de16f34 100755 --- a/ort-path-exclude-checker.main.kts +++ b/ort-path-exclude-checker.main.kts @@ -4,7 +4,7 @@ @file:DependsOn("com.github.ajalt.clikt:clikt-jvm:5.1.0") @file:DependsOn("org.apache.logging.log4j:log4j-to-slf4j:2.26.1") @file:DependsOn("org.ossreviewtoolkit:model:91.1.0") -@file:DependsOn("org.eclipse.jgit:org.eclipse.jgit:7.7.0.202606012155-r") +@file:DependsOn("org.eclipse.jgit:org.eclipse.jgit:7.7.1.202607240634-r") import com.github.ajalt.clikt.core.CliktCommand import com.github.ajalt.clikt.core.Context