Skip to content

Commit aababab

Browse files
Update pom.xml
1 parent 37fabe2 commit aababab

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.mycompany</groupId>
55
<artifactId>Burp_Python_Gateway</artifactId>
6-
<version>1.0-SNAPSHOT</version>
6+
<version>1.0</version>
77
<packaging>jar</packaging>
88
<build>
99
<sourceDirectory>src</sourceDirectory>
1010
<plugins>
1111
<plugin>
1212
<artifactId>maven-compiler-plugin</artifactId>
13-
<version>3.8.1</version>
13+
<version>3.10.0</version>
1414
<configuration>
1515
<source>1.8</source>
1616
<target>1.8</target>
1717
</configuration>
1818
</plugin>
1919
<plugin>
2020
<artifactId>maven-assembly-plugin</artifactId>
21-
<version>3.1.1</version>
21+
<version>3.3.0</version>
2222
<configuration>
2323
<descriptorRefs>
2424
<descriptorRef>jar-with-dependencies</descriptorRef>
@@ -41,12 +41,12 @@
4141
<dependency>
4242
<groupId>net.portswigger.burp.extender</groupId>
4343
<artifactId>burp-extender-api</artifactId>
44-
<version>1.7.22</version>
44+
<version>2.3</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>net.sf.py4j</groupId>
4848
<artifactId>py4j</artifactId>
49-
<version>0.10.9</version>
49+
<version>0.10.9.3</version>
5050
</dependency>
5151
</dependencies>
5252
</project>

0 commit comments

Comments
 (0)