Skip to content

Commit 72886ec

Browse files
committed
Upgrading to bootique-modules-parent v4.0.0 and Java 21 as a minimal requirement
1 parent 69b108e commit 72886ec

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
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>io.bootique.modules.parent</groupId>
2525
<artifactId>bootique-modules-parent</artifactId>
26-
<version>3.0.26</version>
26+
<version>4.0.0</version>
2727
</parent>
2828

2929
<groupId>io.bootique.mybatis</groupId>

0 commit comments

Comments
 (0)