Skip to content

Commit 90748ee

Browse files
committed
Add version 1.11.4 to the release history of the README and update the version in the examples in the README
1 parent a6a1cab commit 90748ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.org

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Do the following steps:
196196
#+BEGIN_SRC nxml
197197
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
198198
<features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name="authservice.bundle">
199-
<repository>mvn:no.priv.bang.authservice/authservice/1.11.3/xml/features</repository>
199+
<repository>mvn:no.priv.bang.authservice/authservice/1.11.4/xml/features</repository>
200200
<feature name="${karaf-feature-name}">
201201
<feature>user-admin-with-productiondb</feature>
202202
</feature>
@@ -411,6 +411,7 @@ Authservice uses XML syntax liquibase to set up the schema, straightforward SQL
411411

412412
| Date | Version | Comment |
413413
|--------------+---------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
414+
| [2020-03-05] | 1.11.4 | Use runtime and compile dependency to jackson-databind 2.9.10.3 to fix security issue CVE-2020-8840 |
414415
| [2020-02-29] | 1.11.3 | Upgrade PostgreSQL JDBC to 42.2.10, react to 16.13.0, redux to 7.2.0, reduxjs toolkit to 1.2.5 and react-router to 5.1.2 |
415416
| [2020-02-27] | 1.11.2 | Uses [[https://github.com/steinarb/servlet#jersey][JerseyServlet]] to implement the REST API, no functional changes (but different runtime dependencies) |
416417
| [2020-02-24] | 1.11.1 | Use Shiro 1.5.1 to fix [[https://issues.apache.org/jira/browse/SHIRO-742][SHIRO-742]] |

0 commit comments

Comments
 (0)