From 24a1839bfd078554986a864c4ffada0e44ceab4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 14:45:48 +0000 Subject: [PATCH] Bump org.python:jython-standalone from 2.7.3 to 2.7.4 (#9410) Bumps [org.python:jython-standalone](https://github.com/jython/jython) from 2.7.3 to 2.7.4. - [Changelog](https://github.com/jython/jython/blob/master/NEWS) - [Commits](https://github.com/jython/jython/compare/v2.7.3...v2.7.4) --- updated-dependencies: - dependency-name: org.python:jython-standalone dependency-type: direct:production update-type: version-update:semver-patch ... 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 57ed32509b..e028e2e50f 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ ext { jsonpathVersion = '2.9.0' junit4Version = '4.13.2' junitJupiterVersion = '5.10.3' - jythonVersion = '2.7.3' + jythonVersion = '2.7.4' kotlinCoroutinesVersion = '1.8.1' kryoVersion = '5.6.0' lettuceVersion = '6.3.2.RELEASE'