Skip to content

Commit 95c25de

Browse files
author
tomoya yokota
authored
Merge pull request #74 from cybozu/renovate/dx-library
Update DX library
2 parents ff5b9c7 + ea5f8f5 commit 95c25de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java-library'
3-
id "com.diffplug.spotless" version "6.8.0"
3+
id "com.diffplug.spotless" version "6.9.1"
44
}
55

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

20-
def junitJupiterVersion = '5.8.2'
20+
def junitJupiterVersion = '5.9.0'
2121
testImplementation group: 'org.junit.jupiter', name :'junit-jupiter-api', version: junitJupiterVersion
2222
testImplementation group: 'org.junit.jupiter', name :'junit-jupiter-engine', version: junitJupiterVersion
2323
testImplementation group: 'org.junit.vintage', name :'junit-vintage-engine', version: junitJupiterVersion

0 commit comments

Comments
 (0)