Skip to content

Commit

Permalink
chore: update catalog version (#216)
Browse files Browse the repository at this point in the history
* update catalog version

* Refreshed the lock-file
  • Loading branch information
patelraj0602 authored Feb 26, 2024
1 parent 9b85ed1 commit d898a91
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions attribute-service-client/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtime
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
org.hypertrace.core.serviceframework:platform-metrics:0.1.64=compileClasspath,runtimeClasspath
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath
org.projectlombok:lombok:1.18.28=annotationProcessor
org.projectlombok:lombok:1.18.30=compileClasspath
org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
3 changes: 1 addition & 2 deletions caching-attribute-service-client/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=compileClasspath,runti
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=compileClasspath,runtimeClasspath
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtimeClasspath
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
org.projectlombok:lombok:1.18.28=annotationProcessor
org.projectlombok:lombok:1.18.30=compileClasspath
org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
empty=
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
}

configure<DependencyPluginSettingExtension> {
catalogVersion.set("0.3.0")
catalogVersion.set("0.3.12")
}

include(":attribute-service-api")
Expand Down

0 comments on commit d898a91

Please sign in to comment.