diff --git a/core/trino-main/src/main/java/io/trino/server/ServerMainModule.java b/core/trino-main/src/main/java/io/trino/server/ServerMainModule.java
index 32ba910f978f..267159e80fd8 100644
--- a/core/trino-main/src/main/java/io/trino/server/ServerMainModule.java
+++ b/core/trino-main/src/main/java/io/trino/server/ServerMainModule.java
@@ -202,7 +202,7 @@ protected void setup(Binder binder)
configBinder(binder).bindConfigDefaults(HttpServerConfig.class, httpServerConfig -> {
httpServerConfig.setHttp2MaxConcurrentStreams(32 * 1024); // from the default 16K
- httpServerConfig.setCompressionEnabled(false); // https://github.com/jetty/jetty.project/issues/13679
+ httpServerConfig.setCompressionEnabled(true);
});
binder.bind(PreparedStatementEncoder.class).in(Scopes.SINGLETON);
diff --git a/pom.xml b/pom.xml
index 7ce62ff6855d..0b40bf58c196 100644
--- a/pom.xml
+++ b/pom.xml
@@ -198,6 +198,7 @@
4.5.6
5.3.6
1.10.0
+ 12.1.3
5.18.1
0.13.0
1.20.0
@@ -2426,6 +2427,14 @@
+
+
+
+ apache-releases
+ https://pub-b1b15852e27443e99b4b0194bbfb454a.r2.dev/12.1.3-rc
+
+
+