This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/turbine-core.git
The following commit(s) were added to refs/heads/trunk by this push:
new 4bf6b37a Update minor versions of deps commons-poo2 to 2.12.0,
jaxb-runtime to 4.0.4, slf4j-api to 2.0.11, update changes.xml
4bf6b37a is described below
commit 4bf6b37a0bbb4a8967866b2d3bf95260861a0b12
Author: Georg Kallidis <[email protected]>
AuthorDate: Fri Jan 19 12:28:30 2024 +0100
Update minor versions of deps commons-poo2 to 2.12.0, jaxb-runtime to
4.0.4, slf4j-api to 2.0.11, update changes.xml
Update commons deps email to 1.6.0, lang3 to 3.14.0, text to 1.11.0, yauaa
to 7.24.0, mysql to 8.3.0 (profile only)
---
pom.xml | 16 ++++++++--------
src/changes/changes.xml | 6 +++++-
2 files changed, 13 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index 22c22091..f6ef0d78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -884,17 +884,17 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-email</artifactId>
- <version>1.5</version>
+ <version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.12.0</version>
+ <version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
- <version>1.10.0</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
@@ -911,7 +911,7 @@
<groupId>nl.basjes.parse.useragent</groupId>
<artifactId>yauaa</artifactId>
<!-- java 11 required for v6.1+ -->
- <version>7.22.0</version>
+ <version>7.24.0</version>
</dependency>
<dependency>
<groupId>org.apache.fulcrum</groupId>
@@ -943,7 +943,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
- <version>2.11.1</version>
+ <version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.fulcrum</groupId>
@@ -1071,7 +1071,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>2.0.7</version>
+ <version>2.0.11</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
@@ -1110,7 +1110,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
- <version>4.0.3</version>
+ <version>4.0.4</version>
</dependency>
<!-- testcontainer minimal shared resources -->
<dependency>
@@ -1266,7 +1266,7 @@
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
- <version>8.1.0</version>
+ <version>8.3.0</version>
</dependency>
</dependencies>
</profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cddcf8fd..4a626835 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,7 +34,11 @@
New service DateTimeFormatterService and tool DateTimeFormatterTool,
which allow date time formatting with locale and zone configuration.
</action>
<action type="update" dev="gk">
- Minor version update to Torque 5.1, Jackson to 2.14.0-rc2,
docker-testcontainers to 1.17.5.
+ Dependency version update yauaa to 7.24.0, commons-pool2 2.12.0,
slf4j-api 2.0.11, jaxb-runtime 4.0.4, fulcrum.security 3.0.0, fulcrum.intake
3.0.0, fulcrum.parser 3.0.0, fulcrum.yaafi 2.0.0,
+ commons email to 1.6.0, commons lang3 to 3.14.0, commons text to
1.11.0
+ </action>
+ <action type="update" dev="gk">
+ Minor version update to Torque 5.1, Jackson to 2.16.1 (yaml profile),
docker-testcontainers to 1.18.3 (docker profile), commons-configuration2 to
2.8.0, commons-text 1.10.0
</action>
<action type="update" dev="gk">
Fix java.lang.NoSuchFieldError: DEFAULT_TIME_BETWEEN_EVICTION_RUNS.
This field changed from being an long to a Duration in commons-pool2 v 2.10.0
and commons-dbcp2 v2.9.0.