From 5f7deac6241f51e0ca175ea4e004ed69947f4f24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 08:51:39 +0900 Subject: [PATCH] fix(deps): update dbriderversion to v1.35.0 (#284) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5454eab8..3be6713a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -238,7 +238,7 @@ dependencies { * 概要 * - テーブルの事前条件、事後条件を簡潔に設定できる */ - val dbRiderVersion = "1.34.0" + val dbRiderVersion = "1.35.0" implementation("com.github.database-rider:rider-core:$dbRiderVersion") implementation("com.github.database-rider:rider-spring:$dbRiderVersion") testImplementation("com.github.database-rider:rider-junit5:$dbRiderVersion")