From 12865ee376ff7d8a9646caec1a0edc95f80d97b4 Mon Sep 17 00:00:00 2001
From: Maxim Thomas <maxim.thomas@gmail.com>
Date: Fri, 15 Jan 2021 10:00:01 +0000
Subject: [PATCH] update commons components version (#154)
---
pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1bcf583..b7b2b15 100644
--- a/pom.xml
+++ b/pom.xml
@@ -154,7 +154,7 @@
<dependency>
<groupId>org.openidentityplatform.commons</groupId>
<artifactId>parent</artifactId>
- <version>2.0.10</version>
+ <version>2.0.11-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
--
Gitblit v1.10.0