Skip to content

Commit d898a91

Browse files
authored
chore: update catalog version (#216)
* update catalog version * Refreshed the lock-file
1 parent 9b85ed1 commit d898a91

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

attribute-service-client/gradle.lockfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtime
6868
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
6969
org.hypertrace.core.serviceframework:platform-metrics:0.1.64=compileClasspath,runtimeClasspath
7070
org.latencyutils:LatencyUtils:2.0.3=runtimeClasspath
71-
org.projectlombok:lombok:1.18.28=annotationProcessor
72-
org.projectlombok:lombok:1.18.30=compileClasspath
71+
org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath
7372
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
7473
empty=

caching-attribute-service-client/gradle.lockfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.13.1=compileClasspath,runti
3838
org.hypertrace.core.grpcutils:grpc-client-utils:0.13.1=compileClasspath,runtimeClasspath
3939
org.hypertrace.core.grpcutils:grpc-context-utils:0.13.1=compileClasspath,runtimeClasspath
4040
org.hypertrace.core.kafkastreams.framework:kafka-bom:0.4.7=compileClasspath,runtimeClasspath
41-
org.projectlombok:lombok:1.18.28=annotationProcessor
42-
org.projectlombok:lombok:1.18.30=compileClasspath
41+
org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath
4342
org.reactivestreams:reactive-streams:1.0.4=compileClasspath,runtimeClasspath
4443
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
4544
empty=

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
}
1919

2020
configure<DependencyPluginSettingExtension> {
21-
catalogVersion.set("0.3.0")
21+
catalogVersion.set("0.3.12")
2222
}
2323

2424
include(":attribute-service-api")

0 commit comments

Comments
 (0)