This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git
The following commit(s) were added to refs/heads/master by this push:
new 610dae2e [VELTOOLS-204] Upgrade plugins and components
610dae2e is described below
commit 610dae2e17e047a53dbf3544990ce973722f2159
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Feb 10 19:39:27 2024 +0100
[VELTOOLS-204] Upgrade plugins and components
---
pom.xml | 5 +++--
velocity-tools-examples/velocity-tools-examples-showcase/pom.xml | 4 ++--
velocity-tools-generic/pom.xml | 2 +-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 52d4fd35..1cd12ec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,7 +44,8 @@
<inceptionYear>2002</inceptionYear>
<properties>
- <slf4j.version>1.7.30</slf4j.version>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ <slf4j.version>1.7.36</slf4j.version>
</properties>
<modules>
@@ -132,7 +133,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.10</version>
+ <version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
diff --git a/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
b/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
index 174eac42..8b49a353 100644
--- a/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
+++ b/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
@@ -85,8 +85,8 @@
</plugin>
<plugin>
<groupId>org.codehaus.cargo</groupId>
- <artifactId>cargo-maven2-plugin</artifactId>
- <version>1.7.10</version>
+ <artifactId>cargo-maven3-plugin</artifactId>
+ <version>1.10.12</version>
<configuration>
<container>
<containerId>jetty9x</containerId>
diff --git a/velocity-tools-generic/pom.xml b/velocity-tools-generic/pom.xml
index 97a2c56b..4a1f32cf 100644
--- a/velocity-tools-generic/pom.xml
+++ b/velocity-tools-generic/pom.xml
@@ -58,7 +58,7 @@
<dependency>
<groupId>com.github.cliftonlabs</groupId>
<artifactId>json-simple</artifactId>
- <version>3.0.2</version>
+ <version>4.0.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>