Skip to content

Commit

Permalink
Update dependencies. (#475)
Browse files Browse the repository at this point in the history
* Update dependencies.

* Commit Code Coverage Badge

Co-authored-by: birschick-bq <[email protected]>
  • Loading branch information
Bruce Irschick and birschick-bq authored Jan 6, 2023
1 parent cce7b87 commit 875dd1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,13 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.19.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.19.0'
implementation group: 'org.mongodb', name: 'mongodb-driver-sync', version: '4.8.1'
implementation group: 'com.github.mwiede', name: 'jsch', version: '0.2.4'
implementation group: 'com.github.mwiede', name: 'jsch', version: '0.2.6'
implementation group: 'org.apache.calcite', name: 'calcite-core', version: '1.32.0'
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
implementation 'io.github.hakky54:sslcontext-kickstart:7.4.9'

compileOnly group: 'org.immutables', name: 'value', version: '2.9.3'
compileOnly group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.5.0'
compileOnly group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.6.0'
compileOnly 'org.projectlombok:lombok:1.18.24'
annotationProcessor 'org.projectlombok:lombok:1.18.24'

Expand All @@ -340,7 +340,7 @@ dependencies {
testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.24'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.9.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.10.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.11.0'
testRuntimeOnly group: 'de.flapdoodle.embed', name: 'de.flapdoodle.embed.mongo', version: '3.5.3'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
Expand Down

0 comments on commit 875dd1d

Please sign in to comment.