File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,9 +106,9 @@ subprojects {
106106 }
107107 implementation ' commons-codec:commons-codec:1.13'
108108 implementation ' org.apache.commons:commons-lang3:3.18.0'
109- implementation ' com.fasterxml.jackson.core:jackson-core:2.19.1 '
110- implementation ' com.fasterxml.jackson.core:jackson-databind:2.19.1 '
111- implementation ' com.fasterxml.jackson.core:jackson-annotations:2.19.1 '
109+ implementation ' com.fasterxml.jackson.core:jackson-core:2.18.6 '
110+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.6 '
111+ implementation ' com.fasterxml.jackson.core:jackson-annotations:2.18.6 '
112112 api ' org.jfrog.filespecs:file-specs-java:1.1.2'
113113 }
114114
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 * https://github.com/jfrog/artifactory-client-java/issues/43
1616 * https://github.com/jfrog/artifactory-client-java/issues/232
1717 */
18- testRuntimeOnly group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.3.15 '
18+ testRuntimeOnly group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.3.16 '
1919}
2020
2121task createReleasePropertiesFile (type : Exec ) {
You can’t perform that action at this time.
0 commit comments