From 1cde5aa28610e2c663c011ee2964a4b1e1317088 Mon Sep 17 00:00:00 2001 From: "http4s-steward[bot]" <106843772+http4s-steward[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 08:15:26 +0000 Subject: [PATCH] Update armeria to 1.31.3 in series/1.x --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index eedde06..d4e3a9c 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ ThisBuild / resolvers += Resolver.mavenLocal ThisBuild / Test / javaOptions += "-Dcom.linecorp.armeria.verboseResponses=true -Dcom.linecorp.armeria.verboseExceptions=always" val versions = new { - val armeria = "1.31.2" + val armeria = "1.31.3" val fs2 = "3.11.0" val http4s = "1.0.0-M44" val log4cats = "2.7.0"