File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 implementation group : ' org.postgresql' , name : ' postgresql' , version : ' 42.7.1'
2121
2222 // https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
23- compileOnly group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.14.2 '
23+ compileOnly group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.16.1 '
2424
2525 // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
2626 compileOnly group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.16.1'
@@ -54,7 +54,7 @@ dependencies {
5454 testImplementation ' com.tngtech.archunit:archunit-junit4:0.22.0'
5555
5656 // https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml
57- testImplementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.14.2 '
57+ testImplementation group : ' com.fasterxml.jackson.dataformat' , name : ' jackson-dataformat-yaml' , version : ' 2.16.1 '
5858
5959 // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core
6060 testImplementation group : ' com.fasterxml.jackson.core' , name : ' jackson-databind' , version : ' 2.16.1'
Original file line number Diff line number Diff line change 1212 "src" : " https://repo1.maven.org/maven2/com/zaxxer/HikariCP/3.4.1/HikariCP-3.4.1-sources.jar"
1313 },
1414 {
15- "jar" : " https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.25 /slf4j-api-1.7.25 .jar" ,
16- "name" : " SLF4j API 1.7.25 " ,
17- "src" : " https://repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.25 /slf4j-api-1.7.25 -sources.jar"
15+ "jar" : " https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.7 /slf4j-api-2.0.7 .jar" ,
16+ "name" : " SLF4j API 2.0.7 " ,
17+ "src" : " https://repo1.maven.org/maven2/org/slf4j/slf4j-api/2.0.7 /slf4j-api-2.0.7 -sources.jar"
1818 }
1919 ]
2020}
You can’t perform that action at this time.
0 commit comments