Skip to content

Commit

Permalink
Upgrade derby to 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Apr 16, 2023
1 parent 30e13e5 commit bebbafa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kcache-benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.14.2.0</version>
<version>10.15.2.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion kcache-rdbms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.14.2.0</version>
<version>10.15.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit bebbafa

Please sign in to comment.