Skip to content

Commit

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

* Bump com.fasterxml.jackson.core:jackson-databind from 2.15.3 to 2.16.0

Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.3 to 2.16.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] <[email protected]>

* Coped with new behaviour

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan McNally <[email protected]>
  • Loading branch information
dependabot[bot] and therealryan authored Nov 20, 2023
1 parent 86c96d1 commit e4ab576
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ void peerFail() {
UncheckedIOException uioe = assertThrows( UncheckedIOException.class,
() -> ws.peer( badBytes ) );
assertEquals( "Failed to parse '{]' ([123, 93])", uioe.getMessage() );
assertEquals( "Unexpected close marker ']': expected '}' "
+ "(for Object starting at [Source: (byte[])\"{]\"; line: 1, column: 1])\n"
+ " at [Source: (byte[])\"{]\"; line: 1, column: 3]",
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]",
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.15.3</version>
<version>2.16.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e4ab576

Please sign in to comment.