Skip to content

Commit

Permalink
Fix #1224 Jetty 9.x security upgrades + http4k, ktor upgrades (#1225)
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Oct 30, 2023
1 parent 629dca8 commit 33900b0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bolt-http4k/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<http4k.version>5.8.2.0</http4k.version>
<http4k.version>5.9.0.0</http4k.version>
</properties>

<artifactId>bolt-http4k</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bolt-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<properties>
<jetty.version>9.4.51.v20230217</jetty.version>
<jetty.version>9.4.53.v20231009</jetty.version>
</properties>

<artifactId>bolt-jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bolt-ktor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.code.style>official</kotlin.code.style>
<ktor.version>2.3.4</ktor.version>
<ktor.version>2.3.5</ktor.version>
</properties>

<pluginRepositories>
Expand Down
2 changes: 1 addition & 1 deletion bolt-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

<artifactId>bolt-servlet</artifactId>
Expand Down

0 comments on commit 33900b0

Please sign in to comment.