Skip to content

Commit

Permalink
Updated dependencies for version 3.6.2 release (#277)
Browse files Browse the repository at this point in the history
* Update dependencies for version 3.6.2 release

* Updated data-mart-replicator to fix erroneous version number
  • Loading branch information
barrycaceres authored Aug 2, 2024
1 parent d7c3108 commit dd3158c
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 34 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
[markdownlint](https://dlaa.me/markdownlint/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.6.2] - 2024-08-02

### Changed in 3.6.2

- Updated dependencies:
- Updated `senzing-api-server` from version `3.5.12` to `3.5.14`
- Updated `senzing-listener` from version `0.5.9` to `1.0.0`
- Updated `data-mart-replicator` from version `1.1.3` to `1.1.4`
- Updated `jersey-xxxx` dependencies from version `2.43` to `2.44`
- Updated `jackson-xxxx` dependencies from version `2.17.1` to `2.17.2`
- Updated Amazon `sqs` from version `2.26.4` to `2.26.27`
- Updated `kafka-clients` dependencies from version `3.7.0` to `3.8.0`
- Updated `junit-jupiter` from version `5.10.2` to `5.10.3`
- Updated `maven-surefire-plugin` from version `3.3.0` to `3.3.1`

## [3.6.1] - 2024-06-25

### Changed in 3.6.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ENV REFRESHED_AT=2024-06-24

LABEL Name="senzing/senzing-poc-server" \
Maintainer="[email protected]" \
Version="3.6.1"
Version="3.6.2"

HEALTHCHECK CMD ["/app/healthcheck.sh"]

Expand Down
2 changes: 1 addition & 1 deletion data-mart-replicator
Submodule data-mart-replicator updated 2 files
+14 −0 CHANGELOG.md
+10 −10 pom.xml
62 changes: 31 additions & 31 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.senzing</groupId>
<artifactId>senzing-poc-server</artifactId>
<packaging>jar</packaging>
<version>3.6.0</version>
<version>3.6.2</version>
<name>senzing-poc-server</name>
<url>http://maven.apache.org</url>
<dependencies>
Expand All @@ -16,17 +16,17 @@
<dependency>
<groupId>com.senzing</groupId>
<artifactId>senzing-api-server</artifactId>
<version>[3.5.12, 3.999.999]</version>
<version>[3.5.14, 3.999.999]</version>
</dependency>
<dependency>
<groupId>com.senzing</groupId>
<artifactId>senzing-listener</artifactId>
<version>0.5.9</version>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>com.senzing</groupId>
<artifactId>data-mart-replicator</artifactId>
<version>1.1.3</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
Expand All @@ -36,78 +36,78 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.55.v20240627</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.55.v20240627</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlets -->
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.55.v20240627</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-rewrite</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.55.v20240627</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-proxy</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.55.v20240627</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.55.v20240627</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-common</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.55.v20240627</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-servlet</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.55.v20240627</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>javax-websocket-server-impl</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.55.v20240627</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-api</artifactId>
<version>9.4.54.v20240208</version>
<version>9.4.55.v20240627</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-server</artifactId>
<version>2.43</version>
<version>2.44</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
<version>2.43</version>
<version>2.44</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-sse</artifactId>
<version>2.43</version>
<version>2.44</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet-core</artifactId>
<version>2.43</version>
<version>2.44</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-jetty-http</artifactId>
<version>2.43</version>
<version>2.44</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jetty</groupId>
Expand All @@ -118,42 +118,42 @@
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>2.43</version>
<version>2.44</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-multipart</artifactId>
<version>2.43</version>
<version>2.44</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.inject</groupId>
<artifactId>jersey-hk2</artifactId>
<version>2.43</version>
<version>2.44</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-jaxb-annotations</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.2</version>
<version>5.10.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -184,7 +184,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sqs</artifactId>
<version>2.26.4</version>
<version>2.26.27</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand All @@ -194,12 +194,12 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-joda</artifactId>
<version>2.17.1</version>
<version>2.17.2</version>
</dependency>

<!-- add dependencies that were present in JDK 8, but optional in JDK 11 -->
Expand Down Expand Up @@ -310,7 +310,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<jvm>${project.build.directory}/java-wrapper/bin/java-wrapper.bat</jvm>
<systemPropertyVariables>
Expand Down
2 changes: 1 addition & 1 deletion senzing-api-server
Submodule senzing-api-server updated 4 files
+2 −77 .gitignore
+20 −0 CHANGELOG.md
+9 −5 Dockerfile
+29 −29 pom.xml

0 comments on commit dd3158c

Please sign in to comment.