Skip to content

Commit

Permalink
Updating libraries and version
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Jun 21, 2024
1 parent cee20c5 commit 7be5e00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>uk.co.gdmrdigital.iiif.image</groupId>
<artifactId>iiif-tiler</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<packaging>jar</packaging>
<name>iiif-tiler</name>
<description>A Java based static IIIF tile generator. Static IIIF Tiles can be stored on a web service and provide a zoomable service with a compatible IIIF image viewers. This is known as a level 0 image service.</description>
Expand Down Expand Up @@ -47,17 +47,17 @@
<dependency>
<groupId>com.github.jsonld-java</groupId>
<artifactId>jsonld-java</artifactId>
<version>0.13.4</version>
<version>0.13.6</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.17.1</version>
<version>2.23.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.1</version>
<version>2.23.1</version>
</dependency>
<!-- from https://github.com/mortennobel/java-image-scaling -->
<dependency>
Expand All @@ -68,7 +68,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.8.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 7be5e00

Please sign in to comment.