Skip to content

Commit

Permalink
fix: dependancies security
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolife999 committed Nov 20, 2023
1 parent f1ab411 commit c30424b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions arc-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@
<groupId>org.keycloak</groupId>
<artifactId>keycloak-spring-security-adapter</artifactId>
</dependency>
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-tomcat8-adapter</artifactId>
</dependency>


<dependency>
<groupId>commons-fileupload</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<project.java.version>11</project.java.version>
<project.maven.compiler.version>3.11.0</project.maven.compiler.version>

<project.org.json>20230227</project.org.json>
<project.org.json>20231013</project.org.json>

<env.arcVersion>${project.version}</env.arcVersion>
<env.arcVersionDate>unspecified</env.arcVersionDate>
Expand Down Expand Up @@ -300,7 +300,7 @@
<dependency>
<groupId>io.zonky.test</groupId>
<artifactId>embedded-postgres</artifactId>
<version>2.0.3</version>
<version>2.0.4</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit c30424b

Please sign in to comment.