@@ -44,7 +44,7 @@ awssdk-bom = { module = "software.amazon.awssdk:bom", version = "2.32.19" }
4444awaitility = { module = " org.awaitility:awaitility" , version = " 4.3.0" }
4545azuresdk-bom = { module = " com.azure:azure-sdk-bom" , version = " 1.2.37" }
4646caffeine = { 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" }
4848commons-lang3 = { module = " org.apache.commons:commons-lang3" , version = " 3.18.0" }
4949commons-text = { module = " org.apache.commons:commons-text" , version = " 1.14.0" }
5050eclipselink = { module = " org.eclipse.persistence:eclipselink" , version = " 4.0.7" }
@@ -91,7 +91,6 @@ slf4j-api = { module = "org.slf4j:slf4j-api", version.ref = "slf4j" }
9191smallrye-common-annotation = { module = " io.smallrye.common:smallrye-common-annotation" , version = " 2.13.8" }
9292smallrye-config-core = { module = " io.smallrye.config:smallrye-config-core" , version = " 3.13.4" }
9393spark35-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" }
9594swagger-annotations = { module = " io.swagger:swagger-annotations" , version.ref = " swagger" }
9695swagger-jaxrs = { module = " io.swagger:swagger-jaxrs" , version.ref = " swagger" }
9796testcontainers-bom = { module = " org.testcontainers:testcontainers-bom" , version = " 1.21.3" }
@@ -102,4 +101,4 @@ jandex = { id = "org.kordamp.gradle.jandex", version = "2.2.0" }
102101openapi-generator = { id = " org.openapi.generator" , version = " 7.12.0" }
103102quarkus = { id = " io.quarkus" , version.ref = " quarkus" }
104103rat = { 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