From 94bf1122f491db6d94141494712417ea201db638 Mon Sep 17 00:00:00 2001 From: mkr Date: Fri, 8 Nov 2024 09:51:28 +0100 Subject: [PATCH] Fixing #163 by bumping pac4j * For context see https://github.com/pac4j/play-pac4j/issues/705 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a876519..f983f6d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import com.typesafe.sbt.GitBranchPrompt name := "search-management-ui" -version := "4.3.0" +version := "4.3.1" maintainer := "Contact productful.io " scalaVersion := "2.13.14" @@ -40,7 +40,7 @@ resolvers ++= Seq( ) lazy val JacksonVersion = "2.15.2" -lazy val Pac4jVersion = "6.0.4" +lazy val Pac4jVersion = "6.1.0" lazy val JacksonCoreExclusion = ExclusionRule(organization = "com.fasterxml.jackson.core")