From 503a4827e6aa168df5bcd9926b3c2a8025172278 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 6 Nov 2023 02:50:46 +0000
Subject: [PATCH] Bump ognl:ognl from 3.3.4 to 3.4.2

Bumps [ognl:ognl](https://github.com/orphan-oss/ognl) from 3.3.4 to 3.4.2.
- [Release notes](https://github.com/orphan-oss/ognl/releases)
- [Commits](https://github.com/orphan-oss/ognl/commits)

---
updated-dependencies:
- dependency-name: ognl:ognl
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 13451500b9..d2e6badc7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
         <asm.version>9.6</asm.version>
         <jackson.version>2.15.3</jackson.version>
         <log4j2.version>2.20.0</log4j2.version>
-        <ognl.version>3.3.4</ognl.version>
+        <ognl.version>3.4.2</ognl.version>
         <slf4j.version>2.0.9</slf4j.version>
         <spring.platformVersion>5.3.27</spring.platformVersion>
         <tiles.version>3.0.8</tiles.version>