@@ -19,7 +19,7 @@ publishing {
1919
2020 artifactId = ' adzerk-decision-sdk'
2121 group = ' com.adzerk'
22- version = ' 1.0.0-beta.15 '
22+ version = ' 1.0.0-beta.16 '
2323
2424 pom {
2525 name = ' Adzerk Decision SDK'
@@ -118,18 +118,18 @@ artifacts {
118118}
119119
120120dependencies {
121- implementation ' io.swagger:swagger-annotations:1.5.22 '
121+ implementation ' io.swagger:swagger-annotations:1.6.16 '
122122 implementation " com.google.code.findbugs:jsr305:3.0.2"
123123 implementation ' com.squareup.okhttp3:okhttp:4.12.0'
124124 implementation ' com.squareup.okhttp3:logging-interceptor:4.12.0'
125- implementation ' com.google.code.gson:gson:2.8.6 '
126- implementation ' io.gsonfire:gson-fire:1.8.4 '
127- implementation ' org.apache.commons:commons-lang3:3.10 '
128- implementation ' org.threeten:threetenbp:1.4.3 '
125+ implementation ' com.google.code.gson:gson:2.13.2 '
126+ implementation ' io.gsonfire:gson-fire:1.9.0 '
127+ implementation ' org.apache.commons:commons-lang3:3.17.0 '
128+ implementation ' org.threeten:threetenbp:1.7.2 '
129129 implementation ' javax.annotation:javax.annotation-api:1.3.2'
130130 implementation ' org.slf4j:slf4j-api:2.0.17'
131- implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.20.0 '
132- testImplementation ' junit:junit:4.13.1 '
131+ implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3 '
132+ testImplementation ' junit:junit:4.13.2 '
133133}
134134
135135javadoc {
0 commit comments