Skip to content

Commit 961cb15

Browse files
committed
Merge branch '2.x' into 3.x
2 parents 31249ad + af0968b commit 961cb15

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: ./mvnw -B -q -ff -ntp test
5353
- name: Publish code coverage
5454
if: ${{ github.event_name != 'pull_request' && matrix.java_version == '17' }}
55-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
55+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5656
with:
5757
token: ${{ secrets.CODECOV_TOKEN }}
5858
files: ./target/site/jacoco/jacoco.xml

release-notes/VERSION-2.x

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ Modules:
1616
#68: Add unit tests to verify goodness of SPI metadata for Modules
1717
- Generate SBOMs [JSTEP-14]
1818

19+
2.19.2 (18-Jul-2025)
20+
2.19.1 (13-Jun-2025)
21+
22+
No changes since 2.19.0
23+
1924
2.19.0 (24-Apr-2025)
2025

2126
#48: Add new "javax.money" (JSR-354) and "moneta" (JSR-354 ref impl) modules

0 commit comments

Comments
 (0)