Skip to content

Commit 09f2a8e

Browse files
committed
fix: upgrade testDep to match impl dep version
1 parent 2032cd8 commit 09f2a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ dependencies {
5151
testImplementation 'com.tngtech.archunit:archunit-junit4:0.22.0'
5252

5353
// https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
54-
testImplementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.16.1'
54+
testImplementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.18.2'
5555

5656
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
57-
testImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.1'
57+
testImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2'
5858
}
5959

6060
jar {

0 commit comments

Comments
 (0)