[java-parent-project] branch maint-11 updated: Update hsqldb (test dependency) to 2.7.1
Ian Young
ian at iay.org.uk
Tue Dec 20 10:53:20 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch maint-11
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=0385aedf84deab37cce625b2972625e5e2383a14
The following commit(s) were added to refs/heads/maint-11 by this push:
new 0385aed Update hsqldb (test dependency) to 2.7.1
0385aed is described below
commit 0385aedf84deab37cce625b2972625e5e2383a14
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 20 10:52:42 2022 +0000
Update hsqldb (test dependency) to 2.7.1
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 09abd36..112d408 100644
--- a/pom.xml
+++ b/pom.xml
@@ -673,7 +673,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
- <version>2.6.1</version>
+ <version>2.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list