File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ jacocoTestReport {
5555}
5656
5757ext {
58- jackson_version = " 2.22.0 "
58+ jackson_version = " 2.22.1 "
5959}
6060
6161configurations. testRuntimeClasspath {
@@ -75,10 +75,10 @@ dependencies {
7575 api " com.fasterxml.jackson.core:jackson-annotations"
7676 api " com.fasterxml.jackson.core:jackson-databind"
7777 implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310"
78- implementation " org.openapitools:jackson-databind-nullable:0.2.10 "
78+ implementation " org.openapitools:jackson-databind-nullable:0.2.11 "
7979
8080 // ---- OpenTelemetry ----
81- api platform(" io.opentelemetry:opentelemetry-bom:1.63 .0" )
81+ api platform(" io.opentelemetry:opentelemetry-bom:1.64 .0" )
8282 api " io.opentelemetry:opentelemetry-api"
8383}
8484
Original file line number Diff line number Diff line change 11plugins {
22 id ' application'
33 id ' com.diffplug.spotless' version ' 8.0.0'
4- id ' org.jetbrains.kotlin.jvm' version ' 2.4.0 '
4+ id ' org.jetbrains.kotlin.jvm' version ' 2.4.10 '
55}
66
77application {
@@ -30,7 +30,7 @@ dependencies {
3030 implementation(" com.fasterxml.jackson.core:jackson-annotations:$jacksonVersion " )
3131 implementation(" com.fasterxml.jackson.core:jackson-databind:$jacksonVersion " )
3232 implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion " )
33- implementation(" org.openapitools:jackson-databind-nullable:0.2.10 " )
33+ implementation(" org.openapitools:jackson-databind-nullable:0.2.11 " )
3434
3535 // Kotlin
3636 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ repositories {
7575
7676ext {
7777 fgaSdkVersion = " 0.9.9" // x-release-please-version
78- openTelemetryVersion = " 1.63 .0"
79- openTelemetryAlphaVersion = " 1.63 .0-alpha"
78+ openTelemetryVersion = " 1.64 .0"
79+ openTelemetryAlphaVersion = " 1.64 .0-alpha"
8080}
8181
8282dependencies {
@@ -96,7 +96,7 @@ dependencies {
9696 implementation(" io.opentelemetry:opentelemetry-exporter-prometheus:$openTelemetryAlphaVersion " )
9797 implementation(" io.opentelemetry:opentelemetry-exporter-otlp:$openTelemetryVersion " )
9898 implementation(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:$openTelemetryVersion " )
99- implementation(" io.opentelemetry.semconv:opentelemetry-semconv:1.42 .0" )
99+ implementation(" io.opentelemetry.semconv:opentelemetry-semconv:1.43 .0" )
100100
101101 // Environment variables for this example
102102 implementation(" io.github.cdimascio:dotenv-java:3.2.0" )
You can’t perform that action at this time.
0 commit comments