Skip to content

Commit

Permalink
GH-25: bump dependencies and UBI image versions
Browse files Browse the repository at this point in the history
Signed-off-by:Bart Hanssens <[email protected]>
  • Loading branch information
barthanssens committed Jan 9, 2023
1 parent f0bb18c commit 1e49724
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions cbetools-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-converter</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<description>Converts full CBE open data download to Linked Open Data</description>
<packaging>jar</packaging>
<properties>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cbetools-common</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.rdf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion cbetools-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:8.4 AS temp
RUN curl -L -o /usr/local/bin/dumb-init https://github.com/Yelp/dumb-init/releases/download/v1.2.5/dumb-init_1.2.5_x86_64 && \
chmod +x /usr/local/bin/dumb-init

FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.14
FROM registry.access.redhat.com/ubi8/openjdk-17-runtime:1.14-8

LABEL org.opencontainers.image.authors="Bart Hanssens <[email protected]>" \
io.k8s.display-name="CBE LOD Proxy" \
Expand Down
4 changes: 2 additions & 2 deletions cbetools-proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-proxy</artifactId>
Expand All @@ -13,7 +13,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<quarkus.version>2.12.0.Final</quarkus.version>
<quarkus.version>2.15.2.Final</quarkus.version>
</properties>
<name>cbetools-proxy</name>
<description>Converts CBE public search HTML pages into RDF linked data</description>
Expand Down
6 changes: 3 additions & 3 deletions cbetools-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-updater</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<packaging>jar</packaging>
<properties>
<maven.compiler.source>11</maven.compiler.source>
Expand Down Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>cbetools-common</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>be.bosa.dt</groupId>
<artifactId>cbetools-parent</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<packaging>pom</packaging>
<modules>
<module>cbetools-converter</module>
Expand All @@ -13,7 +13,7 @@
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<rdf4j.version>4.1.1</rdf4j.version>
<rdf4j.version>4.2.2</rdf4j.version>
</properties>
<description>Belgian Crossroad Bank for Enterprises (CBE) tools</description>
<licenses>
Expand Down

0 comments on commit 1e49724

Please sign in to comment.