Updating dependencies.
This commit is contained in:
parent
efecc24204
commit
a1f1871d1a
@ -12,16 +12,16 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/org.apache.groovy/groovy
|
||||
implementation 'org.apache.groovy:groovy:4.0.7'
|
||||
implementation 'org.apache.groovy:groovy:4.0.9'
|
||||
|
||||
/**
|
||||
* TESTING
|
||||
*/
|
||||
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
|
||||
|
||||
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
|
||||
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2'
|
||||
}
|
||||
|
||||
test {
|
||||
|
@ -11,7 +11,7 @@ dependencies {
|
||||
implementation project(':lib')
|
||||
|
||||
// https://mvnrepository.com/artifact/info.picocli/picocli
|
||||
implementation 'info.picocli:picocli:4.7.0'
|
||||
implementation 'info.picocli:picocli:4.7.1'
|
||||
|
||||
/**
|
||||
* Logging
|
||||
|
@ -9,7 +9,7 @@ repositories {
|
||||
|
||||
dependencies {
|
||||
// https://mvnrepository.com/artifact/org.apache.groovy/groovy-templates
|
||||
implementation 'org.apache.groovy:groovy-templates:4.0.7'
|
||||
implementation 'org.apache.groovy:groovy-templates:4.0.9'
|
||||
|
||||
// https://mvnrepository.com/artifact/org.commonmark/commonmark
|
||||
implementation 'org.commonmark:commonmark:0.21.0'
|
||||
|
Loading…
Reference in New Issue
Block a user