Skip to content

Commit

Permalink
Fix vulnerability (#2534)
Browse files Browse the repository at this point in the history
  • Loading branch information
DordeDimitrijev authored Jun 14, 2024
1 parent ab58d2a commit 625a6cd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/commands/test/lib/templates/appium/android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<artifactId>spring-expression</artifactId>
<version>5.3.27</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.27</version>
</dependency>
</dependencies>

<profiles>
Expand Down
5 changes: 5 additions & 0 deletions src/commands/test/lib/templates/appium/ios/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
<artifactId>spring-expression</artifactId>
<version>5.3.27</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.27</version>
</dependency>
</dependencies>

<profiles>
Expand Down

0 comments on commit 625a6cd

Please sign in to comment.