Skip to content

Commit 5c6bca2

Browse files
chore: bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.21.1 (#2403)
* chore: bump com.fasterxml.jackson:jackson-bom from 2.20.1 to 2.21.1 Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.20.1 to 2.21.1. - [Commits](FasterXML/jackson-bom@jackson-bom-2.20.1...jackson-bom-2.21.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-version: 2.21.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Pin GraalVM version in CI to 21.0.8 (temporary fix). * Add comment why graalvm version was pinned. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Philipp Page <github@philipp.page> Co-authored-by: Philipp Page <pagejep@amazon.com>
1 parent e35c5ac commit 5c6bca2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/check-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ jobs:
107107
- name: Setup GraalVM
108108
uses: graalvm/setup-graalvm@f744c72a42b1995d7b0cbc314bde4bace7ac1fe1 # v1.5.0
109109
with:
110-
java-version: "21"
110+
# Pinned to 21.0.8 due to unsafeAllocated enforcement in 21.0.10+. See #2416
111+
java-version: "21.0.8"
111112
distribution: "graalvm"
112113
cache: maven
113114
- id: graalvm-native-test

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
<maven.deploy.plugin.version>3.1.2</maven.deploy.plugin.version>
8585
<log4j.version>2.25.3</log4j.version>
8686
<slf4j.version>2.0.17</slf4j.version>
87-
<jackson.version>2.20.1</jackson.version>
87+
<jackson.version>2.21.1</jackson.version>
8888
<aws.sdk.version>2.41.10</aws.sdk.version>
8989
<aws.xray.recorder.version>2.20.0</aws.xray.recorder.version>
9090
<payloadoffloading-common.version>2.2.0</payloadoffloading-common.version>

0 commit comments

Comments
 (0)