Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.glassfish.jersey.core-j…
Browse files Browse the repository at this point in the history
…ersey-client-3.1.10
  • Loading branch information
edwardsph authored Jan 9, 2025
2 parents 068029f + 1c6bfe7 commit 6aab6dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nvd-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
repository: jeremylong/Open-Vulnerability-Project
path: ovp
ref: v7.0.2
ref: v7.1.0

- name: Set up JDK 17
uses: actions/setup-java@v4
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Build the OVP code with Gradle
working-directory: ./ovp
run: ./gradlew build -x test
run: ./gradlew build -x test -x spotlessJavaCheck

- uses: actions/checkout@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<jacoco-plugin.version>0.8.12</jacoco-plugin.version>
<license.plugin.version>4.6</license.plugin.version>
<node.version>20.11.0</node.version>
<owasp.plugin.version>11.1.0</owasp.plugin.version>
<owasp.plugin.version>11.1.1</owasp.plugin.version>
<pmd.plugin.version>3.26.0</pmd.plugin.version>
<properties.plugin.version>1.2.1</properties.plugin.version>
<quarkus.package.type>uber-jar</quarkus.package.type>
Expand All @@ -57,7 +57,7 @@
<package.buildTime>${maven.build.timestamp}</package.buildTime>

<!-- tooling -->
<checkstyle.tool.version>10.20.2</checkstyle.tool.version>
<checkstyle.tool.version>10.21.1</checkstyle.tool.version>
<sonar.organization>solid-contrib</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<nvd.api.key />
Expand Down

0 comments on commit 6aab6dd

Please sign in to comment.