Skip to content

Commit 30310df

Browse files
committed
fix: lock jackson dependency to current minor version
1 parent c05ac24 commit 30310df

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ repositories {
3737
mavenCentral()
3838
mavenLocal()
3939
gradlePluginPortal()
40-
maven { url "https://jitpack.io" }
4140
}
4241

4342
dependencies {
4443
implementation "com.google.code.gson:gson:[2.0,3.0)"
45-
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:[2.20,3.0)"
44+
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:[2.21.0,2.22.0)"
4645
implementation "com.github.ben-manes.versions:com.github.ben-manes.versions.gradle.plugin:0.53.0"
4746

4847
testImplementation "org.mockito:mockito-core:[5.0,6.0)"

0 commit comments

Comments
 (0)