Skip to content

Commit 2b687d1

Browse files
fix(java): pre-release versions installed for jackson dependencies (#4983)
The version range excluded 2.19.0 so the latest version `2.19.0-rc2` is used. This version has bugs. --- By submitting this pull request, I confirm that my contribution is made under the terms of the [Apache 2.0 license]. [Apache 2.0 license]: https://www.apache.org/licenses/LICENSE-2.0
1 parent 1180139 commit 2b687d1

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,6 @@ jobs:
211211
node: '20'
212212
python: '3.9'
213213
# Test alternate Nodes
214-
- title: 'Node 18'
215-
java: '8'
216-
dotnet: '6.0.x'
217-
go: '1.23'
218-
node: '18' # EOS 2025-11-30
219-
os: ubuntu-latest
220-
python: '3.9'
221214
- title: 'Node 20'
222215
java: '8'
223216
dotnet: '6.0.x'

packages/@jsii/java-runtime/pom.xml.t.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ process.stdout.write(`<?xml version="1.0" encoding="UTF-8"?>
6060
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6161
<!-- Versions of the dependencies -->
6262
<hamcrest.version>[1.3,1.4-a0)</hamcrest.version>
63-
<jackson.version>[2.11.3,2.19.0)</jackson.version>
63+
<jackson.version>[2.11.3,2.99999.0]</jackson.version>
6464
<javax-annotations.version>[1.3.2,1.4.0)</javax-annotations.version>
6565
<jetbrains-annotations.version>[13.0.0,24.0-a0)</jetbrains-annotations.version>
6666
<junit.version>[5.8.0,5.10-a0)</junit.version>

0 commit comments

Comments
 (0)