Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 5f7deac

Browse files
fix(deps): update dbriderversion to v1.35.0 (#284)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a17c489 commit 5f7deac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ dependencies {
238238
* 概要
239239
* - テーブルの事前条件、事後条件を簡潔に設定できる
240240
*/
241-
val dbRiderVersion = "1.34.0"
241+
val dbRiderVersion = "1.35.0"
242242
implementation("com.github.database-rider:rider-core:$dbRiderVersion")
243243
implementation("com.github.database-rider:rider-spring:$dbRiderVersion")
244244
testImplementation("com.github.database-rider:rider-junit5:$dbRiderVersion")

0 commit comments

Comments
 (0)