Skip to content

Commit

Permalink
upgrade log4j version to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ravisingal committed Dec 19, 2021
1 parent 2591365 commit 1cd4337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hypertrace-ingester/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.30")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.30")
implementation("org.hypertrace.core.datamodel:data-model:0.1.20")
implementation("org.hypertrace.core.viewgenerator:view-generator-framework:0.3.8")
implementation("org.hypertrace.core.viewgenerator:view-generator-framework:0.3.9")
implementation("com.typesafe:config:1.4.1")
implementation("org.apache.commons:commons-lang3:3.12.0")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation(project(":semantic-convention-utils"))

// TODO: migrate in core
implementation("org.hypertrace.core.viewgenerator:view-generator-framework:0.3.8")
implementation("org.hypertrace.core.viewgenerator:view-generator-framework:0.3.9")
implementation("org.hypertrace.core.datamodel:data-model:0.1.20")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.26")

Expand Down

0 comments on commit 1cd4337

Please sign in to comment.