Skip to content

Commit 7989f4a

Browse files
Bump the dependencies group with 2 updates (#335)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jun Nemoto <jun.nemoto@gmail.com>
1 parent 8458852 commit 7989f4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ subprojects {
3333
jsonpVersion = '1.1.4'
3434
jacksonVersion = '2.20.1'
3535
toml4jVersion = '0.7.2'
36-
scalarDbVersion = '3.16.1'
36+
scalarDbVersion = '3.17.0'
3737
scalarAdminVersion = '2.2.1'
3838
resilience4jRetryVersion = '1.7.1'
3939
dropwizardMetricsVersion = '4.2.37'

generic-contracts/src/integration-test/java/com/scalar/dl/genericcontracts/GenericContractObjectAndCollectionEndToEndTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ public void putObject_FunctionArgumentsWithNullColumnsGiven_ShouldPutRecordToFun
783783
.isExactlyInstanceOf(ClientException.class)
784784
.hasMessageStartingWith(
785785
LedgerError.OPERATION_FAILED_DUE_TO_CONFLICT.buildMessage(
786-
CoreError.CONSENSUS_COMMIT_READ_UNCOMMITTED_RECORD.buildMessage()))
786+
CoreError.CONSENSUS_COMMIT_READ_UNCOMMITTED_RECORD.buildCode()))
787787
.extracting("code")
788788
.isEqualTo(StatusCode.CONFLICT);
789789
}

0 commit comments

Comments
 (0)