diff --git a/README.org b/README.org index 3085772..5b5e360 100644 --- a/README.org +++ b/README.org @@ -217,7 +217,7 @@ Do the following steps: #+BEGIN_SRC nxml - mvn:no.priv.bang.authservice/karaf/1.15.4/xml/features + mvn:no.priv.bang.authservice/karaf/1.15.5/xml/features user-admin-with-productiondb @@ -432,6 +432,7 @@ Authservice uses XML syntax liquibase to set up the schema, straightforward SQL | Date | Version | Comment | |--------------+---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| [2023-04-24] | 1.15.5 | Use jersey-karaf-feature 1.9.4, jersey 2.39.1 and jackson 2.14.2 | | [2023-04-23] | 1.15.4 | Avoid caching of user admin webapp | | [2023-03-06] | 1.15.3 | Use liquibase 4.19.0, karaf 4.4.3, pax-jdbc 1.5.5, postgresql jdbc 42.5.4, jsoup 1.15.4, junit jupiter 5.9.2, mockito 5.1.1, assertj 3.24.2 | | [2023-01-20] | 1.15.2 | Use bang servlet 1.6.4, frontend security fix |