diff options
Diffstat (limited to 'aai-parent')
-rw-r--r-- | aai-parent/pom.xml | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 932907b7..ff2b4232 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -61,8 +61,8 @@ limitations under the License. <eelf.core.version>2.0.0-oss</eelf.core.version> <freemarker.version>2.3.31</freemarker.version> <google.guava.version>33.3.1-jre</google.guava.version> - <gremlin.version>3.7.1</gremlin.version> - <janusgraph.version>1.0.0</janusgraph.version> + <gremlin.version>3.7.3</gremlin.version> + <janusgraph.version>1.0.1</janusgraph.version> <gson.version>2.9.1</gson.version> <hamcrest.junit.version>2.0.0.0</hamcrest.junit.version> <hamcrest.core.version>2.2</hamcrest.core.version> @@ -86,7 +86,7 @@ limitations under the License. Please don't upgrade to 2.3.0 or above for nexus iq or security scans as it could potentially break our code --> - <spring.boot.version>2.6.15</spring.boot.version> + <spring.boot.version>2.7.18</spring.boot.version> <json.path.version>2.2.0</json.path.version> <json.version>20190722</json.version> <junit.version>4.12</junit.version> @@ -97,8 +97,6 @@ limitations under the License. <log4j.version>2.17.1</log4j.version> <mockito.all.version>3.4.0</mockito.all.version> <mockito.core.version>3.4.0</mockito.core.version> - <netty.handler.version>4.1.63.Final</netty.handler.version> - <netty.version>4.1.63.Final</netty.version> <opencsv.version>3.1</opencsv.version> <plexus.utils.version>3.1.1</plexus.utils.version> <reflections.version>0.9.10</reflections.version> @@ -485,19 +483,6 @@ limitations under the License. <artifactId>swagger-jersey-jaxrs</artifactId> <version>${io.swagger.version}</version> </dependency> - - <dependency> - <groupId>io.netty</groupId> - <artifactId>netty-handler</artifactId> - <version>${netty.handler.version}</version> - </dependency> - - <dependency> - <groupId>io.netty</groupId> - <artifactId>netty-all</artifactId> - <version>${netty.version}</version> - </dependency> - <dependency> <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> |