tests fail on new version of derby (#6591)

This commit is contained in:
Mark Iantorno 2025-01-06 18:23:43 -05:00 committed by GitHub
parent 9eaf64a489
commit a483a4f71b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,13 +54,15 @@
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>
<version>10.17.1.0</version>
<version>10.16.1.1</version>
<!-- Don't bump this, they drop support for JRE 17 -->
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbytools</artifactId>
<scope>test</scope>
<version>10.17.1.0</version>
<version>10.16.1.1</version>
<!-- Don't bump this, they drop support for JRE 17 -->
</dependency>
<dependency>
<groupId>org.postgresql</groupId>