Skip to content

Commit

Permalink
#207 Fix cves
Browse files Browse the repository at this point in the history
  • Loading branch information
sklein94 committed Mar 28, 2023
1 parent 8693af3 commit 7e3f622
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.6</version>
<version>2.6.14</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -199,6 +199,17 @@
<version>5.2.1</version>
</dependency>

<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.55</version>
</dependency>

<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.4.21</version>
</dependency>


</dependencies>
Expand Down Expand Up @@ -401,5 +412,6 @@
<java.version>11</java.version>
<jaxb.version>2.3.0</jaxb.version>
<tomcat.version>9.0.69</tomcat.version>
<groovy.version>2.5.14</groovy.version>
</properties>
</project>

0 comments on commit 7e3f622

Please sign in to comment.