Skip to content

Commit

Permalink
Update OCI image dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
io7m committed Mar 16, 2024
1 parent 9b1caf8 commit 12acf4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion README-CHANGES.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<c:changelog project="com.io7m.idstore" xmlns:c="urn:com.io7m.changelog:4.0">
<c:releases>
<c:release date="2023-12-21T14:39:47+00:00" is-open="false" ticket-system="com.github.io7m.idstore" version="1.0.0">
<c:release date="2023-12-21T00:00:00+00:00" is-open="false" ticket-system="com.github.io7m.idstore" version="1.0.0">
<c:changes>
<c:change date="2023-12-21T00:00:00+00:00" summary="Initial release."/>
</c:changes>
</c:release>
<c:release date="2024-03-16T15:43:48+00:00" is-open="true" ticket-system="com.github.io7m.idstore" version="1.1.0">
<c:changes>
<c:change date="2024-03-16T00:00:00+00:00" summary="Update OCI image Eclipse Temurin to 21.0.2_13-jre-alpine"/>
<c:change date="2024-03-16T00:00:00+00:00" summary="Update OCI image Alpine Linux to 3.18.6"/>
<c:change date="2024-03-16T00:00:00+00:00" summary="Update org.jline:jline 3.24.1 → 3.25.0."/>
<c:change date="2024-03-16T00:00:00+00:00" summary="Update org.slf4j:jul-to-slf4j 2.0.9 → 2.0.10."/>
<c:change date="2024-03-16T15:43:48+00:00" summary="Update org.slf4j:slf4j-api 2.0.9 → 2.0.10."/>
</c:changes>
</c:release>
</c:releases>
<c:ticket-systems>
<c:ticket-system default="true" id="com.github.io7m.idstore" url="https://www.github.com/io7m/idstore/issues/"/>
Expand Down
4 changes: 2 additions & 2 deletions com.io7m.idstore.oci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<url>https://www.io7m.com/software/idstore</url>

<properties>
<com.io7m.oci.versionAlpine>3.18.2</com.io7m.oci.versionAlpine>
<com.io7m.oci.versionTemurin>21_35-jre-alpine</com.io7m.oci.versionTemurin>
<com.io7m.oci.versionAlpine>3.18.6</com.io7m.oci.versionAlpine>
<com.io7m.oci.versionTemurin>21.0.2_13-jre-alpine</com.io7m.oci.versionTemurin>
<spotbugs.skip>true</spotbugs.skip>
</properties>

Expand Down

0 comments on commit 12acf4a

Please sign in to comment.