Skip to content

Commit

Permalink
Prepare for 0.11.0 release (#228)
Browse files Browse the repository at this point in the history
When bumping a minor version up, we can bump minor versions up of our dependencies - in this case, we can finally use the newest possible Jackson
  • Loading branch information
pivovarit authored Mar 2, 2025
1 parent a0a885b commit d722db4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
java: [ 8, 11, 17, 21, 23 ]
fasterxmlVersion: [ 2.8.11, 2.9.10, 2.10.4, 2.11.3, 2.12.3, 2.13.4, 2.14.1, 2.15.4, 2.16.2, 2.17.2, 2.18.0 ]
fasterxmlVersion: [ 2.18.3 ]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
junitJupiterVersion=5.11.2
vavrVersion=0.10.5
fasterxmlVersion=2.7.2
vavrVersion=0.10.6
fasterxmlVersion=2.18.3
javapoetVersion=1.9.0
jaxbVersion=2.3.0

0 comments on commit d722db4

Please sign in to comment.