Skip to content

Commit

Permalink
(v2.2.x) Bump maven to 3.9.6 for v2.2.x (#684)
Browse files Browse the repository at this point in the history
* Bump Maven to v3.9.6
* Remove Mave 3.8.5 (8/2023) from CI
* Support Java 21
* Bump Lombok 1.18.24 to 1.18.30 to support Java 21
  • Loading branch information
abelsromero authored Dec 27, 2023
1 parent 2a55501 commit c087759
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
- 8
- 11
- 17
- 21
# Support 1-year-old version + latest minor
maven:
- 3.8.5
- 3.8.8
- 3.9.2
- 3.9.6
runs-on: ${{ matrix.os }}
steps:
- uses: s4u/[email protected]
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Build / Infrastructure::
* Bump Maven build plugins (#623)
* Bump GH 'checkout' and 'setup-java' to v3 (#624)
* Bump Doxia to v1.12.0 and maven-site-plugin in IT to 3.12.1 (#625)
* Support Java 21 (#684)

Documentation::

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.30</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit c087759

Please sign in to comment.