This is an automated email from the ASF dual-hosted git repository.
gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-json.git
The following commit(s) were added to refs/heads/master by this push:
new 782d6d6 update jackson2 to 2.12.5 (was patch level 3)
782d6d6 is described below
commit 782d6d67e6182481b744127e049dee552e9365dd
Author: Georg Kallidis <[email protected]>
AuthorDate: Tue Dec 7 11:30:18 2021 +0100
update jackson2 to 2.12.5 (was patch level 3)
---
jackson2/pom.xml | 2 +-
src/site/site.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jackson2/pom.xml b/jackson2/pom.xml
index 849c83e..8529259 100644
--- a/jackson2/pom.xml
+++ b/jackson2/pom.xml
@@ -137,7 +137,7 @@
<properties>
<!-- 2.7.x hase Java 7 baseline, but is compiled with Java 6 support,
cft. https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.7.
With Jackson 2.8, Java 7 languages features will be allowed -->
- <jackson2.version>2.12.3</jackson2.version>
+ <jackson2.version>2.12.5</jackson2.version>
</properties>
<profiles>
<profile>
diff --git a/src/site/site.xml b/src/site/site.xml
index 3dd32c3..a972bcc 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -19,7 +19,7 @@
-->
<project name="Fulcrum JSON Component Service">
- <skin>
+ <skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.9</version>