From 9f2058f5f385772da150af8cfdc40fb571f826ae Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Mon, 09 Nov 2020 16:16:59 +0000
Subject: [PATCH] bump commons version to 2.0.8

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

diff --git a/pom.xml b/pom.xml
index 3ecc1c0..516387e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
         	<dependency>
         		<groupId>org.openidentityplatform.commons</groupId>
         		<artifactId>parent</artifactId>
-        		<version>2.0.7-SNAPSHOT</version>
+        		<version>2.0.8</version>
         		<type>pom</type>
         		<scope>import</scope>
         	</dependency>

--
Gitblit v1.10.0