Skip to content

Commit b08b8bc

Browse files
authored
Bump jackson-core from 2.18.3 to 2.18.6 (#1245)
## Description <!-- Provide a brief summary of the changes made and the issue they aim to address.--> Copying changes from #1240 to fix failing jobs. ## Testing <!-- Describe how the changes have been tested--> ## Additional Notes to the Reviewer <!-- Share any additional context or insights that may help the reviewer understand the changes better. This could include challenges faced, limitations, or compromises made during the development process. Also, mention any areas of the code that you would like the reviewer to focus on specifically. --> Signed-off-by: Sreekanth Vadigi <sreekanth.vadigi@databricks.com>
1 parent 5dc1e5a commit b08b8bc

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

NEXT_CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
- Added connection property `OAuthWebServerTimeout` to configure the OAuth browser authentication timeout for U2M (user-to-machine) flows, and also updated hardcoded 1-hour timeout to default 120 seconds timeout.
77

88
### Updated
9+
- Bumped `com.fasterxml.jackson.core:jackson-core` from 2.18.3 to 2.18.6.
910
- Fat jar now routes SDK and Apache HTTP client logs through Java Util Logging (JUL), removing the need for external logging libraries.
1011
- PECOBLR-1121 Arrow patch to circumvent Arrow issues with JDK 16+.
1112

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<async-httpclient.version>5.3.1</async-httpclient.version>
7474
<thrift.version>0.19.0</thrift.version>
7575
<slf4j.version>2.0.13</slf4j.version>
76-
<jackson.version>2.18.3</jackson.version>
76+
<jackson.version>2.18.6</jackson.version>
7777
<gson.version>2.13.2</gson.version>
7878
<google.guava.version>33.0.0-jre</google.guava.version>
7979
<google.findbugs.annotations.version>3.0.1</google.findbugs.annotations.version>

0 commit comments

Comments
 (0)