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