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

roiocam pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-projection.git


The following commit(s) were added to refs/heads/main by this push:
     new 7b23782  pin hibernate in .scala-steward.conf (#171)
7b23782 is described below

commit 7b2378279fa62a1fe69be391c5225b3c985d0139
Author: PJ Fanning <[email protected]>
AuthorDate: Sun Jun 16 11:19:36 2024 +0100

    pin hibernate in .scala-steward.conf (#171)
---
 .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