This repository was archived by the owner on May 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
src/main/java/io/github/minecraftchampions/dodoopenjava/event Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 4949 <plugin >
5050 <groupId >org.apache.maven.plugins</groupId >
5151 <artifactId >maven-compiler-plugin</artifactId >
52- <version >3.13 .0</version >
52+ <version >3.14 .0</version >
5353 <configuration >
5454 <source >${java.version} </source >
5555 <target >${java.version} </target >
116116 <dependency >
117117 <groupId >org.java-websocket</groupId >
118118 <artifactId >Java-WebSocket</artifactId >
119- <version >1.5.7 </version >
119+ <version >1.6.0 </version >
120120 <scope >compile</scope >
121121 </dependency >
122122 <dependency >
123123 <groupId >org.slf4j</groupId >
124124 <artifactId >slf4j-api</artifactId >
125125 <scope >provided</scope >
126- <version >2.0.16 </version >
126+ <version >2.0.17 </version >
127127 </dependency >
128128 <dependency >
129129 <groupId >org.slf4j</groupId >
130130 <artifactId >slf4j-simple</artifactId >
131- <version >2.0.16 </version >
131+ <version >2.0.17 </version >
132132 <scope >test</scope >
133133 </dependency >
134134 <dependency >
146146 <dependency >
147147 <groupId >org.projectlombok</groupId >
148148 <artifactId >lombok</artifactId >
149- <version >1.18.36 </version >
149+ <version >1.18.38 </version >
150150 <scope >provided</scope >
151151 </dependency >
152152 </dependencies >
Original file line number Diff line number Diff line change @@ -32,8 +32,6 @@ public boolean isConnect() {
3232
3333 public WebSocketClient mWebSocket ;
3434
35- public static final long PING_INTERVAL = 20 * 1000 ;
36-
3735
3836 public WebSocketEventTrigger (Bot bot ) {
3937 this .bot = bot ;
You can’t perform that action at this time.
0 commit comments