Skip to content

Commit

Permalink
Bump vumc client (#1140)
Browse files Browse the repository at this point in the history
  • Loading branch information
dexamundsen authored Jan 23, 2025
1 parent 06b44c8 commit c474482
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion annotationProcessor/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ org.springframework:spring-web:6.1.15=productionRuntimeClasspath,runtimeClasspat
org.springframework:spring-webmvc:6.1.15=productionRuntimeClasspath,runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.threeten:threeten-extra:1.8.0=productionRuntimeClasspath,runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.threeten:threetenbp:1.7.0=productionRuntimeClasspath,runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.vumc.vda.tanagra:admin-client:1.0.18-SNAPSHOT=productionRuntimeClasspath,runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.vumc.vda.tanagra:admin-client:1.0.34-SNAPSHOT=productionRuntimeClasspath,runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.webjars.npm:swagger-ui-dist:5.17.12=productionRuntimeClasspath,runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.webjars:webjars-locator-core:0.58=productionRuntimeClasspath,runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.xerial.snappy:snappy-java:1.1.10.4=productionRuntimeClasspath,runtimeClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down
3 changes: 2 additions & 1 deletion service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ dependencies {
implementation "org.glassfish.jersey.media:jersey-media-multipart:${vJersey}"
implementation "org.glassfish.jersey.media:jersey-media-json-jackson:${vJersey}"

implementation 'org.vumc.vda.tanagra:admin-client:1.0.18-SNAPSHOT'
// https://github.com/vanderbilt/tanagra-client-libraries/packages/1855306
implementation 'org.vumc.vda.tanagra:admin-client:1.0.34-SNAPSHOT'
}

protobuf {
Expand Down
2 changes: 1 addition & 1 deletion service/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ org.springframework:spring-web:6.1.15=compileClasspath,compileProtoPath,producti
org.springframework:spring-webmvc:6.1.15=compileClasspath,compileProtoPath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testCompileProtoPath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.threeten:threeten-extra:1.8.0=compileClasspath,compileProtoPath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testCompileProtoPath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.threeten:threetenbp:1.7.0=compileClasspath,compileProtoPath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testCompileProtoPath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.vumc.vda.tanagra:admin-client:1.0.18-SNAPSHOT=compileClasspath,compileProtoPath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testCompileProtoPath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.vumc.vda.tanagra:admin-client:1.0.34-SNAPSHOT=compileClasspath,compileProtoPath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testCompileProtoPath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.webjars.npm:swagger-ui-dist:5.17.12=compileClasspath,compileProtoPath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testCompileProtoPath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.webjars:webjars-locator-core:0.58=compileClasspath,compileProtoPath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testCompileProtoPath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
org.xerial.snappy:snappy-java:1.1.10.4=compileProtoPath,productionRuntimeClasspath,runtimeClasspath,testCompileProtoPath,testFixturesCompileProtoPath,testFixturesRuntimeClasspath,testRuntimeClasspath
Expand Down

0 comments on commit c474482

Please sign in to comment.