Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Apr 21, 2024
1 parent e98b447 commit 511e089
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ dependencyResolutionManagement {
library('mockito', 'org.mockito:mockito-core:5.8.0')
library('mockitoJunit', 'org.mockito:mockito-junit-jupiter:5.8.0')
library('slf4jLogger', 'org.slf4j:slf4j-jdk14:2.0.11')
library('exasolJdbc', 'com.exasol:exasol-jdbc:7.1.20')
library('exasolTestcontainers', 'com.exasol:exasol-testcontainers:7.0.0')
library('exasolJdbc', 'com.exasol:exasol-jdbc:24.1.0')
library('exasolTestcontainers', 'com.exasol:exasol-testcontainers:7.1.0')
}
}
}

0 comments on commit 511e089

Please sign in to comment.