Skip to content

Commit 33900b0

Browse files
authored
Fix #1224 Jetty 9.x security upgrades + http4k, ktor upgrades (#1225)
1 parent 629dca8 commit 33900b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bolt-http4k/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<properties>
13-
<http4k.version>5.8.2.0</http4k.version>
13+
<http4k.version>5.9.0.0</http4k.version>
1414
</properties>
1515

1616
<artifactId>bolt-http4k</artifactId>

bolt-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<properties>
13-
<jetty.version>9.4.51.v20230217</jetty.version>
13+
<jetty.version>9.4.53.v20231009</jetty.version>
1414
</properties>
1515

1616
<artifactId>bolt-jetty</artifactId>

bolt-ktor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
<kotlin.code.style>official</kotlin.code.style>
18-
<ktor.version>2.3.4</ktor.version>
18+
<ktor.version>2.3.5</ktor.version>
1919
</properties>
2020

2121
<pluginRepositories>

bolt-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<properties>
1313
<!-- TODO: Upgrade to 11.x in the next major version - v2 -->
14-
<jetty.version>9.4.24.v20191120</jetty.version>
14+
<jetty.version>9.4.53.v20231009</jetty.version>
1515
</properties>
1616

1717
<artifactId>bolt-servlet</artifactId>

0 commit comments

Comments
 (0)