diff --git a/build.gradle b/build.gradle index 5f45e99..687e2f5 100644 --- a/build.gradle +++ b/build.gradle @@ -38,9 +38,9 @@ dependencies { library "org.apache.maven.resolver:maven-resolver-connector-basic:1.7.3" library "org.apache.maven.resolver:maven-resolver-transport-http:1.7.3" library "org.apache.maven:maven-resolver-provider:3.8.5" - library "org.eclipse.jetty:jetty-server:11.0.8" - library "org.eclipse.jetty:jetty-servlet:11.0.8" - library "org.eclipse.jetty:jetty-proxy:11.0.8" + library "org.eclipse.jetty:jetty-server:11.0.9" + library "org.eclipse.jetty:jetty-servlet:11.0.9" + library "org.eclipse.jetty:jetty-proxy:11.0.9" library "com.google.code.gson:gson:2.9.0" compileOnly "io.papermc.paper:paper-api:1.18.2-R0.1-SNAPSHOT" implementation "org.bstats:bstats-base:3.0.0" @@ -48,7 +48,7 @@ dependencies { } group = "dev.plex" -version = "0.10-SNAPSHOT" +version = "0.10" description = "Plex" shadowJar {