Skip to content

Commit 2101617

Browse files
MID-3071: jackson-databind to 2.14.0 due to UT errors (#45)
* App2App additional service implementation (#39) * App2App additional service -rest and cli initial implementation * App2App additional service -soap implementation * App2App additional service SignatureRequest model enhancements, refactoring and code quality checks * Potential fix for pull request finding 'Missing catch of NumberFormatException' Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> * App2App (AS) cont'd with loop on app2app service until expire of transaction * Version bump up to 1.6.0 * Revert "MID-2742: Update connect2id to 19.8 version" This reverts commit 9685e54b Signed-off-by: thomas4v <thomas4v@gmail.com> * MID-2936: keep services at model package level * MID-2936: correct for license formatting * MID-3071: restrore function of isHostnameVerification flag * MID-3071: jackson-databind to 2.14.0 due to tests errors --------- Signed-off-by: thomas4v <thomas4v@gmail.com> Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent e33b74d commit 2101617

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>com.fasterxml.jackson.core</groupId>
6363
<artifactId>jackson-databind</artifactId>
64-
<version>2.22.0</version>
64+
<version>2.14.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)