Skip to content

Commit

Permalink
Merge pull request #922 from hazendaz/charset
Browse files Browse the repository at this point in the history
github updates and library updates
  • Loading branch information
hazendaz authored Nov 9, 2024
2 parents 27cbce8 + 192e8f2 commit 260a4da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
cache: [maven]
distribution: [temurin]
java: [17, 21, 22, 23-ea]
java: [17, 21, 23, 24-ea]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
max-parallel: 4
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@
<compilerPluginVersion>3.13.0</compilerPluginVersion>
<findsecbugsVersion>1.13.0</findsecbugsVersion>
<jxrPluginVersion>3.5.0</jxrPluginVersion>
<mavenSurefireVersion>3.5.0</mavenSurefireVersion>
<mavenSurefireVersion>3.5.2</mavenSurefireVersion>
<servletApiVersion>6.0.0</servletApiVersion>
<sb-contribVersion>7.6.4</sb-contribVersion>
<sb-contribVersion>7.6.6</sb-contribVersion>

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

Expand Down

0 comments on commit 260a4da

Please sign in to comment.