From 57ef334332c3d9495da7bd49df0f5b308d1b651f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:26:01 -0400 Subject: [PATCH] Bump com.github.database-rider:rider-junit5 from 1.40.0 to 1.41.0 (#11941) Bumps [com.github.database-rider:rider-junit5](https://github.com/database-rider/database-rider) from 1.40.0 to 1.41.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.40.0...1.41.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 fe1535cfb5a..d64c9514501 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.40.0' + databaseRiderVersion = '1.41.0' dropwizardVersion = '2.1.0' dropwizardWebsocketsVersion = '1.3.14' equalsVerifierVersion = '3.15.1'