Skip to content

Commit

Permalink
[SERV-993] Update logback dependency through parent POM (#159)
Browse files Browse the repository at this point in the history
* [SERV-993] Update logback dependency through parent POM
* [SERV-993] Bump curl version in Docker container

New release not required because these are build/test-related fixes.
  • Loading branch information
ksclarke authored Dec 15, 2023
1 parent 54cf575 commit 1fd0828
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 @@ -84,7 +84,7 @@
<libturbojpeg.version>2.1.2-0ubuntu1</libturbojpeg.version>
<unzip.version>6.0-26ubuntu3.1</unzip.version>
<zip.version>3.0-12build2</zip.version>
<curl.version>7.81.0-1ubuntu1.14</curl.version>
<curl.version>7.81.0-1ubuntu1.15</curl.version>
<ffmpeg.version>7:4.4.2-0ubuntu0.22.04.1</ffmpeg.version>
<python2.version>2.7.18-3</python2.version>
<grok.version>11.0.0</grok.version>
Expand Down Expand Up @@ -609,7 +609,7 @@
<parent>
<groupId>info.freelibrary</groupId>
<artifactId>freelib-parent</artifactId>
<version>8.0.4</version>
<version>8.0.5</version>
</parent>

</project>

0 comments on commit 1fd0828

Please sign in to comment.