This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git
The following commit(s) were added to refs/heads/master by this push:
new 019456e0 Add comment
019456e0 is described below
commit 019456e09af622978bb5349168c5512dc4daac70
Author: Gary Gregory <[email protected]>
AuthorDate: Fri May 22 08:39:20 2026 -0400
Add comment
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index f362f813..6d814251 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
+ <!-- 2.3.230 requires Java 11 -->
<version>2.2.224</version>
<scope>test</scope>
</dependency>