Skip to content

Commit

Permalink
fix: pom.xml to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Mar 18, 2024
1 parent 1ac64e0 commit 7118fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.1.0.RELEASE</version>
<version>5.8.11</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>4.1.0.RELEASE</version>
<version>5.7.12</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down

1 comment on commit 7118fa7

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 7118fa7 Mar 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

ReferenceError: iftttclone is not defined
    at file:///src/src/main/webapp/WEB-INF/js/controllers/FavoriteRecipeController.js:1:1

Please sign in to comment.