Skip to content

Commit 0afbf10

Browse files
authored
Merge pull request #165 from querqy/saml_fix
Fixing #163 by bumping pac4j
2 parents f41117a + 94bf112 commit 0afbf10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.typesafe.sbt.GitBranchPrompt
22

33
name := "search-management-ui"
4-
version := "4.3.0"
4+
version := "4.3.1"
55
maintainer := "Contact productful.io <hello@productful.io>"
66

77
scalaVersion := "2.13.14"
@@ -40,7 +40,7 @@ resolvers ++= Seq(
4040
)
4141

4242
lazy val JacksonVersion = "2.15.2"
43-
lazy val Pac4jVersion = "6.0.4"
43+
lazy val Pac4jVersion = "6.1.0"
4444

4545
lazy val JacksonCoreExclusion = ExclusionRule(organization = "com.fasterxml.jackson.core")
4646

0 commit comments

Comments
 (0)