Skip to content

Commit

Permalink
fix(deps): update dbriderversion to v1.35.0 (#284)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 30, 2022
1 parent a17c489 commit 5f7deac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 5f7deac

Please sign in to comment.