Skip to content

Commit

Permalink
Merge pull request #1662 from scottmarlow/derby_version_update
Browse files Browse the repository at this point in the history
Derby 10.16.1.1 is the latest version of Derby that supports Java 17
  • Loading branch information
scottmarlow authored Nov 19, 2024
2 parents e4d16ea + c7cce1c commit f9dd20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libutil/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derbynet</artifactId>
<version>10.17.1.0</version>
<version>10.16.1.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit f9dd20a

Please sign in to comment.