Skip to content

Commit 260a4da

Browse files
authored
Merge pull request #922 from hazendaz/charset
github updates and library updates
2 parents 27cbce8 + 192e8f2 commit 260a4da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
cache: [maven]
1111
distribution: [temurin]
12-
java: [17, 21, 22, 23-ea]
12+
java: [17, 21, 23, 24-ea]
1313
os: [ubuntu-latest, macos-latest, windows-latest]
1414
fail-fast: false
1515
max-parallel: 4

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@
227227
<compilerPluginVersion>3.13.0</compilerPluginVersion>
228228
<findsecbugsVersion>1.13.0</findsecbugsVersion>
229229
<jxrPluginVersion>3.5.0</jxrPluginVersion>
230-
<mavenSurefireVersion>3.5.0</mavenSurefireVersion>
230+
<mavenSurefireVersion>3.5.2</mavenSurefireVersion>
231231
<servletApiVersion>6.0.0</servletApiVersion>
232-
<sb-contribVersion>7.6.4</sb-contribVersion>
232+
<sb-contribVersion>7.6.6</sb-contribVersion>
233233

234234
<jgit.version>7.0.0.202409031743-r</jgit.version>
235235

0 commit comments

Comments
 (0)