We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05ac24 commit 30310dfCopy full SHA for 30310df
1 file changed
build.gradle
@@ -37,12 +37,11 @@ repositories {
37
mavenCentral()
38
mavenLocal()
39
gradlePluginPortal()
40
- maven { url "https://jitpack.io" }
41
}
42
43
dependencies {
44
implementation "com.google.code.gson:gson:[2.0,3.0)"
45
- implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:[2.20,3.0)"
+ implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:[2.21.0,2.22.0)"
46
implementation "com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.53.0"
47
48
testImplementation "org.mockito:mockito-core:[5.0,6.0)"
0 commit comments