From 1258de44535f148833f92fefb168fd6291ae3981 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 17:12:34 +0000 Subject: [PATCH] Bump com.ezylang:EvalEx from 3.5.0 to 3.6.0 Bumps [com.ezylang:EvalEx](https://github.com/ezylang/EvalEx) from 3.5.0 to 3.6.0. - [Release notes](https://github.com/ezylang/EvalEx/releases) - [Commits](https://github.com/ezylang/EvalEx/compare/3.5.0...3.6.0) --- updated-dependencies: - dependency-name: com.ezylang:EvalEx dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4a164d3..e3ca4bc 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ subprojects { dependencies { api 'com.saicone:types:1.4.2' - compileOnly 'com.ezylang:EvalEx:3.5.0' + compileOnly 'com.ezylang:EvalEx:3.6.0' compileOnly 'com.github.ben-manes.caffeine:caffeine:v3.2.3' compileOnly 'com.google.guava:guava:33.5.0-jre' }