From c3c2099e6699b14010e8514f2c0d0964ce178714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 03:33:48 +0000 Subject: [PATCH] Bump com.github.database-rider:rider-junit5 from 1.38.1 to 1.39.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f9832056cd3..c6fbac33b4f 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.14.3'