File tree Expand file tree Collapse file tree
src/main/java/dev/webview/webview_java/uiserver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >co.casterlabs.commons</groupId >
2424 <artifactId >platform</artifactId >
25- <version >1.7.0 </version >
25+ <version >1.7.1 </version >
2626 <scope >compile</scope >
2727 </dependency >
2828 <dependency >
2929 <groupId >co.casterlabs.commons</groupId >
3030 <artifactId >io</artifactId >
31- <version >1.7.0 </version >
31+ <version >1.7.1 </version >
3232 <scope >compile</scope >
3333 </dependency >
3434
Original file line number Diff line number Diff line change 2929 <dependency >
3030 <groupId >co.casterlabs</groupId >
3131 <artifactId >Rakurai-Http-Server</artifactId >
32- <version >2.0.3 </version >
32+ <version >2.1.7 </version >
3333 <scope >compile</scope >
3434 </dependency >
3535 </dependencies >
Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ public UIServer() {
7171 this .localAddress = String .format ("http://%s:%d" , hostname , this .port );
7272
7373 this .server = new HttpServerBuilder ()
74- .setHostname (hostname )
75- .setPort (this .port )
74+ .withHostname (hostname )
75+ .withPort (this .port )
7676 .build (new HttpListener () {
7777 @ Override
7878 public @ Nullable HttpResponse serveHttpSession (@ NonNull HttpSession session ) {
You can’t perform that action at this time.
0 commit comments