diff --git a/app-runner-lib/pom.xml b/app-runner-lib/pom.xml index 1361065..17d7d7b 100644 --- a/app-runner-lib/pom.xml +++ b/app-runner-lib/pom.xml @@ -23,12 +23,12 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.9 ch.qos.logback logback-classic - 1.4.5 + 1.3.11 test @@ -40,7 +40,7 @@ io.muserver mu-server - 0.73.5 + 0.74.3 io.muserver @@ -72,13 +72,6 @@ jetty-client ${jetty.version} - - io.netty - netty-tcnative-boringssl-static - 2.0.59.Final - linux-x86_64 - runtime - org.apache.commons @@ -153,7 +146,7 @@ org.apache.maven maven-model - 3.8.6 + 3.9.0 org.apache.maven.shared diff --git a/app-runner/pom.xml b/app-runner/pom.xml index 9d8f0b3..c731bfe 100644 --- a/app-runner/pom.xml +++ b/app-runner/pom.xml @@ -16,7 +16,7 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.9 com.danielflower.apprunner @@ -26,7 +26,14 @@ ch.qos.logback logback-classic - 1.4.5 + 1.3.11 + runtime + + + io.netty + netty-tcnative-boringssl-static + 2.0.62.Final + linux-x86_64 runtime diff --git a/sample-apps/maven/pom.xml b/sample-apps/maven/pom.xml index dc4c902..7d40c76 100644 --- a/sample-apps/maven/pom.xml +++ b/sample-apps/maven/pom.xml @@ -16,19 +16,19 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.9 ch.qos.logback logback-classic - 1.2.11 + 1.3.11 runtime io.muserver mu-server - 0.72.19 + 0.74.3