We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6398e commit 2f2cd5eCopy full SHA for 2f2cd5e
.github/workflows/maven.yml
@@ -10,7 +10,7 @@ jobs:
10
name: JDK ${{ matrix.java }}
11
strategy:
12
matrix:
13
- java: [ 11, 17, 21 ]
+ java: [ 21, 24 ]
14
15
steps:
16
- name: Checkout...
@@ -43,7 +43,7 @@ jobs:
43
# skip this for the release versions
44
if: contains(env.POM_VERSION, '-SNAPSHOT')
45
with:
46
- java-version: 11
+ java-version: 21
47
distribution: 'temurin'
48
cache: 'maven'
49
pom.xml
@@ -25,7 +25,7 @@
25
<parent>
26
<groupId>io.bootique.modules.parent</groupId>
27
<artifactId>bootique-modules-parent</artifactId>
28
- <version>3.0.26</version>
+ <version>4.0.0</version>
29
</parent>
30
31
<groupId>io.bootique.mongo</groupId>
0 commit comments