From 28d3b13ad54e3e8f772a00d24fef2d8f8a76fe42 Mon Sep 17 00:00:00 2001
From: maximthomas <maxim.thomas@gmail.com>
Date: Mon, 17 Jun 2024 07:59:10 +0000
Subject: [PATCH] update commons version to 2.1.4-SNAPSHOT
---
pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1d86e5e..6618fc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>parent</artifactId>
- <version>2.1.3</version>
+ <version>2.1.4-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
--
Gitblit v1.10.0