Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ appbase-security

## Change log:

**4.0.0**
* Move from Java 11 to 21
* Update appbase dependency to 4.0.0
* Update derby 10.14 -> 10.17
* Move from javax.servlet -> jakarta.servlet 6.0

**3.0.3**
* Update shiro to 1.13.0 to avoid most severe CVEs. Move to Shiro2.x would be breaking and there's no migration documentation.
* Update appbase dependency to pull in update to tomcat 9.0
Expand Down Expand Up @@ -371,4 +377,3 @@ public class LoginCmds {
The `UserStore` implementation also provides various methods for accessing available
permissions and users and for creating time-limited password credentials.
See the source code for details.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>com.epimorphics</groupId>
<artifactId>appbase-security</artifactId>
<packaging>jar</packaging>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
<name>Appbase security</name>

<scm>
Expand Down
Loading