Skip to content

Commit

Permalink
Update Joda dependency to 2.12.7 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 29, 2024
1 parent 72d2f4a commit 262529d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
- "README.md"
- "release-notes/*"
env:
JODA_DEFAULT: '2.10.14'
JODA_DEFAULT: '2.12.7'
JODA_MIN: '2.9'
JODA_MAX: '2.12.7'
jobs:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Assert.assertEquals(INPUT_JSON, json);

## Compatibility

Module works with Joda version 2.9 and higher (CI tests compatibility since module version 2.14)
Module works with Joda version 2.9 and higher (CI tests compatibility since module version 2.14), even if it declares dependency to a newer version.
This means that it is possible to use with older version by using Maven dependency override.

## More

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
Jackson 2.9: Joda 2.7
Jackson 2.10: Joda 2.9[.9]
Jackson 2.12: Joda 2.10[.8]
Jackson 2.18: Joda 2.12[.7]
-->
<version.joda>2.10.14</version.joda>
<version.joda>2.12.7</version.joda>

<!-- Configuration properties for the OSGi maven-bundle-plugin -->
<osgi.export>${project.groupId}.joda.*</osgi.export>
Expand Down
2 changes: 1 addition & 1 deletion release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Project: jackson-datatype-joda

2.18.0 (not yet released)

No changes since 2.17
- Joda dependency to 2.12.7

2.17.0 (12-Mar-2024)

Expand Down

0 comments on commit 262529d

Please sign in to comment.