3
0
Fork 0

CHG: Socket.IO Client version, MUST REMAIN ON 1.0.1

This commit is contained in:
Thomas van Weert 2023-02-16 21:05:06 +01:00
parent 5c4146e634
commit 7e81fdcb4b
2 changed files with 4 additions and 3 deletions

View file

@ -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>

View file

@ -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>