Skip to content

Commit

Permalink
Update logback-core to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Dolski committed Dec 15, 2021
1 parent 28a3cf0 commit 0aafd86
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>edu.illinois.library.cantaloupe</groupId>
<artifactId>cantaloupe</artifactId>
<packaging>war</packaging>
<version>4.1.10</version>
<version>4.1.11</version>
<name>Cantaloupe</name>
<url>https://cantaloupe-project.github.io/</url>
<inceptionYear>2015</inceptionYear>
Expand All @@ -16,6 +16,7 @@
</project.reporting.outputEncoding>
<aws-sdk.version>1.11.291</aws-sdk.version>
<jackson.version>2.11.0</jackson.version>
<logback.version>1.2.8</logback.version>
<!-- N.B.: Jetty does not use semantic versioning. New x.x.x releases
frequently break features and API. -->
<jetty.version>9.4.24.v20191120</jetty.version>
Expand Down Expand Up @@ -68,12 +69,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.8</version>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.2.3</version>
<version>${logback.version}</version>
</dependency>
<!-- Used by S3Source and S3Cache -->
<dependency>
Expand Down

0 comments on commit 0aafd86

Please sign in to comment.