Skip to content

Commit 2f2cd5e

Browse files
committed
Upgrading to bootique-modules-parent v4.0.0 and Java 21 as a minimal requirement
1 parent 2d6398e commit 2f2cd5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: JDK ${{ matrix.java }}
1111
strategy:
1212
matrix:
13-
java: [ 11, 17, 21 ]
13+
java: [ 21, 24 ]
1414

1515
steps:
1616
- name: Checkout...
@@ -43,7 +43,7 @@ jobs:
4343
# skip this for the release versions
4444
if: contains(env.POM_VERSION, '-SNAPSHOT')
4545
with:
46-
java-version: 11
46+
java-version: 21
4747
distribution: 'temurin'
4848
cache: 'maven'
4949

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.bootique.modules.parent</groupId>
2727
<artifactId>bootique-modules-parent</artifactId>
28-
<version>3.0.26</version>
28+
<version>4.0.0</version>
2929
</parent>
3030

3131
<groupId>io.bootique.mongo</groupId>

0 commit comments

Comments
 (0)