From 7b88a139daa719ecc1887f8e1603007b794acae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 15:06:46 -0700 Subject: [PATCH] Bump com.github.database-rider:rider-junit5 from 1.42.0 to 1.43.0 (#12745) Bumps [com.github.database-rider:rider-junit5](https://github.com/database-rider/database-rider) from 1.42.0 to 1.43.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.42.0...1.43.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 5f724713cc..add64ebc6a 100644 --- a/build.gradle +++ b/build.gradle @@ -56,7 +56,7 @@ subprojects { commonsIoVersion = "2.16.1" commonsMathVersion = "3.6.1" commonsTextVersion = "1.12.0" - databaseRiderVersion = "1.42.0" + databaseRiderVersion = "1.43.0" dropwizardVersion = "2.1.0" dropwizardWebsocketsVersion = "1.3.14" equalsVerifierVersion = "3.16.1"