From e9ff2f18ded778b74866fec0a78f931b609da600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:46:30 -0400 Subject: [PATCH] Bump com.github.database-rider:rider-junit5 from 1.37.1 to 1.38.1 (#11725) Bumps [com.github.database-rider:rider-junit5](https://github.com/database-rider/database-rider) from 1.37.1 to 1.38.1. - [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.37.1...1.38.1) --- 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 918049dab36..1d41f45094c 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.37.1' + databaseRiderVersion = '1.38.1' dropwizardVersion = '2.1.0' dropwizardWebsocketsVersion = '1.3.14' equalsVerifierVersion = '3.14.2'