Skip to content

Commit

Permalink
Revert upgrade of derby
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 20, 2023
1 parent 03a49c3 commit 4575a24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion doc/changes/changes_1.6.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ This release fixes vulnerability CVE-2023-4043 in test dependency `org.eclipse.p
### Test Dependency Updates

* Updated `com.exasol:exasol-testcontainers:6.6.2` to `6.6.3`
* Updated `org.apache.derby:derby:10.15.2.0` to `10.16.1.1`
* Updated `org.junit.jupiter:junit-jupiter-engine:5.10.0` to `5.10.1`
* Updated `org.junit.jupiter:junit-jupiter-params:5.10.0` to `5.10.1`
* Updated `org.testcontainers:jdbc:1.19.1` to `1.19.2`
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.16.1.1</version>
<version>10.15.2.0</version>
<!-- Versions >= 10.16 require Java 17. -->
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 4575a24

Please sign in to comment.