Skip to content

Commit 7795aeb

Browse files
chore: Upgraded hypertrace framework version and core-graphql (#177)
1 parent 3c5e74b commit 7795aeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hypertrace-graphql-service/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ plugins {
77

88
dependencies {
99
implementation("com.typesafe:config")
10-
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.42")
10+
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.49")
1111
implementation("org.slf4j:slf4j-api")
1212

13-
implementation("org.hypertrace.core.serviceframework:platform-http-service-framework:0.1.42")
13+
implementation("org.hypertrace.core.serviceframework:platform-http-service-framework:0.1.49")
1414

1515
implementation("com.graphql-java-kickstart:graphql-java-servlet")
1616
implementation(project(":hypertrace-graphql-impl"))

0 commit comments

Comments
 (0)