Skip to content

Commit e0a23b9

Browse files
committed
[pom] Bump hsqldb to 2.7.0
1 parent 646688c commit e0a23b9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

pom.xml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
<dependency>
199199
<groupId>org.hsqldb</groupId>
200200
<artifactId>hsqldb</artifactId>
201-
<version>2.5.2</version>
201+
<version>2.7.0</version>
202202
<scope>test</scope>
203203
</dependency>
204204
<dependency>
@@ -309,6 +309,17 @@
309309

310310
<build>
311311
<plugins>
312+
<plugin>
313+
<groupId>org.apache.maven.plugins</groupId>
314+
<artifactId>maven-enforcer-plugin</artifactId>
315+
<configuration>
316+
<rules>
317+
<enforceBytecodeVersion>
318+
<ignoredScopes>test</ignoredScopes>
319+
</enforceBytecodeVersion>
320+
</rules>
321+
</configuration>
322+
</plugin>
312323
<plugin>
313324
<groupId>org.apache.maven.plugins</groupId>
314325
<artifactId>maven-compiler-plugin</artifactId>

0 commit comments

Comments
 (0)