File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java-library'
3- id " com.diffplug.spotless" version " 6.8.0 "
3+ id " com.diffplug.spotless" version " 6.9.1 "
44}
55
66sourceCompatibility = 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
You can’t perform that action at this time.
0 commit comments