Skip to content

Commit

Permalink
update hsqldb to 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 7, 2024
1 parent aff75e4 commit 45e52cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Require-Bundle: org.apache.commons.commons-codec;bundle-version=1.15.0,
org.lucee.httpcomponents.httpclient;bundle-version=4.5.13,
org.lucee.httpcomponents.httpcore;bundle-version=4.4.13,
org.lucee.httpcomponents.httpmime;bundle-version=4.5.13,
org.lucee.hsqldb;bundle-version=2.7.2.jdk8,
org.hsqldb.hsqldb;bundle-version=2.7.3,
jacob;bundle-version=1.16.1,
javasysmon;bundle-version=0.3.3,
jcifs;bundle-version=1.3.17,
Expand Down
4 changes: 2 additions & 2 deletions loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,9 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.lucee</groupId>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.2.jdk8</version>
<version>2.7.3</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 45e52cd

Please sign in to comment.