Update of Lombok

Fixed headers being passed to Websocket. Huge thanks to @isaackogan - https://github.com/isaackogan
This commit is contained in:
kohlerpop1
2024-05-23 18:32:55 -04:00
parent 5c715bfd52
commit 5abfd95c89
2 changed files with 3 additions and 4 deletions

View File

@@ -77,7 +77,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<version>1.18.32</version>
<scope>provided</scope>
</dependency>
<dependency>
@@ -106,4 +106,4 @@
</dependency>
</dependencies>
</project>
</project>