Skip to content

Commit 69837d2

Browse files
committed
build: update dependencies
1 parent f0cf552 commit 69837d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group 'me.qoomon'
15-
version '6.4.4'
15+
version '6.4.5'
1616
sourceCompatibility = JavaVersion.VERSION_11
1717
targetCompatibility = JavaVersion.VERSION_11
1818

@@ -21,13 +21,13 @@ repositories {
2121
}
2222

2323
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'
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

3333
test {

0 commit comments

Comments
 (0)