Skip to content

Commit

Permalink
Updates to fix jackson-databind security vulnerability and minor fixe…
Browse files Browse the repository at this point in the history
…s to version numbers
  • Loading branch information
barrycaceres committed Apr 1, 2022
1 parent c501f10 commit acc2ba1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<groupId>com.senzing</groupId>
<artifactId>senzing-poc-server</artifactId>
<packaging>jar</packaging>
<version>3.0.0-b01</version>
<version>3.0.0-b02</version>
<name>senzing-poc-server</name>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>com.senzing</groupId>
<artifactId>senzing-api-server</artifactId>
<version>[3.0.0-b01, 4.0.0-SNAPSHOT)</version>
<version>[3.0.0-b02, 3.999.999]</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
Expand All @@ -21,78 +21,78 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.42.v20210604</version>
<version>9.4.45.v20220203</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.4.42.v20210604</version>
<version>9.4.45.v20220203</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlets -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>9.4.42.v20210604</version>
<version>9.4.45.v20220203</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-rewrite</artifactId>
<version>9.4.42.v20210604</version>
<version>9.4.45.v20220203</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-proxy</artifactId>
<version>9.4.42.v20210604</version>
<version>9.4.45.v20220203</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId>
<version>9.4.42.v20210604</version>
<version>9.4.45.v20220203</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-common</artifactId>
<version>9.4.42.v20210604</version>
<version>9.4.45.v20220203</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-servlet</artifactId>
<version>9.4.42.v20210604</version>
<version>9.4.45.v20220203</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>javax-websocket-server-impl</artifactId>
<version>9.4.42.v20210604</version>
<version>9.4.45.v20220203</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-api</artifactId>
<version>9.4.42.v20210604</version>
<version>9.4.45.v20220203</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>2.33</version>
<version>2.35</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>2.33</version>
<version>2.35</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-sse</artifactId>
<version>2.33</version>
<version>2.35</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>2.33</version>
<version>2.35</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-jetty-http</artifactId>
<version>2.33</version>
<version>2.35</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
Expand All @@ -103,7 +103,7 @@
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>2.33</version>
<version>2.35</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
Expand All @@ -113,27 +113,27 @@
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>2.33</version>
<version>2.35</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.11.0</version>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.11.0</version>
<version>2.13.2.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.11.0</version>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.10.2</version>
<version>2.13.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down Expand Up @@ -184,7 +184,7 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>2.11.0</version>
<version>2.13.2</version>
</dependency>

<!-- add dependencies that were present in JDK 8, but optional in JDK 11 -->
Expand Down
2 changes: 1 addition & 1 deletion senzing-api-server
2 changes: 1 addition & 1 deletion senzing-poc-rest-api.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
openapi: 3.0.1
info:
title: Senzing POC REST API
version: "1.0.1"
version: "3.0.0"git st
description: >-
This is the Senzing POC REST API. This API is <b>NOT</b> maintained for
backwards compatibility. This API extends the
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/senzing/poc/BuildInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class BuildInfo {
/**
* The POC REST API specification version implemented by the API Server.
*/
public static final String POC_REST_API_VERSION = "1.0.0";
public static final String POC_REST_API_VERSION = "3.0.0";

static {
String resource = "/com/senzing/poc/build-info.properties";
Expand Down

0 comments on commit acc2ba1

Please sign in to comment.