Skip to content

Commit

Permalink
Merge pull request #841 from spotbugs/release/4.8.6.2
Browse files Browse the repository at this point in the history
Release/4.8.6.2
  • Loading branch information
hazendaz authored Jul 6, 2024
2 parents 8d0ff3c + e27b91f commit e8bc3be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: [11, 17, 21, 22, 23-ea]
java: [17, 21, 22, 23-ea]
os: [ubuntu-latest, macos-latest, windows-latest]
fail-fast: false
max-parallel: 4
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<projectVersion>${project.version}</projectVersion>

<!-- Reproducible Builds: override timestamp value from parent -->
<project.build.outputTimestamp>1719491133</project.build.outputTimestamp>
<project.build.outputTimestamp>1720223482</project.build.outputTimestamp>

<!-- Override spotbugs to this version from base-parent -->
<spotbugs.version>4.8.6</spotbugs.version>
Expand Down

0 comments on commit e8bc3be

Please sign in to comment.