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 8e36127 commit 14e5b84Copy full SHA for 14e5b84
.github/workflows/maven.yml
@@ -30,7 +30,8 @@ jobs:
30
runs-on: ubuntu-latest
31
strategy:
32
matrix:
33
- java: [ 11, 17, 21, 24 ]
+ # Spring Boot 3.4.5 cannot handle Java 24
34
+ java: [ 11, 17, 21 ]
35
name: Java ${{ matrix.java }} build
36
37
steps:
as2-partnership-mongodb/pom.xml
@@ -53,7 +53,7 @@
53
54
<!-- Include here to not bloat the global scope -->
55
<properties>
56
- <mongodb-client.version>5.4.0</mongodb-client.version>
+ <mongodb-client.version>5.5.0</mongodb-client.version>
57
<flapdoodle.version>4.20.0</flapdoodle.version>
58
</properties>
59
0 commit comments