File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments