upgrade dependencies
This commit is contained in:
parent
4393581137
commit
c4ec4e1e0a
10
build.gradle
10
build.gradle
@ -28,11 +28,11 @@ application {
|
||||
dependencies {
|
||||
implementation(project(':drongo'))
|
||||
implementation(project(':lark'))
|
||||
implementation('org.jcommander:jcommander:2.0')
|
||||
implementation('com.fasterxml.jackson.core:jackson-databind:2.17.2')
|
||||
implementation('org.slf4j:slf4j-api:2.0.12')
|
||||
testImplementation('org.junit.jupiter:junit-jupiter-api:5.10.0')
|
||||
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0')
|
||||
implementation('org.jcommander:jcommander:3.0')
|
||||
implementation('com.fasterxml.jackson.core:jackson-databind:2.21.1')
|
||||
implementation('org.slf4j:slf4j-api:2.0.17')
|
||||
testImplementation('org.junit.jupiter:junit-jupiter-api:5.14.1')
|
||||
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.14.1')
|
||||
testRuntimeOnly('org.junit.platform:junit-platform-launcher')
|
||||
}
|
||||
|
||||
|
||||
2
drongo
2
drongo
@ -1 +1 @@
|
||||
Subproject commit 0a500ea00253327207e36d6a56c7b7471e4c891f
|
||||
Subproject commit 53c999a01bff81adf4ca61b4992a3e8846961000
|
||||
2
lark
2
lark
@ -1 +1 @@
|
||||
Subproject commit 36cf0c85dc299ec7299abd0abc3453b5036d941a
|
||||
Subproject commit 7f79ddee6baaf89e618acbaa1425df6636c8bbca
|
||||
Loading…
Reference in New Issue
Block a user