From b296f7dc4e2a5fd9dbe95c3227dd006f022b2362 Mon Sep 17 00:00:00 2001 From: Eduardo Robles Date: Wed, 21 Feb 2024 06:17:02 +0100 Subject: [PATCH] Security dependencies update (#191) (#192) Parent issue: sequentech/meta#567 Dependabot tickets: - https://github.com/sequentech/ballot-box/security/dependabot/7 --- build.sbt | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ddff4f42..551f2bef 100644 --- a/build.sbt +++ b/build.sbt @@ -44,7 +44,7 @@ libraryDependencies ++= Seq( cache, ws, "com.typesafe.play" %% "play-slick" % "0.8.0", - "org.postgresql" % "postgresql" % "42.4.3", + "org.postgresql" % "postgresql" % "42.7.2", "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", diff --git a/pom.xml b/pom.xml index c55e3c01..dad8b6b3 100644 --- a/pom.xml +++ b/pom.xml @@ -63,7 +63,7 @@ org.postgresql postgresql - 42.4.3 + 42.7.2 org.bouncycastle