Skip to content

Commit

Permalink
bump commons to 1.18.0, oval to 1.90
Browse files Browse the repository at this point in the history
Oval 1.90 introduced a fix to the @Email validator.
  • Loading branch information
cwbriones committed Jan 16, 2019
1 parent ea816de commit f24a3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ object ApplicationBuild extends Build {
guice,
"cglib" % "cglib" % "3.2.1",
"com.arpnetworking.build" % "build-resources" % "1.2.7",
"com.arpnetworking.commons" % "commons" % "1.17.0",
"com.arpnetworking.commons" % "commons" % "1.18.0",
"com.arpnetworking.commons" % "javassist-maven-core" % "0.2.1",
"com.arpnetworking.logback" % "logback-steno" % "1.18.0",
"com.arpnetworking.metrics" % "metrics-client" % "0.10.0",
Expand Down Expand Up @@ -93,7 +93,7 @@ object ApplicationBuild extends Build {
"com.typesafe.akka" %% "akka-persistence-cassandra" % "0.58",
"com.typesafe.akka" %% "akka-slf4j" % akkaVersion,
"com.typesafe.akka" %% "akka-testkit" % akkaVersion % Test,
"net.sf.oval" % "oval" % "1.82",
"net.sf.oval" % "oval" % "1.90",
"org.elasticsearch" % "elasticsearch" % "1.7.2",
"org.flywaydb" %% "flyway-play" % "4.0.0",
"org.java-websocket" % "Java-WebSocket" % "1.3.0",
Expand Down

0 comments on commit f24a3be

Please sign in to comment.