diff --git a/build.gradle b/build.gradle index 10ce61c6c..3609ce1d9 100644 --- a/build.gradle +++ b/build.gradle @@ -1,12 +1,12 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin plugins { - id 'org.springframework.boot' version '3.3.5' apply false + id 'org.springframework.boot' version '3.4.0' apply false id 'io.spring.dependency-management' version '1.1.6' apply false id 'com.google.cloud.tools.jib' version '3.4.3' apply false id "org.sonarqube" version "5.1.0.4882" apply false id 'idea' - id "org.openapi.generator" version "7.9.0" apply false + id "org.openapi.generator" version "7.10.0" apply false id 'java' id 'com.gorylenko.gradle-git-properties' version '2.4.2' id 'jacoco' diff --git a/service/build.gradle b/service/build.gradle index 23c5f224a..8972dbebc 100644 --- a/service/build.gradle +++ b/service/build.gradle @@ -37,7 +37,7 @@ jib { } ext { - parquet_mr_version = "1.14.3" + parquet_mr_version = "1.14.4" hadoop_version = "3.4.1" spring_cloud_gcp_version = "5.8.0" } @@ -50,7 +50,7 @@ dependencies { // Azure libraries implementation 'com.microsoft.azure:applicationinsights-runtime-attach:3.5.3' - implementation 'com.azure:azure-storage-blob:12.28.1' + implementation 'com.azure:azure-storage-blob:12.29.0' implementation 'com.azure:azure-identity-extensions:1.1.21' // postgres password plugin implementation 'org.springframework.boot:spring-boot-starter' @@ -69,7 +69,7 @@ dependencies { implementation 'org.postgresql:postgresql' implementation 'org.webjars:webjars-locator-core' // versioned by spring dependency management implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv' - implementation 'io.sentry:sentry-logback:7.16.0' + implementation 'io.sentry:sentry-logback:7.18.0' implementation 'net.logstash.logback:logstash-logback-encoder:8.0' implementation 'org.codehaus.janino:janino' implementation 'org.liquibase:liquibase-core' @@ -82,7 +82,7 @@ dependencies { // required by openapi-generated models and api interfaces implementation 'jakarta.validation:jakarta.validation-api' - implementation 'io.swagger.core.v3:swagger-annotations:2.2.25' + implementation 'io.swagger.core.v3:swagger-annotations:2.2.26' // Terra libraries implementation group: 'org.broadinstitute.dsde.workbench', name: 'sam-client_2.13', version: 'v0.0.282' @@ -140,7 +140,7 @@ dependencies { testImplementation 'org.awaitility:awaitility' // google bucket mock - testImplementation 'com.google.cloud:google-cloud-nio:0.127.26' + testImplementation 'com.google.cloud:google-cloud-nio:0.127.27' constraints { implementation('org.json:json:20240303') {