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.
2 parents 27cbce8 + 192e8f2 commit 260a4daCopy full SHA for 260a4da
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
matrix:
10
cache: [maven]
11
distribution: [temurin]
12
- java: [17, 21, 22, 23-ea]
+ java: [17, 21, 23, 24-ea]
13
os: [ubuntu-latest, macos-latest, windows-latest]
14
fail-fast: false
15
max-parallel: 4
pom.xml
@@ -227,9 +227,9 @@
227
<compilerPluginVersion>3.13.0</compilerPluginVersion>
228
<findsecbugsVersion>1.13.0</findsecbugsVersion>
229
<jxrPluginVersion>3.5.0</jxrPluginVersion>
230
- <mavenSurefireVersion>3.5.0</mavenSurefireVersion>
+ <mavenSurefireVersion>3.5.2</mavenSurefireVersion>
231
<servletApiVersion>6.0.0</servletApiVersion>
232
- <sb-contribVersion>7.6.4</sb-contribVersion>
+ <sb-contribVersion>7.6.6</sb-contribVersion>
233
234
<jgit.version>7.0.0.202409031743-r</jgit.version>
235
0 commit comments