@@ -20,7 +20,7 @@ buildscript {
20
20
mavenCentral()
21
21
}
22
22
dependencies {
23
- classpath(' io.swagger.codegen.v3:swagger-codegen:3.0.63 ' )
23
+ classpath(' io.swagger.codegen.v3:swagger-codegen:3.0.64 ' )
24
24
// Required for gradle liquibase plugin
25
25
classpath (' org.liquibase:liquibase-core:4.29.2' )
26
26
}
@@ -33,7 +33,7 @@ plugins {
33
33
id ' org.gradle.test-retry' version ' 1.6.0'
34
34
id ' antlr'
35
35
id ' org.hidetake.swagger.generator' version ' 2.19.2'
36
- id ' org.springframework.boot' version ' 3.3.5 '
36
+ id ' org.springframework.boot' version ' 3.4.0 '
37
37
id ' idea'
38
38
id ' java'
39
39
id ' io.spring.dependency-management' version ' 1.1.6'
@@ -44,13 +44,13 @@ plugins {
44
44
id ' com.dorongold.task-tree' version ' 4.0.0'
45
45
// enables release info in sentry events
46
46
id ' com.gorylenko.gradle-git-properties' version ' 2.4.2'
47
- id ' org.sonarqube' version ' 5.1.0.4882 '
47
+ id ' org.sonarqube' version ' 6.0.1.5171 '
48
48
id ' com.srcclr.gradle' version ' 3.1.12'
49
49
}
50
50
51
51
allprojects {
52
52
group ' bio.terra'
53
- version ' 2.182 .0-SNAPSHOT'
53
+ version ' 2.200 .0-SNAPSHOT'
54
54
55
55
ext {
56
56
resourceDir = " ${ rootDir} /src/main/resources/api"
@@ -63,8 +63,8 @@ allprojects {
63
63
mavenBom SpringBootPlugin . BOM_COORDINATES
64
64
}
65
65
dependencies {
66
- dependency ' io.swagger.core.v3:swagger-annotations:2.2.25 '
67
- dependency ' io.swagger.codegen.v3:swagger-codegen-cli:3.0.63 '
66
+ dependency ' io.swagger.core.v3:swagger-annotations:2.2.27 '
67
+ dependency ' io.swagger.codegen.v3:swagger-codegen-cli:3.0.64 '
68
68
}
69
69
}
70
70
}
@@ -163,16 +163,15 @@ dependencies {
163
163
implementation ' com.google.apis:google-api-services-appengine:v1-rev20230206-2.0.0'
164
164
implementation ' com.google.apis:google-api-services-oauth2:v2-rev20200213-2.0.0'
165
165
implementation ' com.google.apis:google-api-services-iam:v1-rev20230209-2.0.0'
166
- implementation ' com.google.auth:google-auth-library-oauth2-http:1.19.0'
167
166
168
- implementation platform(' com.google.cloud:libraries-bom:26.50 .0' )
167
+ implementation platform(' com.google.cloud:libraries-bom:26.51 .0' )
169
168
implementation ' com.google.cloud:google-cloud-billing'
170
169
implementation ' com.google.cloud:google-cloud-resourcemanager'
171
170
implementation ' com.google.cloud:google-cloud-bigquery'
172
171
implementation ' com.google.cloud:google-cloud-storage'
173
172
implementation ' com.google.cloud:google-cloud-firestore'
174
173
implementation ' com.google.cloud:google-cloud-pubsub'
175
- implementation ' com.google.cloud:spring-cloud-gcp-starter-logging:5.8 .0'
174
+ implementation ' com.google.cloud:spring-cloud-gcp-starter-logging:5.9 .0'
176
175
implementation ' com.google.http-client:google-http-client'
177
176
178
177
implementation ' org.apache.commons:commons-compress:1.27.1' // For srcclr, jib plugin conflict
@@ -202,14 +201,14 @@ dependencies {
202
201
implementation ' com.microsoft.sqlserver:mssql-jdbc:12.3.0.jre17-preview'
203
202
204
203
// For distributed locking of Spring @Scheduled tasks across multiple instances
205
- implementation ' net.javacrumbs.shedlock:shedlock-provider-jdbc-template:5.16.0 '
206
- implementation ' net.javacrumbs.shedlock:shedlock-spring:5.16.0 '
204
+ implementation ' net.javacrumbs.shedlock:shedlock-provider-jdbc-template:6.0.2 '
205
+ implementation ' net.javacrumbs.shedlock:shedlock-spring:6.0.2 '
207
206
208
207
implementation ' bio.terra:terra-common-lib:1.1.18-SNAPSHOT'
209
208
implementation ' org.broadinstitute.dsde.workbench:sam-client_2.13:v0.0.241'
210
209
implementation ' bio.terra:terra-policy-client:1.0.17-SNAPSHOT'
211
210
implementation ' bio.terra:terra-resource-buffer-client:0.198.42-SNAPSHOT'
212
- implementation ' bio.terra:externalcreds-client-resttemplate:1.52 .0-SNAPSHOT'
211
+ implementation ' bio.terra:externalcreds-client-resttemplate:1.54 .0-SNAPSHOT'
213
212
214
213
implementation ' org.glassfish.jersey.inject:jersey-hk2'
215
214
@@ -222,26 +221,26 @@ dependencies {
222
221
implementation ' com.fasterxml.jackson.core:jackson-databind'
223
222
224
223
// Azure related dependencies
225
- implementation ' com.azure:azure-identity:1.14.0 '
226
- implementation ' com.azure.resourcemanager:azure-resourcemanager:2.44 .0'
227
- implementation ' com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.0 .0'
224
+ implementation ' com.azure:azure-identity:1.14.2 '
225
+ implementation ' com.azure.resourcemanager:azure-resourcemanager:2.45 .0'
226
+ implementation ' com.azure.resourcemanager:azure-resourcemanager-loganalytics:1.1 .0'
228
227
implementation ' com.azure.resourcemanager:azure-resourcemanager-securityinsights:1.0.0-beta.5'
229
- implementation ' com.azure:azure-storage-common:12.27.1 '
230
- implementation ' com.azure:azure-storage-file-datalake:12.21 .0'
231
- implementation ' com.azure:azure-data-tables:12.4.6 '
228
+ implementation ' com.azure:azure-storage-common:12.28.0 '
229
+ implementation ' com.azure:azure-storage-file-datalake:12.22 .0'
230
+ implementation ' com.azure:azure-data-tables:12.5.0 '
232
231
233
- implementation platform(' io.sentry:sentry-bom:7.16 .0' ) // import bom
232
+ implementation platform(' io.sentry:sentry-bom:7.19 .0' ) // import bom
234
233
implementation(' io.sentry:sentry-spring-boot-starter-jakarta' )
235
234
implementation(' io.sentry:sentry-logback' )
236
235
237
236
// OpenTelemetry @WithSpan annotations:
238
- implementation ' io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.8 .0'
237
+ implementation ' io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10 .0'
239
238
240
- testImplementation ' org.apache.parquet:parquet-common:1.14.3 '
241
- testImplementation ' org.apache.parquet:parquet-hadoop:1.14.3 '
242
- testImplementation ' org.apache.parquet:parquet-hadoop-bundle:1.14.3 '
243
- testImplementation ' org.apache.parquet:parquet-encoding:1.14.3 '
244
- testImplementation ' org.apache.parquet:parquet-column:1.14.3 '
239
+ testImplementation ' org.apache.parquet:parquet-common:1.15.0 '
240
+ testImplementation ' org.apache.parquet:parquet-hadoop:1.15.0 '
241
+ testImplementation ' org.apache.parquet:parquet-hadoop-bundle:1.15.0 '
242
+ testImplementation ' org.apache.parquet:parquet-encoding:1.15.0 '
243
+ testImplementation ' org.apache.parquet:parquet-column:1.15.0 '
245
244
testImplementation (' org.apache.hadoop:hadoop-common:3.4.1' ) {
246
245
exclude group : ' com.sun.jersey' , module : ' jersey-core'
247
246
exclude group : ' com.sun.jersey' , module : ' jersey-servlet'
@@ -257,8 +256,8 @@ dependencies {
257
256
exclude group : ' org.slf4j' , module : ' slf4j-reload4j'
258
257
}
259
258
260
- testImplementation ' au.com.dius.pact.provider:junit5:4.6.15 '
261
- testImplementation ' au.com.dius.pact.provider:junit5spring:4.6.15 '
259
+ testImplementation ' au.com.dius.pact.provider:junit5:4.6.16 '
260
+ testImplementation ' au.com.dius.pact.provider:junit5spring:4.6.16 '
262
261
263
262
antlr ' org.antlr:antlr4:4.13.2'
264
263
@@ -268,16 +267,16 @@ dependencies {
268
267
269
268
testImplementation ' org.junit.vintage:junit-vintage-engine'
270
269
testImplementation ' org.springframework.boot:spring-boot-starter-test'
271
- testImplementation ' io.zonky.test:embedded-database-spring-test:2.5.1 '
272
- testImplementation ' io.zonky.test:embedded-postgres:2.0.7 '
270
+ testImplementation ' io.zonky.test:embedded-database-spring-test:2.6.0 '
271
+ testImplementation ' io.zonky.test:embedded-postgres:2.1.0 '
273
272
implementation enforcedPlatform(' io.zonky.test.postgres:embedded-postgres-binaries-bom:12.8.0' )
274
273
275
274
generatedCompile ' org.springframework.boot:spring-boot-starter-web'
276
275
// boot-starter-validation required for jakarta.validation.Valid references, @Valid tags
277
276
generatedCompile ' org.springframework.boot:spring-boot-starter-validation'
278
277
implementation ' org.springframework.boot:spring-boot-starter-validation'
279
278
implementation ' org.webjars:webjars-locator-core'
280
- runtimeOnly ' org.webjars.npm:swagger-ui-dist:4.3.0 '
279
+ runtimeOnly ' org.webjars.npm:swagger-ui-dist:5.18.2 '
281
280
generatedCompile ' io.swagger.core.v3:swagger-annotations'
282
281
283
282
annotationProcessor ' org.springframework.boot:spring-boot-configuration-processor'
0 commit comments