We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2af89 commit 87ae543Copy full SHA for 87ae543
service/build.gradle
@@ -54,7 +54,7 @@ dependencies {
54
exclude group: 'com.google.oauth-client', module: 'google-oauth-client'
55
}
56
implementation 'org.broadinstitute.dsde.workbench:sam-client_2.13:0.1-6a32c36'
57
- implementation 'bio.terra:externalcreds-client-resttemplate-jakarta:0.112.0-SNAPSHOT'
+ implementation 'bio.terra:externalcreds-client-resttemplate:1.0.0-SNAPSHOT'
58
implementation 'io.sentry:sentry-logback:6.19.0'
59
implementation 'org.codehaus.janino:janino:3.1.9' // Provides if/else xml parsing for logback config
60
0 commit comments