Update jackson to 2.14.2 (java 8 baseline), gson to 2.10.1, fix pom project attribute in dist folder
Update slf4j-nop to 2.0.7
diff --git a/dist/pom.xml b/dist/pom.xml
index 94af1b7..f08bc0a 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -15,16 +15,15 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-
+
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-json-parent</artifactId>
<version>2.0.2-SNAPSHOT</version>
</parent>
- <groupId>org.apache.fulcrum</groupId>
<artifactId>fulcrum-json-dist</artifactId>
<packaging>pom</packaging>
diff --git a/gson/pom.xml b/gson/pom.xml
index 00e8d84..8fee258 100644
--- a/gson/pom.xml
+++ b/gson/pom.xml
@@ -100,12 +100,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
- <version>1.7.36</version>
+ <version>2.0.7</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
- <gson.version>2.9.1</gson.version>
+ <gson.version>2.10.1</gson.version>
</properties>
</project>
diff --git a/jackson/pom.xml b/jackson/pom.xml
index 817b632..d9f7302 100644
--- a/jackson/pom.xml
+++ b/jackson/pom.xml
@@ -91,7 +91,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
- <version>1.7.25</version>
+ <version>2.0.7</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
diff --git a/jackson2/pom.xml b/jackson2/pom.xml
index 2021080..a4f6574 100644
--- a/jackson2/pom.xml
+++ b/jackson2/pom.xml
@@ -129,15 +129,15 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
- <version>1.7.36</version>
+ <version>2.0.7</version>
<optional>true</optional>
<scope>test</scope>
</dependency>
</dependencies>
<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.13.4</jackson2.version>
+ 2.14 has java 8 baseline, with Jackson 2.8, Java 7 languages features will be allowed -->
+ <jackson2.version>2.14.2</jackson2.version>
</properties>
<profiles>
<profile>
@@ -150,7 +150,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
- <version>4.0.0</version>
+ <version>4.0.2</version>
</dependency>
</dependencies>
</profile>
diff --git a/pom.xml b/pom.xml
index 9d74f0a..d52b744 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
- <version>1.7.2</version>
+ <version>1.9.2</version>
<scope>test</scope>
</dependency>
</dependencies>