Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.apache.maven-maven-a…
Browse files Browse the repository at this point in the history
…rtifact-3.9.4
  • Loading branch information
qoomon authored Sep 13, 2023
2 parents 21b55da + 8a12089 commit 834e0db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.github.ben-manes.versions" version "0.44.0"
id "com.github.ben-manes.versions" version "0.47.0"

id "java"
id "java-gradle-plugin"
Expand All @@ -21,13 +21,13 @@ repositories {
}

dependencies {
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.4.0.202211300538-r'
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.6.0.202305301015-r'
implementation 'org.apache.maven:maven-artifact:3.9.4'
implementation 'org.apache.commons:commons-configuration2:2.8.0'
implementation 'org.apache.commons:commons-configuration2:2.9.0'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
testImplementation 'org.assertj:assertj-core:3.24.1'
testImplementation 'org.assertj:assertj-core:3.24.2'
}

test {
Expand Down

0 comments on commit 834e0db

Please sign in to comment.