Skip to content

Commit

Permalink
Fixing #163 by bumping pac4j
Browse files Browse the repository at this point in the history
* For context see pac4j/play-pac4j#705
  • Loading branch information
mkr committed Nov 8, 2024
1 parent f41117a commit 94bf112
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -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 <hello@productful.io>"

scalaVersion := "2.13.14"
Expand Down Expand Up @@ -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")

Expand Down

0 comments on commit 94bf112

Please sign in to comment.