Skip to content
Snippets Groups Projects
Commit b7a1441c authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

updated junit; hamcrest no longer neededst

parent ad207e81
No related branches found
No related tags found
1 merge request!203Haz cli support
...@@ -89,9 +89,7 @@ apply from: "${projectDir}/gradle/spotless.gradle" ...@@ -89,9 +89,7 @@ apply from: "${projectDir}/gradle/spotless.gradle"
dependencies { dependencies {
api "com.google.guava:guava:28.2-jre" api "com.google.guava:guava:28.2-jre"
api "com.google.code.gson:gson:2.8.6" api "com.google.code.gson:gson:2.8.6"
testImplementation "org.junit.jupiter:junit-jupiter:${junitVersion}" testImplementation "org.junit.jupiter:junit-jupiter:${junitVersion}"
testImplementation "org.hamcrest:hamcrest-library:${hamcrestVersion}"
} }
test { test {
......
junitVersion = 5.5.2 junitVersion = 5.8.1
githooksVersion = 1.2.0 githooksVersion = 1.2.0
gsonVersion = 2.8.6 gsonVersion = 2.8.6
guavaVersion = 28.2-jre guavaVersion = 28.2-jre
hamcrestVersion = 1.3
micronautVersion = 1.3.2 micronautVersion = 1.3.2
nodeVersion = 3.0.1 nodeVersion = 3.0.1
spotbugsVersion = 4.2.4 spotbugsVersion = 4.2.4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment