File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212}
1313
1414group ' me.qoomon'
15- version ' 6.4.4 '
15+ version ' 6.4.5 '
1616sourceCompatibility = JavaVersion . VERSION_11
1717targetCompatibility = JavaVersion . VERSION_11
1818
@@ -21,13 +21,13 @@ repositories {
2121}
2222
2323dependencies {
24- implementation ' org.eclipse.jgit:org.eclipse.jgit:6.7 .0.202309050840 -r'
24+ implementation ' org.eclipse.jgit:org.eclipse.jgit:6.9 .0.202403050737 -r'
2525 implementation ' org.apache.maven:maven-artifact:3.9.6'
26- implementation ' org.apache.commons:commons-configuration2:2.9 .0'
26+ implementation ' org.apache.commons:commons-configuration2:2.11 .0'
2727
28- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.1 '
29- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.1 '
30- testImplementation ' org.assertj:assertj-core:3.25.1 '
28+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.2 '
29+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.2 '
30+ testImplementation ' org.assertj:assertj-core:3.25.3 '
3131}
3232
3333test {
You can’t perform that action at this time.
0 commit comments