CHG: Socket.IO Client version, MUST REMAIN ON 1.0.1
This commit is contained in:
parent
5c4146e634
commit
7e81fdcb4b
2 changed files with 4 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>nl.iobyte</groupId>
|
||||
<artifactId>themeparkconnector</artifactId>
|
||||
<version>3.1.1</version>
|
||||
<version>3.1.3</version>
|
||||
<build>
|
||||
<defaultGoal>clean package</defaultGoal>
|
||||
<resources>
|
||||
|
|
5
pom.xml
5
pom.xml
|
@ -37,11 +37,12 @@
|
|||
<version>1.14.4-R0.1-SNAPSHOT</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!--suppress VulnerableLibrariesLocal -->
|
||||
<dependency>
|
||||
<groupId>io.socket</groupId>
|
||||
<artifactId>socket.io-client</artifactId>
|
||||
<!--suppress MavenPackageUpdate -->
|
||||
<version>1.0.2</version>
|
||||
<!-- Must remain 1.0.1 else it gets fucked up -->
|
||||
<version>1.0.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>nl.iobyte</groupId>
|
||||
|
|
Reference in a new issue