File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
hypertrace-trace-enricher
hypertrace-trace-enricher
hypertrace-view-generator
hypertrace-view-generator
raw-spans-grouper/raw-spans-grouper
span-normalizer/span-normalizer Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies {
2929 implementation(" org.hypertrace.core.serviceframework:platform-service-framework:0.1.30" )
3030 implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.30" )
3131 implementation(" org.hypertrace.core.datamodel:data-model:0.1.20" )
32- implementation(" org.hypertrace.core.viewgenerator:view-generator-framework:0.3.1 " )
32+ implementation(" org.hypertrace.core.viewgenerator:view-generator-framework:0.3.7 " )
3333 implementation(" com.typesafe:config:1.4.1" )
3434 implementation(" org.apache.commons:commons-lang3:3.12.0" )
3535
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ dependencies {
5959
6060 // Logging
6161 implementation(" org.slf4j:slf4j-api:1.7.30" )
62- runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 " )
62+ runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 " )
6363
6464 testImplementation(project(" :hypertrace-trace-enricher:hypertrace-trace-enricher" ))
6565 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ dependencies {
2222 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
2323 testImplementation(" org.mockito:mockito-inline:3.8.0" )
2424 testImplementation(" org.mockito:mockito-junit-jupiter:3.8.0" )
25- testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 " )
25+ testRuntimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 " )
2626
2727 tasks.test {
2828 useJUnitPlatform()
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ tasks.test {
1717
1818dependencies {
1919 implementation(project(" :hypertrace-view-generator:hypertrace-view-generator-api" ))
20- implementation(" org.hypertrace.core.viewcreator:view-creator-framework:0.3.1 " )
20+ implementation(" org.hypertrace.core.viewcreator:view-creator-framework:0.3.7 " )
2121 constraints {
2222 // to have calcite libs on the same version
2323 implementation(" org.apache.calcite:calcite-babel:1.26.0" ) {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 implementation(project(" :semantic-convention-utils" ))
3333
3434 // TODO: migrate in core
35- implementation(" org.hypertrace.core.viewgenerator:view-generator-framework:0.3.1 " )
35+ implementation(" org.hypertrace.core.viewgenerator:view-generator-framework:0.3.7 " )
3636 implementation(" org.hypertrace.core.datamodel:data-model:0.1.20" )
3737 implementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.26" )
3838
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ dependencies {
5050
5151 // Logging
5252 implementation(" org.slf4j:slf4j-api:1.7.30" )
53- runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 " )
53+ runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 " )
5454
5555 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
5656 testImplementation(" org.mockito:mockito-core:3.8.0" )
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ dependencies {
6161
6262 // Logging
6363 implementation(" org.slf4j:slf4j-api:1.7.30" )
64- runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.1 " )
64+ runtimeOnly(" org.apache.logging.log4j:log4j-slf4j-impl:2.15.0 " )
6565
6666 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
6767 testImplementation(" org.hypertrace.core.serviceframework:platform-metrics:0.1.26" )
You can’t perform that action at this time.
0 commit comments