Skip to content

Commit 7c95231

Browse files
Bruce Irschickbirschick-bq
Bruce Irschick
andauthored
[AD-1039] Updated release version and dependencies. (#467)
* [AD-1039] Updated release version and dependencies. * Commit Code Coverage Badge Co-authored-by: birschick-bq <[email protected]>
1 parent 4d1cb8a commit 7c95231

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/badges/branches.svg

+1-1
Loading

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ dependencies {
318318
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.14.1'
319319
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-guava', version: '2.14.1'
320320
implementation group: 'com.google.guava', name: 'guava', version: '31.1-jre'
321-
implementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '2.0.5'
321+
implementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '2.0.6'
322322
implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
323323
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'
324324
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.19.0'
@@ -327,9 +327,9 @@ dependencies {
327327
implementation group: 'com.github.mwiede', name: 'jsch', version: '0.2.4'
328328
implementation group: 'org.apache.calcite', name: 'calcite-core', version: '1.32.0'
329329
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
330-
implementation 'io.github.hakky54:sslcontext-kickstart:7.4.8'
330+
implementation 'io.github.hakky54:sslcontext-kickstart:7.4.9'
331331

332-
compileOnly group: 'org.immutables', name: 'value', version: '2.9.2'
332+
compileOnly group: 'org.immutables', name: 'value', version: '2.9.3'
333333
compileOnly group: 'com.puppycrawl.tools', name: 'checkstyle', version: '10.5.0'
334334
compileOnly 'org.projectlombok:lombok:1.18.24'
335335
annotationProcessor 'org.projectlombok:lombok:1.18.24'
@@ -340,7 +340,7 @@ dependencies {
340340
testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.24'
341341
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.9.1'
342342
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.9.1'
343-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.9.0'
343+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.10.0'
344344
testRuntimeOnly group: 'de.flapdoodle.embed', name: 'de.flapdoodle.embed.mongo', version: '3.5.3'
345345
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-api:5.9.1'
346346
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.warning.mode=all
22
MAJOR_VERSION=1
33
MINOR_VERSION=4
4-
PATCH_VERSION=2
4+
PATCH_VERSION=3
55
APPLICATION_NAME=Amazon DocumentDB JDBC Driver
66
# Comment out if not creating a beta version
77
#BETA_VERSION=1

0 commit comments

Comments
 (0)