Skip to content

Commit

Permalink
[SHIRO-896] update hsqldb to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Oct 26, 2022
1 parent efbd28c commit 2c1254e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<classifier>jdk8</classifier>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<ehcache.version>2.6.11</ehcache.version>
<!-- Don't change this version without also changing the shiro-hazelcast and shiro-features OSGi metadata: -->
<hazelcast.version>3.12.13</hazelcast.version>
<hsqldb.version>2.5.0</hsqldb.version>
<hsqldb.version>2.7.1</hsqldb.version>
<javax.annotation.api.version>1.3.2</javax.annotation.api.version>
<jdk.version>1.8</jdk.version>
<jetty.version>9.4.47.v20220610</jetty.version>
Expand Down Expand Up @@ -969,6 +969,7 @@
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
<classifier>jdk8</classifier>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
Expand Down
1 change: 1 addition & 0 deletions samples/spring-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<classifier>jdk8</classifier>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>
Expand Down
1 change: 1 addition & 0 deletions samples/spring-mvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>${hsqldb.version}</version>
<classifier>jdk8</classifier>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2c1254e

Please sign in to comment.