From 73f2d5fffa23b0bb8166afb050d4d701ae4526a2 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Wed, 22 Jun 2022 07:23:12 +0000
Subject: [PATCH] update commons version to 2.0.16-SNAPSHOT (#238)

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

diff --git a/pom.xml b/pom.xml
index 65878d3..e1fa549 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
         	<dependency>
         		<groupId>org.openidentityplatform.commons</groupId>
         		<artifactId>parent</artifactId>
-        		<version>2.0.15</version>
+        		<version>2.0.16-SNAPSHOT</version>
         		<type>pom</type>
         		<scope>import</scope>
         	</dependency>

--
Gitblit v1.10.0