This is an automated email from the ASF dual-hosted git repository.
cbrisson pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-engine.git
The following commit(s) were added to refs/heads/master by this push:
new 3da622a8 Upgrade some plugins and dependencies
3da622a8 is described below
commit 3da622a8874b147e6efa6902f4c05a973455d66d
Author: Claude Brisson <[email protected]>
AuthorDate: Sun Sep 1 11:31:22 2024 +0200
Upgrade some plugins and dependencies
---
pom.xml | 2 +-
velocity-engine-core/pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index fe575bfc..4fed6901 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>3.5.1</version>
+ <version>5.1.9</version>
<executions>
<execution>
<id>bundle-manifest</id>
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index a089a1f8..72733e09 100644
--- a/velocity-engine-core/pom.xml
+++ b/velocity-engine-core/pom.xml
@@ -49,7 +49,7 @@
-->
<test.jdbc.driver.groupId>org.hsqldb</test.jdbc.driver.groupId>
<test.jdbc.driver.artifactId>hsqldb</test.jdbc.driver.artifactId>
- <test.jdbc.driver.version>2.7.2</test.jdbc.driver.version>
+ <test.jdbc.driver.version>2.7.3</test.jdbc.driver.version>
<test.jdbc.driver.classifier>jdk8</test.jdbc.driver.classifier>
<test.jdbc.driver.className>org.hsqldb.jdbcDriver</test.jdbc.driver.className>
<test.jdbc.uri>jdbc:hsqldb:.</test.jdbc.uri>
@@ -233,7 +233,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.14.0</version>
+ <version>3.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>