From 413dc4156f8e22e195d5fab9fb382c0915603d96 Mon Sep 17 00:00:00 2001 From: Ben Middleton Date: Mon, 30 Oct 2023 11:59:47 +0000 Subject: [PATCH] CRQ-35912 : Updated vulnerabilities --- .../unmarshaller/atom/ODataAtomParser.java | 8 +- pom.xml | 88 ++++++++++--------- 2 files changed, 51 insertions(+), 45 deletions(-) diff --git a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java index 659880fd..3718c084 100644 --- a/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java +++ b/odata_renderer/src/main/java/com/sdl/odata/unmarshaller/atom/ODataAtomParser.java @@ -1,12 +1,12 @@ /** * Copyright (c) 2014 All Rights Reserved by the SDL Group. - *

+ * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. diff --git a/pom.xml b/pom.xml index 868e9d4d..95a66024 100644 --- a/pom.xml +++ b/pom.xml @@ -91,10 +91,10 @@ 2.5.31 1.0 4.2.0 - 30.1.1-jre + 32.1.2-jre 4.5.13 - 2.10.5 - 0.8.5 + 2.14.2 + 0.8.10 4.13.1 1.2.11 2.24.0 @@ -102,10 +102,10 @@ 1.1.1 3.0.8 3.1.0 - 1.7.30 - 5.1.15.RELEASE - 2.1.14.RELEASE - 9.0.62 + 1.7.36 + 5.1.20.RELEASE + 2.1.18.RELEASE + 9.0.82 1.3.4 2.12.2 0.8.0 @@ -429,27 +429,27 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.8 + 1.6.13 org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 org.apache.maven.plugins maven-source-plugin - 3.2.0 + 3.3.0 org.apache.maven.plugins maven-javadoc-plugin - 3.3.0 + 3.6.0 org.apache.maven.plugins maven-release-plugin - 3.0.0-M4 + 3.0.1 true release @@ -458,12 +458,12 @@ org.codehaus.mojo flatten-maven-plugin - 1.2.2 + 1.5.0 org.codehaus.mojo versions-maven-plugin - 2.7 + 2.16.1 com.sdl:* @@ -473,12 +473,12 @@ net.alchim31.maven scala-maven-plugin - 4.3.1 + 4.8.1 org.apache.maven.plugins maven-antrun-plugin - 3.0.0 + 3.1.0 org.apache.ant @@ -490,17 +490,17 @@ org.apache.maven.plugins maven-compiler-plugin - 3.8.1 + 3.11.0 org.apache.maven.plugins maven-deploy-plugin - 3.0.0-M1 + 3.1.1 org.apache.maven.plugins maven-jar-plugin - 3.2.0 + 3.3.0 false @@ -522,12 +522,12 @@ org.apache.maven.plugins maven-war-plugin - 3.2.3 + 3.4.0 org.scalatest scalatest-maven-plugin - 2.0.0 + 2.2.0 ${project.build.directory}/surefire-reports . @@ -545,7 +545,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.1 + 3.3.0 com.puppycrawl.tools @@ -562,27 +562,17 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M4 + 3.1.2 com.mycila license-maven-plugin - 3.0 - - - ${project.inceptionYear} - ${currentYearDynamic} - -

${license.header.file}
- - src/license/** - - + 4.3 org.codehaus.mojo build-helper-maven-plugin - 3.1.0 + 3.4.0 @@ -714,11 +704,27 @@ process-sources - - **/*.java - **/*.scala - **/pom.xml - + + ${project.inceptionYear} + ${currentYearDynamic} + + + +
${license.header.file}
+ + src/license/** + + + **/*.java + **/*.scala + **/pom.xml + +
+
+ + JAVADOC_STYLE + JAVADOC_STYLE +
process-sources @@ -786,7 +792,7 @@ true ossrh - https://oss.sonatype.org/ + https://s01.oss.sonatype.org/ true