Skip to content

Commit 0297983

Browse files
authored
Merge pull request #367 from hazendaz/master
Update hsqldb to 2.5.2 and teach dependabot to not suggest 2.6.0+ due to jdk11 need.
2 parents 1378238 + 012107d commit 0297983

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ updates:
2121
schedule:
2222
interval: daily
2323
open-pull-requests-limit: 10
24+
ignore:
25+
- dependency-name: org.hsqldb:hsqldb
26+
versions:
27+
- ">= 2.6.0"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
<dependency>
269269
<groupId>org.hsqldb</groupId>
270270
<artifactId>hsqldb</artifactId>
271-
<version>2.5.1</version>
271+
<version>2.5.2</version>
272272
<scope>test</scope>
273273
</dependency>
274274
<dependency>

0 commit comments

Comments
 (0)