From 2a416f77b457a69c76940f7d1d510260ee2a9999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:04:33 +0000 Subject: [PATCH] Bump org.python:jython-standalone from 2.7.3 to 2.7.4 (#9406) 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 9805216b99..e865d1b470 100644 --- a/build.gradle +++ b/build.gradle @@ -86,7 +86,7 @@ ext { jsonpathVersion = '2.8.0' junit4Version = '4.13.2' junitJupiterVersion = '5.10.3' - jythonVersion = '2.7.3' + jythonVersion = '2.7.4' kotlinCoroutinesVersion = '1.7.3' kryoVersion = '5.5.0' lettuceVersion = '6.3.2.RELEASE'