Skip to content

Commit

Permalink
Merge pull request #434 from hazendaz/spotbugs
Browse files Browse the repository at this point in the history
Use jdk 11 with site and update IT plugin / dependency usage
  • Loading branch information
hazendaz committed May 20, 2022
2 parents bc6bad2 + 02a5e75 commit 8e86861
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/site.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v3
with:
java-version: 17
java-version: 11
distribution: 'zulu'
- uses: webfactory/ssh-agent@master
with:
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -156,7 +156,7 @@
<pluginPluginVersion>3.6.4</pluginPluginVersion>
<scmPluginVersion>1.12.2</scmPluginVersion>
<sitePluginVersion>3.12.0</sitePluginVersion>
<sitePlugin36Version>3.6</sitePlugin36Version> <!-- For MFINDBUGS-145 (breaks on newer jdks, revisit this on spotbugs 4.5.x and simply drop the old support) -->
<sitePlugin36Version>3.6</sitePlugin36Version> <!-- For MFINDBUGS-145 (breaks on newer jdks, revisit this on spotbugs 4.8.x and simply drop the old support) -->
<versionsPluginVersion>2.10.0</versionsPluginVersion>

<spotbugsTestDebug>false</spotbugsTestDebug>
Expand All @@ -172,9 +172,9 @@
<skipSurefireReport>true</skipSurefireReport>

<!-- Used by Integration tests -->
<compilerPluginVersion>3.9.0</compilerPluginVersion>
<findsecbugsVersion>1.10.1</findsecbugsVersion>
<jxrPluginVersion>3.0.0</jxrPluginVersion>
<compilerPluginVersion>3.10.1</compilerPluginVersion>
<findsecbugsVersion>1.12.0</findsecbugsVersion>
<jxrPluginVersion>3.2.0</jxrPluginVersion>
<mavenSurefireVersion>3.0.0-M6</mavenSurefireVersion>
<jakartaeeApiVersion>8.0.0</jakartaeeApiVersion>
<servletApiVersion>4.0.4</servletApiVersion>
Expand Down

0 comments on commit 8e86861

Please sign in to comment.