Skip to content

Commit

Permalink
Update dependencies (security) (#170)
Browse files Browse the repository at this point in the history
* Update dependencies (security)
* Update location of downloaded test resources
  • Loading branch information
ksclarke authored Mar 13, 2024
1 parent 19a51a6 commit a672bf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,14 @@
<!-- Docker container dependency versions -->
<!-- https://packages.ubuntu.com/search?keywords=search -->
<ubuntu.tag>22.04</ubuntu.tag>
<openjdk.version>17.0.9+9-1~22.04</openjdk.version>
<openjdk.version>17.0.10+7-1~22.04.1</openjdk.version>
<gcc.version>4:11.2.0-1ubuntu1</gcc.version>
<make.version>4.3-4.1build1</make.version>
<libtiff.version>4.3.0-6ubuntu0.7</libtiff.version>
<libtiff.version>4.3.0-6ubuntu0.8</libtiff.version>
<build.essential.version>12.9ubuntu3</build.essential.version>
<libopenjp2.version>2.4.0-6</libopenjp2.version>
<libturbojpeg.version>2.1.2-0ubuntu1</libturbojpeg.version>
<unzip.version>6.0-26ubuntu3.1</unzip.version>
<unzip.version>6.0-26ubuntu3.2</unzip.version>
<zip.version>3.0-12build2</zip.version>
<curl.version>7.81.0-1ubuntu1.15</curl.version>
<ffmpeg.version>7:4.4.2-0ubuntu0.22.04.1</ffmpeg.version>
Expand Down Expand Up @@ -344,7 +344,7 @@
</goals>
<!-- Download some test images too large to store in GitHub -->
<configuration>
<url>https://s3.amazonaws.com/ksclarke-data/jiiify-image-test-images.zip</url>
<url>https://cantaloupe-test-data.s3.amazonaws.com/jiiify-image-test-images.zip</url>
<unpack>true</unpack>
<outputDirectory>src/test/resources/images</outputDirectory>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions src/main/docker/scripts/show_versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ declare -a DEPENDENCIES=(
"libtiff-tools"
"make"
"build-essential"
"libperl5.34"
)

print_line
Expand Down

0 comments on commit a672bf0

Please sign in to comment.