Skip to content

Commit

Permalink
Merge branch 'feat/favouriteOpening' of github.com:bcgov/nr-silva int…
Browse files Browse the repository at this point in the history
…o feat/favouriteOpening

updating
  • Loading branch information
jazzgrewal committed Oct 22, 2024
2 parents 7ac33f0 + 846422d commit 548a703
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- uses: actions/checkout@v4

- name: Run Trivy vulnerability scanner in repo mode
uses: aquasecurity/trivy-action@0.27.0
uses: aquasecurity/trivy-action@0.28.0
with:
format: "sarif"
output: "trivy-results.sarif"
Expand Down
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<oci.revision>${project.version}</oci.revision>
<snakeyaml.version>2.2</snakeyaml.version>
<hibernate.version>6.5.3.Final</hibernate.version>
<hibernate.version>6.6.1.Final</hibernate.version>
<testcontainers.version>1.20.2</testcontainers.version>
<flyway.version>10.13.0</flyway.version>
</properties>
Expand Down Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>3.9.1</version>
<version>3.9.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 548a703

Please sign in to comment.