File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/org/htmlunit/websocket/client Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66 <groupId >org.htmlunit</groupId >
77 <artifactId >htmlunit-websocket-client</artifactId >
8- <version >4.5.0 </version >
8+ <version >4.6.0-SNAPSHOT </version >
99
1010 <name >HtmlUnit WebSocket Client</name >
1111 <organization >
156156 <plugin >
157157 <groupId >org.apache.maven.plugins</groupId >
158158 <artifactId >maven-javadoc-plugin</artifactId >
159- <version >3.10 .1</version >
159+ <version >3.11 .1</version >
160160 <configuration >
161161 <quiet >true</quiet >
162162 <!-- see https://stackoverflow.com/questions/69320220/maven-javadoc-listed-classes-twice -->
Original file line number Diff line number Diff line change 2121 */
2222public class Main {
2323 public static void main (String [] args ) {
24- System .out .println ("HtmlUnit WebSocket Client" );
25- }
24+ System .out .println ("HtmlUnit WebSocket Client" );
25+ }
2626}
You can’t perform that action at this time.
0 commit comments