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
The following commit(s) were added to refs/heads/master by this push: new 7f3223d2 Add comment 7f3223d2 is described below commit 7f3223d2faf5e064377531ec8247d8c2aa396314 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Sep 3 08:02:31 2023 -0400 Add comment --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index d9309b76..f1714881 100644 --- a/pom.xml +++ b/pom.xml @@ -288,6 +288,7 @@ <dependency> <groupId>org.jboss.logging</groupId> <artifactId>jboss-logging</artifactId> + <!-- Versions >= 3.5.0 require Java 11 --> <version>3.4.3.Final</version> <scope>test</scope> </dependency>