File tree 2 files changed +6
-6
lines changed
jetty-server/src/main/scala/org/http4s/jetty/server
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
import org .typelevel .sbt .gha
2
2
3
- ThisBuild / tlBaseVersion := " 0.24 " // your current series x.y
3
+ ThisBuild / tlBaseVersion := " 0.25 " // your current series x.y
4
4
5
5
ThisBuild / licenses := Seq (License .Apache2 )
6
6
ThisBuild / developers := List (
@@ -27,9 +27,9 @@ lazy val root = project
27
27
.enablePlugins(NoPublishPlugin )
28
28
.aggregate(jettyServer, jettyClient)
29
29
30
- val jettyVersion = " 10 .0.13"
30
+ val jettyVersion = " 11 .0.13"
31
31
val http4sVersion = " 0.23.17"
32
- val http4sServletVersion = " 0.24 .0-M2"
32
+ val http4sServletVersion = " 0.25 .0-M2"
33
33
val munitCatsEffectVersion = " 1.0.7"
34
34
val slf4jVersion = " 1.7.25"
35
35
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ import cats.effect._
22
22
import cats .effect .kernel .Async
23
23
import cats .effect .std .Dispatcher
24
24
import cats .syntax .all ._
25
+ import jakarta .servlet .DispatcherType
26
+ import jakarta .servlet .http .HttpFilter
27
+ import jakarta .servlet .http .HttpServlet
25
28
import org .eclipse .jetty .http2 .server .HTTP2CServerConnectionFactory
26
29
import org .eclipse .jetty .server .HttpConfiguration
27
30
import org .eclipse .jetty .server .HttpConnectionFactory
@@ -51,9 +54,6 @@ import java.net.InetSocketAddress
51
54
import java .util
52
55
import javax .net .ssl .SSLContext
53
56
import javax .net .ssl .SSLParameters
54
- import javax .servlet .DispatcherType
55
- import javax .servlet .http .HttpFilter
56
- import javax .servlet .http .HttpServlet
57
57
import scala .annotation .nowarn
58
58
import scala .collection .immutable
59
59
import scala .concurrent .duration ._
You can’t perform that action at this time.
0 commit comments