Skip to content

Commit a0f3ede

Browse files
committed
Updates the ASD plugin to use the newest release version of the ham engine and updates the plugin version number.
1 parent f4e9da5 commit a0f3ede

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

burp/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,17 @@
3636
<dependency>
3737
<groupId>com.github.secdec.astam-correlator</groupId>
3838
<artifactId>threadfix-cli-lib</artifactId>
39-
<version>1.2.13-SNAPSHOT</version>
39+
<version>1.2.12</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>com.github.secdec.astam-correlator</groupId>
4343
<artifactId>threadfix-entities</artifactId>
44-
<version>1.2.13-SNAPSHOT</version>
44+
<version>1.2.12</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>com.github.secdec.astam-correlator</groupId>
4848
<artifactId>threadfix-ham</artifactId>
49-
<version>1.2.13-SNAPSHOT</version>
49+
<version>1.2.13</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.owasp</groupId>
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<artifactId>maven-assembly-plugin</artifactId>
8585
<configuration>
86-
<finalName>attacksurfacedetector-release-1.10</finalName>
86+
<finalName>attacksurfacedetector-release-1.11</finalName>
8787
</configuration>
8888
<executions>
8989
<execution>

0 commit comments

Comments
 (0)