From a1c5ab0720510dde2d9af83f16f5bcea4578058a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Dec 2025 15:16:23 +0000 Subject: [PATCH 1/7] Update lib-event-sync-play29 to 0.7.34 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a269495d..c259406f 100644 --- a/build.sbt +++ b/build.sbt @@ -62,7 +62,7 @@ lazy val api = project "org.projectlombok" % "lombok" % "1.18.42" % Provided, "com.sendgrid" % "sendgrid-java" % "4.10.3", "io.flow" %% "lib-play-play29" % "0.8.69", - "io.flow" %% "lib-event-sync-play29" % "0.7.32", + "io.flow" %% "lib-event-sync-play29" % "0.7.34", "io.flow" %% "lib-postgresql-play29" % "0.3.34", "io.flow" %% "lib-postgresql-play-play29" % "0.6.51" % Runtime, // Module "io.flow" %% "lib-log-play29" % "0.2.71", From 4b918d03519c740ea7ff415e0f859e927559166c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Dec 2025 15:16:24 +0000 Subject: [PATCH 2/7] Update lib-log-play29 to 0.2.73 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c259406f..39caf55c 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val api = project "io.flow" %% "lib-event-sync-play29" % "0.7.34", "io.flow" %% "lib-postgresql-play29" % "0.3.34", "io.flow" %% "lib-postgresql-play-play29" % "0.6.51" % Runtime, // Module - "io.flow" %% "lib-log-play29" % "0.2.71", + "io.flow" %% "lib-log-play29" % "0.2.73", "io.flow" %% "lib-usage-play29" % "0.3.26", "io.flow" %% "lib-test-utils-play29" % "0.2.94" % Test, "net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.29", From 5dc126c50e31314e440e0bb169a985ccd7b90973 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Dec 2025 15:16:25 +0000 Subject: [PATCH 3/7] Update lib-play-play29 to 0.8.71 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 39caf55c..0d03de28 100644 --- a/build.sbt +++ b/build.sbt @@ -61,7 +61,7 @@ lazy val api = project ws, "org.projectlombok" % "lombok" % "1.18.42" % Provided, "com.sendgrid" % "sendgrid-java" % "4.10.3", - "io.flow" %% "lib-play-play29" % "0.8.69", + "io.flow" %% "lib-play-play29" % "0.8.71", "io.flow" %% "lib-event-sync-play29" % "0.7.34", "io.flow" %% "lib-postgresql-play29" % "0.3.34", "io.flow" %% "lib-postgresql-play-play29" % "0.6.51" % Runtime, // Module @@ -97,7 +97,7 @@ lazy val www = project "org.webjars" % "bootstrap" % "3.4.1" % Runtime, "org.webjars" % "jquery" % "3.7.1" % Runtime, "org.webjars" % "bootstrap-social" % "5.0.0" % Runtime, - "io.flow" %% "lib-play-play29" % "0.8.69", + "io.flow" %% "lib-play-play29" % "0.8.71", "io.flow" %% "lib-test-utils-play29" % "0.2.94" % Test, ), scalacOptions ++= allScalacOptions, From e145806a4b65e3318a65834fbdcaa1bc14c05355 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Dec 2025 15:16:25 +0000 Subject: [PATCH 4/7] Update lib-postgresql-play-play29 to 0.6.53 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0d03de28..3fe11012 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,7 @@ lazy val api = project "io.flow" %% "lib-play-play29" % "0.8.71", "io.flow" %% "lib-event-sync-play29" % "0.7.34", "io.flow" %% "lib-postgresql-play29" % "0.3.34", - "io.flow" %% "lib-postgresql-play-play29" % "0.6.51" % Runtime, // Module + "io.flow" %% "lib-postgresql-play-play29" % "0.6.53" % Runtime, // Module "io.flow" %% "lib-log-play29" % "0.2.73", "io.flow" %% "lib-usage-play29" % "0.3.26", "io.flow" %% "lib-test-utils-play29" % "0.2.94" % Test, From f9f6653b14f10c410b7d57a5fea4c6875d238052 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Dec 2025 15:16:25 +0000 Subject: [PATCH 5/7] Update lib-test-utils-play29 to 0.2.96 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 3fe11012..80bbe0b8 100644 --- a/build.sbt +++ b/build.sbt @@ -67,7 +67,7 @@ lazy val api = project "io.flow" %% "lib-postgresql-play-play29" % "0.6.53" % Runtime, // Module "io.flow" %% "lib-log-play29" % "0.2.73", "io.flow" %% "lib-usage-play29" % "0.3.26", - "io.flow" %% "lib-test-utils-play29" % "0.2.94" % Test, + "io.flow" %% "lib-test-utils-play29" % "0.2.96" % Test, "net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.29", "org.postgresql" % "postgresql" % "42.7.4", "org.apache.commons" % "commons-text" % "1.15.0", @@ -98,7 +98,7 @@ lazy val www = project "org.webjars" % "jquery" % "3.7.1" % Runtime, "org.webjars" % "bootstrap-social" % "5.0.0" % Runtime, "io.flow" %% "lib-play-play29" % "0.8.71", - "io.flow" %% "lib-test-utils-play29" % "0.2.94" % Test, + "io.flow" %% "lib-test-utils-play29" % "0.2.96" % Test, ), scalacOptions ++= allScalacOptions, ) From 48c9f5cfd7b347297533eee64dc4d4e620b8a79a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Dec 2025 15:16:25 +0000 Subject: [PATCH 6/7] Update lib-usage-play29 to 0.3.28 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 80bbe0b8..6e770348 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ lazy val api = project "io.flow" %% "lib-postgresql-play29" % "0.3.34", "io.flow" %% "lib-postgresql-play-play29" % "0.6.53" % Runtime, // Module "io.flow" %% "lib-log-play29" % "0.2.73", - "io.flow" %% "lib-usage-play29" % "0.3.26", + "io.flow" %% "lib-usage-play29" % "0.3.28", "io.flow" %% "lib-test-utils-play29" % "0.2.96" % Test, "net.sourceforge.htmlcleaner" % "htmlcleaner" % "2.29", "org.postgresql" % "postgresql" % "42.7.4", From 7739f41f5bbcc269d0413f861074751bd2e1c2f4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Dec 2025 15:16:25 +0000 Subject: [PATCH 7/7] Update lib-util to 0.2.75 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6e770348..404aaf78 100644 --- a/build.sbt +++ b/build.sbt @@ -38,7 +38,7 @@ lazy val lib = project .settings( libraryDependencies ++= Seq( playTest % Test, - "io.flow" %% "lib-util" % "0.2.74", + "io.flow" %% "lib-util" % "0.2.75", "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test, ), )