Skip to content

Commit

Permalink
1.0.2 - Montoya (#15)
Browse files Browse the repository at this point in the history
* Migration to the Montoya API

* Fix preferences bug

* Add label to help reference public Interactsh servers
  • Loading branch information
wdahlenburg authored Aug 5, 2023
1 parent 0cd2b62 commit dd92e55
Show file tree
Hide file tree
Showing 6 changed files with 418 additions and 408 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@

<groupId>interactsh</groupId>
<artifactId>collaborator</artifactId>
<version>1.0.1-dev</version>
<version>1.0.2-dev</version>
<packaging>jar</packaging>

<dependencies>
<!-- Burp API -->
<dependency>
<groupId>net.portswigger.burp.extender</groupId>
<artifactId>burp-extender-api</artifactId>
<version>2.2</version>
<scope>provided</scope>
<groupId>net.portswigger.burp.extensions</groupId>
<artifactId>montoya-api</artifactId>
<version>LATEST</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down Expand Up @@ -63,7 +62,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project>
Loading

0 comments on commit dd92e55

Please sign in to comment.