Skip to content

Commit

Permalink
fix: fix vulnerability issues (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
astsiapanay authored Feb 10, 2025
1 parent 0aa7f76 commit 3ef1f71
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ 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.5.10'
implementation 'io.vertx:vertx-config:4.5.10'
implementation 'io.vertx:vertx-opentelemetry:4.5.10'
implementation 'io.vertx:vertx-micrometer-metrics:4.5.10'
implementation 'io.vertx:vertx-core:4.5.12'
implementation 'io.vertx:vertx-config:4.5.12'
implementation 'io.vertx:vertx-opentelemetry:4.5.12'
implementation 'io.vertx:vertx-micrometer-metrics:4.5.12'
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'
implementation 'io.opentelemetry:opentelemetry-exporter-otlp:1.28.0'
implementation 'io.opentelemetry:opentelemetry-sdk-extension-autoconfigure:1.47.0'
implementation 'io.opentelemetry:opentelemetry-exporter-otlp:1.47.0'
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'com.auth0:java-jwt:4.4.0'
Expand All @@ -39,9 +39,9 @@ dependencies {
implementation 'org.apache.httpcomponents.client5:httpclient5:5.4'

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.5.10'
testImplementation 'io.vertx:vertx-junit5:4.5.10'
testImplementation 'commons-io:commons-io:2.14.0'
testImplementation 'io.vertx:vertx-web-client:4.5.12'
testImplementation 'io.vertx:vertx-junit5:4.5.12'
testImplementation 'org.mockito:mockito-core:5.7.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.7.0'
testImplementation('com.github.codemonstur:embedded-redis:1.4.3') {
Expand Down

0 comments on commit 3ef1f71

Please sign in to comment.