diff --git a/CHANGES.md b/CHANGES.md index 67051f371..8d99e9077 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,10 @@ # Change Log +## 4.1.11 + +* Fixed an issue with the 4.1.10 build whereby the logback-classic dependency + had been updated to version 1.2.8 but not logback-core. + ## 4.1.10 * Fixed a `Link` header not being sent in response to requests for cached diff --git a/pom.xml b/pom.xml index 80638a9c5..09d6c9321 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ edu.illinois.library.cantaloupe cantaloupe war - 4.1.10 + 4.1.11 Cantaloupe https://cantaloupe-project.github.io/ 2015 @@ -16,6 +16,7 @@ 1.11.291 2.11.0 + 1.2.8 9.4.24.v20191120 @@ -68,12 +69,12 @@ ch.qos.logback logback-classic - 1.2.8 + ${logback.version} ch.qos.logback logback-core - 1.2.3 + ${logback.version}