From b80c75728d9508e49d8ff8853996bea675d5379a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jul 2023 23:47:33 -0400 Subject: [PATCH] Bump com.github.database-rider:rider-junit5 from 1.38.1 to 1.39.0 (#11758) Bumps [com.github.database-rider:rider-junit5](https://github.com/database-rider/database-rider) from 1.38.1 to 1.39.0. - [Release notes](https://github.com/database-rider/database-rider/releases) - [Changelog](https://github.com/database-rider/database-rider/blob/master/CHANGELOG.adoc) - [Commits](https://github.com/database-rider/database-rider/compare/1.38.1...1.39.0) --- updated-dependencies: - dependency-name: com.github.database-rider:rider-junit5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a0f1bfb2460..f0fe39bea07 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ subprojects { commonsIoVersion = '2.13.0' commonsMathVersion = '3.6.1' commonsTextVersion = '1.10.0' - databaseRiderVersion = '1.38.1' + databaseRiderVersion = '1.39.0' dropwizardVersion = '2.1.0' dropwizardWebsocketsVersion = '1.3.14' equalsVerifierVersion = '3.15'