Skip to content

Commit

Permalink
chore: upgrade dependencies versions (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
astsiapanay authored Aug 28, 2024
1 parent f4c6c95 commit 6909ae7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ dependencies {
implementation 'com.epam.deltix:gflog-api:3.0.6'
implementation 'com.epam.deltix:gflog-core:3.0.6'
runtimeOnly 'com.epam.deltix:gflog-slf4j:3.0.6'
implementation 'io.vertx:vertx-core:4.4.6'
implementation 'io.vertx:vertx-config:4.4.6'
implementation 'io.vertx:vertx-opentelemetry:4.4.6'
implementation 'io.vertx:vertx-micrometer-metrics:4.4.6'
implementation 'io.vertx:vertx-core:4.5.8'
implementation 'io.vertx:vertx-config:4.5.8'
implementation 'io.vertx:vertx-opentelemetry:4.5.8'
implementation 'io.vertx:vertx-micrometer-metrics:4.5.8'
implementation 'io.micrometer:micrometer-registry-prometheus:1.11.2'
implementation 'io.micrometer:micrometer-registry-otlp:1.11.2'
implementation 'io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.28.0'
Expand All @@ -52,12 +52,12 @@ dependencies {
implementation group: 'com.amazonaws', name: 'aws-java-sdk-core', version: '1.12.663'
implementation group: 'com.amazonaws', name: 'aws-java-sdk-sts', version: '1.12.663'
implementation group: 'com.google.auth', name: 'google-auth-library-oauth2-http', version: '1.23.0'
implementation group: 'com.azure', name: 'azure-identity', version: '1.11.2'
implementation group: 'com.azure', name: 'azure-identity', version: '1.13.2'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
testImplementation 'commons-io:commons-io:2.11.0'
testImplementation 'io.vertx:vertx-web-client:4.4.6'
testImplementation 'io.vertx:vertx-junit5:4.4.6'
testImplementation 'io.vertx:vertx-web-client:4.5.8'
testImplementation 'io.vertx:vertx-junit5:4.5.8'
testImplementation 'org.mockito:mockito-core:5.7.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.7.0'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
Expand Down

0 comments on commit 6909ae7

Please sign in to comment.