This is an automated email from the ASF dual-hosted git repository.
alexpl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new 62ab53728c9 IGNITE-23249 Update janino dependency to 3.1.12 version
(#11551)
62ab53728c9 is described below
commit 62ab53728c9c30d2a4f79a541a09b052a3570580
Author: Aleksandr Nikolaev <[email protected]>
AuthorDate: Thu Sep 26 12:17:26 2024 +0300
IGNITE-23249 Update janino dependency to 3.1.12 version (#11551)
---
modules/calcite/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/calcite/pom.xml b/modules/calcite/pom.xml
index 7b09999076c..d80b33b8258 100644
--- a/modules/calcite/pom.xml
+++ b/modules/calcite/pom.xml
@@ -40,7 +40,7 @@
<checker.version>3.10.0</checker.version>
<failureaccess.version>1.0.1</failureaccess.version>
<immutables.version>2.8.2</immutables.version>
- <janino.version>3.1.8</janino.version>
+ <janino.version>3.1.12</janino.version>
<javacc-maven-plugin>2.4</javacc-maven-plugin>
<jsonpath.version>2.9.0</jsonpath.version>
<reflections.version>0.10.2</reflections.version>