diff --git a/cwms-data-api/build.gradle b/cwms-data-api/build.gradle index 130f69ac8..60a6a2911 100644 --- a/cwms-data-api/build.gradle +++ b/cwms-data-api/build.gradle @@ -6,7 +6,7 @@ plugins { id 'cda.java-conventions' id 'war' id 'com.github.node-gradle.node' version '7.1.0' - id "org.openapi.generator" version "7.15.0" + id "org.openapi.generator" version "7.22.0" id 'com.gradleup.shadow' version '8.3.10' } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 84852b593..fb8c3426a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,36 +6,36 @@ jooq = "3.18.7-jdk11" slf4j = "2.0.9" hec-monolith = "3.3.20" hec-nucleus = "2.0.1" -flogger = "0.7.4" +flogger = "0.9" google-findbugs = "3.0.2" -error_prone_annotations = "2.15.0" +error_prone_annotations = "2.49.0" cwms-ratings = "4.2.3" javalin = "4.6.8" tomcat = "9.0.118" -swagger-core = "2.2.23" -jackson = "2.17.1" +swagger-core = "2.2.50" +jackson = "2.21.3" geojson-jackson = "1.14" -dropwizard = "4.2.12" -dropwizard_prometheus = "0.15.0" +dropwizard = "4.2.38" +dropwizard_prometheus = "0.16.0" owasp = "20220608.1" java-ee = "8.0.1" cwms-tomcat-auth = "1.1.0" -jjwt = "0.11.5" +jjwt = "0.13.0" jstl = "1.2" junit = "5.11.1" junit-launcher = "1.11.2" testcontainers = { strictly = "2.0.2" } cwms-testcontainers = "2.0.0" -oracle-jdbc = "23.26.1.0.0" +oracle-jdbc = "23.26.2.0.0" mockito = "4.6.1" rest-assured = "5.2.0" hamcrest = "1.3" apache-commons-csv = "1.14.0" google-auto-service = "1.0-rc6" -freemarker = "2.3.32" +freemarker = "2.3.34" auto-service = "1.1.1" -openapi-validation = "2.44.9" -javaparser = "3.26.2" +openapi-validation = "2.46.1" +javaparser = "3.28.1" togglz = "3.3.3" minio = "8.6.0"