Skip to content

Commit f9d4e21

Browse files
committed
[pom] Derby, let it sit at 10.17.1.0 so renovate thinks we are always there
rework so each jdk uses the expected one
1 parent 822c9d2 commit f9d4e21

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
<properties>
134134
<clirr.comparisonVersion>3.4.6</clirr.comparisonVersion>
135-
<derby.version>10.16.1.1</derby.version>
135+
<derby.version>10.17.1.0</derby.version>
136136
<log4j.version>2.21.1</log4j.version>
137137

138138
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
@@ -460,13 +460,23 @@
460460
<jdk>[16,)</jdk>
461461
</activation>
462462
<properties>
463+
<derby.version>10.15.2.0</derby.version>
463464
<java.version>16</java.version>
464465
<java.release.version>16</java.release.version>
465466
<java.test.version>16</java.test.version>
466467
<java.test.release.version>16</java.test.release.version>
467468
<excludedGroups>TestcontainersTests,RequireIllegalAccess</excludedGroups>
468469
</properties>
469470
</profile>
471+
<profile>
472+
<id>17</id>
473+
<activation>
474+
<jdk>[17,)</jdk>
475+
</activation>
476+
<properties>
477+
<derby.version>10.16.1.1</derby.version>
478+
</properties>
479+
</profile>
470480
<profile>
471481
<id>19</id>
472482
<activation>

0 commit comments

Comments
 (0)