diff --git a/README.md b/README.md index 5f68d6d..f0e4afb 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ This sapi library has (mostly) been superseded by sapi-nt. There are two versions of it which remain in use in legacy services - sapi 2.x and sapi 3.x. -### sapi 2.x +### sapi 2.x/4.x This version is used in fsa-cat-api and standard-reports-manager. -This is managed on the `main` branch (this branch). +This is managed on the `main` branch (this branch). The 2.x release is also maintained on the `maintenance/2.x` branch. ### sapi 3.x @@ -36,6 +36,8 @@ mvn clean deploy ## Changelog +`4.0.0` - major new release of sapi from the 2.x line. Addresses multiple CVEs and moves to Java 21 and Jena 5 +`2.3.15` - minor update of dependencies to address CVEs `2.3.14` - allow use of CONSTRUCT in item queries `2.3.13` - improve return status codes, only retry on 50X errors `2.3.12` - find missing logging for query retry diff --git a/pom.xml b/pom.xml index cba5861..27f48d9 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ com.epimorphics sapi pom - 4.0.0-SNAPSHOT + 4.0.1-SNAPSHOT sapi Simple API diff --git a/sapi-app/pom.xml b/sapi-app/pom.xml index cf24450..08b9784 100644 --- a/sapi-app/pom.xml +++ b/sapi-app/pom.xml @@ -8,14 +8,14 @@ com.epimorphics sapi - 4.0.0-SNAPSHOT + 4.0.1-SNAPSHOT com.epimorphics sapi-lib - 4.0.0-SNAPSHOT + 4.0.1-SNAPSHOT diff --git a/sapi-doctool/pom.xml b/sapi-doctool/pom.xml index 31693af..bb688a3 100644 --- a/sapi-doctool/pom.xml +++ b/sapi-doctool/pom.xml @@ -8,7 +8,7 @@ com.epimorphics sapi - 4.0.0-SNAPSHOT + 4.0.1-SNAPSHOT @@ -16,7 +16,7 @@ com.epimorphics sapi-lib - 4.0.0-SNAPSHOT + 4.0.1-SNAPSHOT diff --git a/sapi-lib/pom.xml b/sapi-lib/pom.xml index 971885b..8d27fbb 100644 --- a/sapi-lib/pom.xml +++ b/sapi-lib/pom.xml @@ -8,7 +8,7 @@ com.epimorphics sapi - 4.0.0-SNAPSHOT + 4.0.1-SNAPSHOT