Commit 69837d2 1 parent f0cf552 commit 69837d2 Copy full SHA for 69837d2
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
}
13
13
14
14
group ' me.qoomon'
15
- version ' 6.4.4 '
15
+ version ' 6.4.5 '
16
16
sourceCompatibility = JavaVersion . VERSION_11
17
17
targetCompatibility = JavaVersion . VERSION_11
18
18
@@ -21,13 +21,13 @@ repositories {
21
21
}
22
22
23
23
dependencies {
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'
25
25
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'
27
27
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 '
31
31
}
32
32
33
33
test {
You can’t perform that action at this time.
0 commit comments