We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c1d91 commit 50f3b0eCopy full SHA for 50f3b0e
1 file changed
build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
kotlin("plugin.serialization") version "2.2.10"
12
id("com.diffplug.spotless") version "7.2.1"
13
id("io.kotest.multiplatform") version "5.9.1"
14
- id("org.jreleaser") version "1.19.0"
+ id("org.jreleaser") version "1.17.0"
15
id("pl.allegro.tech.build.axion-release") version "1.20.1"
16
}
17
@@ -69,7 +69,7 @@ dependencies {
69
implementation("ch.qos.logback:logback-classic:1.5.18")
70
71
// JGit for repository interaction
72
- implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r")
+ implementation("org.eclipse.jgit:org.eclipse.jgit:7.2.1.202505142326-r")
73
74
implementation("io.github.tree-sitter:ktreesitter-jvm:0.24.1")
75
0 commit comments