Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use jdk 11 with site and update IT plugin / dependency usage #434

Merged
merged 5 commits into from May 20, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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