Skip to content

Commit 967d05d

Browse files
author
tomoya yokota
authored
Merge pull request #76 from cybozu/renovate/dx-library
Update DX library
2 parents 95c25de + 989bc57 commit 967d05d

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.9.1"
3+
id "com.diffplug.spotless" version "6.11.0"
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.9.0'
20+
def junitJupiterVersion = '5.9.1'
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)