killbill-aplcache
Details
NEWS 1(+1 -0)
diff --git a/NEWS b/NEWS
index 36ef7f7..c7dbbbe 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@
Implement bundles pagination and search APIs
Implement invoices search API
https://github.com/killbill/killbill/issues/154
+ Update killbill-oss-parent to 0.5.23
0.8.11
[SECURITY] Fix SQL injection in search APIs
pom.xml 2(+1 -1)
diff --git a/pom.xml b/pom.xml
index 6993af7..e5be8a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<parent>
<artifactId>killbill-oss-parent</artifactId>
<groupId>com.ning.billing</groupId>
- <version>0.5.23-SNAPSHOT</version>
+ <version>0.5.23</version>
</parent>
<artifactId>killbill</artifactId>
<version>0.8.12-SNAPSHOT</version>