Skip to content

Commit

Permalink
Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0 (
Browse files Browse the repository at this point in the history
#761)

* Bump com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.2 to 2.17.0.
- [Commits](https://github.com/FasterXML/jackson/commits)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Corrected column

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNally <ryan.mcnally@mastercard.com>
  • Loading branch information
dependabot[bot] and therealryan authored Mar 18, 2024
1 parent 9545439 commit f6a362e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ void peerFail() {
assertEquals( "Failed to parse '{]' ([123, 93])", uioe.getMessage() );
assertEquals( ""
+ "Unexpected close marker ']': expected '}' (for Object starting at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 1])\n"
+ " at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 3]",
+ " at [Source: REDACTED (`StreamReadFeature.INCLUDE_SOURCE_IN_LOCATION` disabled); line: 1, column: 2]",
uioe.getCause().getMessage() );
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<!-- JSON support -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.2</version>
<version>2.17.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f6a362e

Please sign in to comment.