Skip to content

Commit

Permalink
Merge pull request #165 from querqy/saml_fix
Browse files Browse the repository at this point in the history
Fixing #163 by bumping pac4j
  • Loading branch information
pbartusch authored Nov 20, 2024
2 parents f41117a + 94bf112 commit 0afbf10
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 0afbf10

Please sign in to comment.