Skip to content

Commit

Permalink
Merge pull request #76 from cybozu/renovate/dx-library
Browse files Browse the repository at this point in the history
Update DX library
  • Loading branch information
yokotaso authored Sep 22, 2022
2 parents 95c25de + 989bc57 commit 967d05d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java-library'
id "com.diffplug.spotless" version "6.9.1"
id "com.diffplug.spotless" version "6.11.0"
}

sourceCompatibility = 17
Expand All @@ -17,7 +17,7 @@ dependencies {
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: ElasticsearchVersion
// Use JUnit test framework

def junitJupiterVersion = '5.9.0'
def junitJupiterVersion = '5.9.1'
testImplementation group: 'org.junit.jupiter', name :'junit-jupiter-api', version: junitJupiterVersion
testImplementation group: 'org.junit.jupiter', name :'junit-jupiter-engine', version: junitJupiterVersion
testImplementation group: 'org.junit.vintage', name :'junit-vintage-engine', version: junitJupiterVersion
Expand Down

0 comments on commit 967d05d

Please sign in to comment.