We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77624e8 commit dd02b04Copy full SHA for dd02b04
build.gradle.kts
@@ -25,10 +25,10 @@ dependencies {
25
implementation(kotlin("stdlib-jdk8"))
26
testImplementation(kotlin("test-junit5"))
27
testImplementation("org.junit.jupiter:junit-jupiter-params")
28
- testImplementation("org.assertj:assertj-core:3.23.1")
+ testImplementation("org.assertj:assertj-core:3.26.3")
29
30
- implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.2.202306221912-r")
31
- implementation("org.eclipse.jgit:org.eclipse.jgit.gpg.bc:5.13.2.202306221912-r")
+ implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r")
+ implementation("org.eclipse.jgit:org.eclipse.jgit.gpg.bc:5.13.3.202401111512-r")
32
implementation("org.slf4j:slf4j-api:1.7.36")
33
}
34
0 commit comments