Skip to content

Commit

Permalink
Correct CI job name, update spotbugs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Mar 26, 2024
1 parent 5ee3005 commit 8525300
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-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
build-weld-junit:
name: "Weld-JUnit build, JDK ${{matrix.java.name}}"
name: "Weld Testing build, JDK ${{matrix.java.name}}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<version.jpa-api>3.1.0</version.jpa-api>
<version.log4j>2.17.2</version.log4j>
<!-- SpotBugs properties -->
<version.spotbugs>4.6.0</version.spotbugs>
<version.spotbugs.plugin>4.6.0.0</version.spotbugs.plugin>
<version.spotbugs>4.8.3</version.spotbugs>
<version.spotbugs.plugin>4.8.3.1</version.spotbugs.plugin>
<spotbugs.failOnError>false</spotbugs.failOnError>
<spotbugs.threshold>Low</spotbugs.threshold>
</properties>
Expand Down

0 comments on commit 8525300

Please sign in to comment.