Skip to content

Commit

Permalink
Security updates (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
edulix committed Sep 20, 2023
1 parent 3b2d0fa commit 525b3b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ libraryDependencies ++= Seq(
ws,
"com.typesafe.play" %% "play-slick" % "0.8.0",
"org.postgresql" % "postgresql" % "42.4.3",
"org.bouncycastle" % "bcprov-jdk15on" % "1.69",
"org.bouncycastle" % "bcprov-jdk15to18" % "1.76",
"com.googlecode.owasp-java-html-sanitizer" % "owasp-java-html-sanitizer" % "20211018.2",
"commons-validator" % "commons-validator" % "1.4.1",
"com.github.mumoshu" %% "play2-memcached-play23" % "0.7.0",
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.69</version>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.76</version>
</dependency>
<dependency>
<groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
Expand Down

0 comments on commit 525b3b5

Please sign in to comment.