diff --git a/cwms-data-api/build.gradle b/cwms-data-api/build.gradle index c2bc13bf1..7d50fe4a0 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.17.0" } configurations { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1e49a183e..46cdf93cd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,21 +6,21 @@ 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.45.0" cwms-ratings = "2.0.2" javalin = "4.6.8" -tomcat = "9.0.112" -swagger-core = "2.2.23" -jackson = "2.17.1" +tomcat = "9.0.113" +swagger-core = "2.2.41" +jackson = "2.20.1" geojson-jackson = "1.14" -dropwizard = "4.2.12" -dropwizard_prometheus = "0.15.0" +dropwizard = "4.2.37" +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" @@ -28,14 +28,14 @@ testcontainers = { strictly = "2.0.2" } cwms-testcontainers = "2.0.0" oracle-jdbc = "19.3.0.0" mockito = "4.6.1" -rest-assured = "5.2.0" +rest-assured = "5.5.6" 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.0" +javaparser = "3.27.1" #Overrides classgraph = { strictly = '4.8.176' }