Skip to content

Commit

Permalink
Bump WSM version (#518)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliadsh authored Jul 5, 2023
1 parent 5e9e57e commit 85ab06b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation group: 'bio.terra', name: 'externalcreds-client-resttemplate', version: '0.101.0-SNAPSHOT'
implementation group: 'bio.terra', name: 'terra-resource-janitor-client', version: '0.113.5-SNAPSHOT'
implementation group: 'bio.terra', name: 'user-client', version: '0.3.0-SNAPSHOT'
implementation group: 'bio.terra', name: 'workspace-manager-client', version: '0.254.770-SNAPSHOT'
implementation group: 'bio.terra', name: 'workspace-manager-client', version: '0.254.812-SNAPSHOT'
implementation group: 'org.broadinstitute.dsde.workbench', name: 'sam-client_2.13', version: '0.1-ffb0a89-SNAP'

// TODO(PF-1928) - update versions after Terra-client JDK updates
Expand Down
2 changes: 1 addition & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bio.terra:datarepo-client:1.0.155-SNAPSHOT=compileClasspath,runtimeClasspath,tes
bio.terra:externalcreds-client-resttemplate:0.101.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
bio.terra:terra-resource-janitor-client:0.113.5-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
bio.terra:user-client:0.3.0-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
bio.terra:workspace-manager-client:0.254.770-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
bio.terra:workspace-manager-client:0.254.812-SNAPSHOT=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
ch.qos.logback:logback-classic:1.4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
ch.qos.logback:logback-core:1.4.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.auth0:auth0:2.3.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down

0 comments on commit 85ab06b

Please sign in to comment.