This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new 09036658 Bump Jetty to 9.4.56 #234
09036658 is described below

commit 09036658d44a8929f2db212e993f6c83131a90f5
Author: Paul King <[email protected]>
AuthorDate: Mon Dec 23 18:44:23 2024 +1000

    Bump Jetty to 9.4.56 #234
---
 gradle/libs.versions.toml                                               | 2 +-
 .../test-support/src/main/groovy/geb/test/CallbackHttpsServer.groovy    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 912787e0..d7e0bced 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -15,7 +15,7 @@
 
 [versions]
 groovy = "4.0.24"
-jetty = "9.4.50.v20221201"
+jetty = "9.4.56.v20240826"
 junit4 = "4.13.2"
 junit5 = "5.11.4"
 ratpack = "1.10.0-milestone-38"
diff --git 
a/internal/test-support/src/main/groovy/geb/test/CallbackHttpsServer.groovy 
b/internal/test-support/src/main/groovy/geb/test/CallbackHttpsServer.groovy
index 8ddef494..9b867bab 100644
--- a/internal/test-support/src/main/groovy/geb/test/CallbackHttpsServer.groovy
+++ b/internal/test-support/src/main/groovy/geb/test/CallbackHttpsServer.groovy
@@ -37,7 +37,7 @@ class CallbackHttpsServer extends CallbackHttpServer {
     }
 
     protected Connector createConnector(Server server, int port) {
-        def sslContextFactory = new SslContextFactory(
+        def sslContextFactory = new SslContextFactory.Server(
                 keyStorePassword: PASSWORD,
                 trustStorePassword: PASSWORD,
                 keyManagerPassword: PASSWORD,

Reply via email to