@@ -3,7 +3,7 @@ plugins {
33 id ' maven-publish'
44 id ' signing'
55 id ' com.diffplug.spotless' version ' 6.25.0'
6- id ' io.freefair.lombok' version ' 9.0.0-rc2 '
6+ id ' io.freefair.lombok' version ' 9.2.0 '
77 id ' com.vanniktech.maven.publish' version ' 0.28.0'
88 id ' idea'
99 id ' eclipse'
@@ -42,7 +42,7 @@ repositories {
4242}
4343
4444ext {
45- otelVersion = ' 1.54.1 '
45+ otelVersion = ' 1.59.0 '
4646 jacksonVersion = ' 2.16.1'
4747 junitVersion = ' 5.11.4'
4848 slf4jVersion = ' 2.0.17'
@@ -56,7 +56,7 @@ dependencies {
5656 api " io.opentelemetry:opentelemetry-sdk-logs:${ otelVersion} "
5757 implementation " io.opentelemetry:opentelemetry-exporter-otlp:${ otelVersion} "
5858 implementation " io.opentelemetry:opentelemetry-exporter-logging:${ otelVersion} "
59- implementation " io.opentelemetry:opentelemetry-semconv:1.30.1-alpha "
59+ implementation " io.opentelemetry.semconv :opentelemetry-semconv:1.39.0 "
6060
6161 implementation " com.fasterxml.jackson.core:jackson-databind:${ jacksonVersion} "
6262 implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:${ jacksonVersion} "
@@ -78,7 +78,7 @@ dependencies {
7878 // OAI instrumentation
7979 compileOnly ' com.openai:openai-java:2.8.1'
8080 testImplementation ' com.openai:openai-java:2.8.1'
81- implementation " io.opentelemetry.instrumentation:opentelemetry-openai-java-1.1:2.19 .0-alpha"
81+ implementation " io.opentelemetry.instrumentation:opentelemetry-openai-java-1.1:2.25 .0-alpha"
8282
8383 // Anthropic Instrumentation
8484 compileOnly " com.anthropic:anthropic-java:2.8.1"
0 commit comments