From bdf2b9ad49c3826c34a630a558fc88b731b644b0 Mon Sep 17 00:00:00 2001
From: maximthomas <maxim.thomas@gmail.com>
Date: Fri, 18 Jul 2025 08:41:55 +0000
Subject: [PATCH] update commons to 2.4.1-SNAPSHOT
---
pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 5ff4e73..2487abb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<product.locales>ca_ES,es,de,fr,ja,ko,pl,zh_CN,zh_TW</product.locales>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<localized.jars.classifier>i18n</localized.jars.classifier>
- <commons.version>2.4.0</commons.version>
+ <commons.version>2.4.1-SNAPSHOT</commons.version>
<freemarker.version>2.3.34</freemarker.version>
<metrics-core.version>4.2.30</metrics-core.version>
<maven.compiler.target>11</maven.compiler.target>
--
Gitblit v1.10.0