Skip to content

Commit

Permalink
bump h2 to 1.4.200 into pom file and dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo.andreussi authored and Coduz committed Sep 13, 2023
1 parent 176be83 commit 236aae2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assembly/sql/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN useradd -u 1001 -g 0 -d '/var/opt/h2' -s '/sbin/nologin' h2 && \
mkdir -p /var/opt/h2/data && chmod -R a+rw /var/opt/h2 && \
mkdir -p /opt/h2 && chmod a+r /opt/h2 && \
cd /opt/h2 && \
curl -s https://repo1.maven.org/maven2/com/h2database/h2/1.4.193/h2-1.4.193.jar -o h2.jar
curl -s https://repo1.maven.org/maven2/com/h2database/h2/1.4.200/h2-1.4.200.jar -o h2.jar

VOLUME /var/opt/h2/data

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<guava-failureaccess.version>1.0.1</guava-failureaccess.version>
<guava-listenablefuture.version>9999.0-empty-to-avoid-conflict-with-guava</guava-listenablefuture.version>
<guice.version>4.1.0</guice.version>
<h2.version>1.4.199</h2.version>
<h2.version>1.4.200</h2.version>
<hk2-api.version>2.5.0-b05</hk2-api.version>
<httpcomponents-asyncclient.version>4.1.5</httpcomponents-asyncclient.version>
<httpcomponents-client.version>4.5.13</httpcomponents-client.version>
Expand Down

0 comments on commit 236aae2

Please sign in to comment.