We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1378238 + 012107d commit 0297983Copy full SHA for 0297983
.github/dependabot.yml
@@ -21,3 +21,7 @@ updates:
21
schedule:
22
interval: daily
23
open-pull-requests-limit: 10
24
+ ignore:
25
+ - dependency-name: org.hsqldb:hsqldb
26
+ versions:
27
+ - ">= 2.6.0"
pom.xml
@@ -268,7 +268,7 @@
268
<dependency>
269
<groupId>org.hsqldb</groupId>
270
<artifactId>hsqldb</artifactId>
271
- <version>2.5.1</version>
+ <version>2.5.2</version>
272
<scope>test</scope>
273
</dependency>
274
0 commit comments