Skip to content

Commit

Permalink
Set fixed versions for ow2 asm dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Codutti <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Jan 19, 2023
1 parent 156bfa9 commit 7701797
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<mockito.version>1.10.19</mockito.version>
<netty.version>4.1.87.Final</netty.version>
<netty3.version>3.10.6.Final</netty3.version>
<ow2-asm.version>9.4</ow2-asm.version>
<opencsv.version>3.7</opencsv.version>
<owasp-encoder.version>1.2.3</owasp-encoder.version>
<paho.version>1.2.1</paho.version>
Expand Down Expand Up @@ -1432,6 +1433,28 @@
</exclusion>
</exclusions>
</dependency>

<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>${ow2-asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-analysis</artifactId>
<version>${ow2-asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-commons</artifactId>
<version>${ow2-asm.version}</version>
</dependency>
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm-tree</artifactId>
<version>${ow2-asm.version}</version>
</dependency>

<dependency>
<groupId>org.owasp.encoder</groupId>
<artifactId>encoder</artifactId>
Expand Down

0 comments on commit 7701797

Please sign in to comment.