@@ -44,7 +44,7 @@ awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.32.19" }
44
44
awaitility = { module = " org.awaitility:awaitility" , version = " 4.3.0" }
45
45
azuresdk-bom = { module = " com.azure:azure-sdk-bom" , version = " 1.2.37" }
46
46
caffeine = { module = " com.github.ben-manes.caffeine:caffeine" , version = " 3.2.2" }
47
- commons-codec1 = { module = " commons-codec:commons-codec" , version = " 1.19.0" }
47
+ commons-codec = { module = " commons-codec:commons-codec" , version = " 1.19.0" }
48
48
commons-lang3 = { module = " org.apache.commons:commons-lang3" , version = " 3.18.0" }
49
49
commons-text = { module = " org.apache.commons:commons-text" , version = " 1.14.0" }
50
50
eclipselink = { module = " org.eclipse.persistence:eclipselink" , version = " 4.0.7" }
@@ -91,7 +91,6 @@ slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
91
91
smallrye-common-annotation = { module = " io.smallrye.common:smallrye-common-annotation" , version = " 2.13.8" }
92
92
smallrye-config-core = { module = " io.smallrye.config:smallrye-config-core" , version = " 3.13.4" }
93
93
spark35-sql-scala212 = { module = " org.apache.spark:spark-sql_2.12" , version.ref = " spark35" }
94
- spotbugs-annotations = { module = " com.github.spotbugs:spotbugs-annotations" , version = " 4.9.4" }
95
94
swagger-annotations = { module = " io.swagger:swagger-annotations" , version.ref = " swagger" }
96
95
swagger-jaxrs = { module = " io.swagger:swagger-jaxrs" , version.ref = " swagger" }
97
96
testcontainers-bom = { module = " org.testcontainers:testcontainers-bom" , version = " 1.21.3" }
@@ -102,4 +101,4 @@ jandex = { id = "org.kordamp.gradle.jandex", version = "2.2.0" }
102
101
openapi-generator = { id = " org.openapi.generator" , version = " 7.12.0" }
103
102
quarkus = { id = " io.quarkus" , version.ref = " quarkus" }
104
103
rat = { id = " org.nosphere.apache.rat" , version = " 0.8.1" }
105
- jetbrains-changelog = { id = " org.jetbrains.changelog" , version = " 2.4.0" }
104
+ jetbrains-changelog = { id = " org.jetbrains.changelog" , version = " 2.4.0" }
0 commit comments