This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
commit cabaed9a0e570908b872773cda34f503e19779e0 Author: Gary Gregory <[email protected]> AuthorDate: Fri Nov 21 13:43:29 2025 +0000 Add comment for H2 version --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 9b56b6d8..821416f5 100644 --- a/pom.xml +++ b/pom.xml @@ -129,6 +129,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> + <!-- Versions >= 2.3.232 requires Java 11 --> <version>2.2.224</version> <scope>test</scope> </dependency>
