-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 3.6.1 with Dependency Updates (#289)
* Dependency updates for version 3.6.3 * Updated dependencies to latest * Additional update to javassist dependency * Updated CHANGELOG.md for javassist update
- Loading branch information
1 parent
dd3158c
commit 3edf7b5
Showing
5 changed files
with
53 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,7 +51,7 @@ ENV REFRESHED_AT=2024-06-24 | |
|
||
LABEL Name="senzing/senzing-poc-server" \ | ||
Maintainer="[email protected]" \ | ||
Version="3.6.2" | ||
Version="3.6.3" | ||
|
||
HEALTHCHECK CMD ["/app/healthcheck.sh"] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule senzing-api-server
updated
4 files
+15 −0 | CHANGELOG.md | |
+1 −1 | Dockerfile | |
+33 −33 | pom.xml | |
+1 −3 | src/test/java/com/senzing/nativeapi/replay/ReplayNativeApiProvider.java |