From c5d75dd932190ce9df0190bc08e8443cbfda93ce Mon Sep 17 00:00:00 2001
From: Valery Kharseko <vharseko@3a-systems.ru>
Date: Tue, 15 Jul 2025 11:43:17 +0000
Subject: [PATCH] Bump org.openidentityplatform.commons 2.4.0 (#528)

---
 pom.xml |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98910b0..4e8b7ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
   information: "Portions Copyright [year] [name of copyright owner]".
 
   Copyright 2011-2016 ForgeRock AS.
-  Portions  Copyright 2017-2024 3A Systems, LLC.
+  Portions  Copyright 2017-2025 3A Systems, LLC.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
@@ -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.3.1-SNAPSHOT</commons.version>
+        <commons.version>2.4.0</commons.version>
         <freemarker.version>2.3.34</freemarker.version>
         <metrics-core.version>4.2.30</metrics-core.version>
         <maven.compiler.target>8</maven.compiler.target>
@@ -313,6 +313,7 @@
 				<configuration>
 				    <publishingServerId>ossrh</publishingServerId>
 				    <autoPublish>true</autoPublish>
+				    <waitMaxTime>5400</waitMaxTime>
 				</configuration>
 			    </plugin>
         </plugins>

--
Gitblit v1.10.0