~jan0sch/smederee

Showing details for patch 4f4ce4fb6545498d719c4c6198c01e0d4c34bd5e.
2023-12-15 (Fri), 1:22 PM - Jens Grassel - 4f4ce4fb6545498d719c4c6198c01e0d4c34bd5e

Update postgresql to 42.7.1

Summary of changes
1 files modified with 1 lines added and 1 lines removed
  • build.sbt with 1 added and 1 removed lines
diff -rN -u old-smederee/build.sbt new-smederee/build.sbt
--- old-smederee/build.sbt	2025-01-13 07:41:52.177161952 +0000
+++ new-smederee/build.sbt	2025-01-13 07:41:52.177161952 +0000
@@ -435,7 +435,7 @@
             val munit           = "1.0.0-M10"
             val munitCatsEffect = "2.0.0-M4"
             val osLib           = "0.9.2"
-            val postgresql      = "42.7.0"
+            val postgresql      = "42.7.1"
             val pureConfig      = "0.17.4"
             val scalaCheck      = "1.17.0"
             val simpleJavaMail  = "8.3.2"