This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch pjfanning-patch-1
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git

commit 3e75ea8c06728a4eaad05ee500cc904825a325af
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jun 16 11:11:17 2024 +0100

    pin hibernate in .scala-steward.conf
---
 .scala-steward.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.scala-steward.conf b/.scala-steward.conf
index a899066..e3a2d81 100644
--- a/.scala-steward.conf
+++ b/.scala-steward.conf
@@ -4,6 +4,8 @@ updates.ignore = [
 updates.pin = [
   # Pin logback to v1.3.x because v1.4.x needs JDK11
   { groupId = "ch.qos.logback", version="1.3." }
+  # Pin hibernate to v5.x because v6.x needs JDK11
+  { groupId = "org.hibernate" version="5." }
   # use mssql-jdbc Java 8 artifacts
   { groupId = "com.microsoft.sqlserver", version = { contains = "jre8" } }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to