Skip to content

Commit

Permalink
Release 5.1.5: Update Spring Boot to fix CVE-2022-22965
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Mar 31, 2022
1 parent 75b54fe commit 427cf23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.3</version>
<version>2.6.6</version>
</parent>

<name>DigitalCollections: Hymir IIIF Server</name>
<description>Hymir is a Java based IIIF Server. It is based on "IIIF API Java Libraries" (Java implementations of the IIIF specifications, see https://github.com/dbmdz/iiif-apis).</description>

<groupId>de.digitalcollections</groupId>
<artifactId>iiif-server-hymir</artifactId>
<version>5.1.4</version>
<version>5.1.5</version>
<packaging>jar</packaging>

<url>https://github.com/dbmdz/iiif-server-hymir</url>
Expand Down

0 comments on commit 427cf23

Please sign in to comment.