Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump vumc client #1140

Merged
merged 1 commit into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading