Skip to content

Commit 14e5b84

Browse files
committed
No Java 24 for SpringBoot
1 parent 8e36127 commit 14e5b84

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030
runs-on: ubuntu-latest
3131
strategy:
3232
matrix:
33-
java: [ 11, 17, 21, 24 ]
33+
# Spring Boot 3.4.5 cannot handle Java 24
34+
java: [ 11, 17, 21 ]
3435
name: Java ${{ matrix.java }} build
3536

3637
steps:

as2-partnership-mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<!-- Include here to not bloat the global scope -->
5555
<properties>
56-
<mongodb-client.version>5.4.0</mongodb-client.version>
56+
<mongodb-client.version>5.5.0</mongodb-client.version>
5757
<flapdoodle.version>4.20.0</flapdoodle.version>
5858
</properties>
5959

0 commit comments

Comments
 (0)