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

borinquenkid pushed a commit to branch 7.1.x-hibernate6
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.1.x-hibernate6 by this push:
     new 18db1c8aea Update hibernate6 version
18db1c8aea is described below

commit 18db1c8aea31482e3d2389c7b12f8fb053d2e4e4
Author: Walter Duque de Estrada <[email protected]>
AuthorDate: Wed Dec 3 12:02:47 2025 -0600

    Update hibernate6 version
---
 .../org/apache/grails/buildsrc/SbomPlugin.groovy     | 20 ++++++++++----------
 gradle.properties                                    |  2 +-
 2 files changed, 11 insertions(+), 11 deletions(-)

diff --git 
a/build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy
 
b/build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy
index a2ed1f21d5..5fb360296b 100644
--- 
a/build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy
+++ 
b/build-logic/plugins/src/main/groovy/org/apache/grails/buildsrc/SbomPlugin.groovy
@@ -103,8 +103,9 @@ class SbomPlugin implements Plugin<Project> {
             'pkg:maven/opensymphony/[email protected]?type=jar'                  
: 'OpenSymphony', // custom license approved by legal LEGAL-707
             'pkg:maven/org.jruby/[email protected]?type=jar'                        
: 'BSD-3-Clause', // 
https://web.archive.org/web/20240822213507/http://www.jcraft.com/jzlib/LICENSE.txt
 shows it's a 3 clause
             'pkg:maven/org.jboss/[email protected]?type=pom'                       
: 'CC0-1.0', // upstream declares Public Domain with CC0 URL but no SPDX id
-            
'pkg:maven/org.hibernate.tool/[email protected]?type=jar' : 
'LGPL-2.1-only', // upstream pom does not expose SPDX id
-            
'pkg:maven/org.hibernate.tool/[email protected]?type=jar' : 
'LGPL-2.1-only' // upstream pom does not expose SPDX id
+            
'pkg:maven/org.hibernate.tool/[email protected]?type=jar' : 
'LGPL-2.1-only', // upstream pom does not expose SPDX id
+            
'pkg:maven/org.hibernate.orm/[email protected]?type=jar': 
'LGPL-2.1-only',
+            
'pkg:maven/org.hibernate.tool/[email protected]?type=jar' : 
'LGPL-2.1-only' // upstream pom does not expose SPDX id
     ]
 
     // we don't distribute these so these licenses are considered acceptable, 
but we still prefer ASF licenses.
@@ -127,21 +128,20 @@ class SbomPlugin implements Plugin<Project> {
                     'pkg:maven/javax.xml.bind/[email protected]?type=jar': 
'CDDL-1.1', // api export
             ],
             'grails-data-hibernate6'       : [
-                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'             
: 'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license in 
hibernate 7
-                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'             : 
'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license in 
hibernate 7
-                    
'pkg:maven/org.hibernate.tool/[email protected]?type=jar'        
     : 'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license 
in hibernate 7
-                            
'pkg:maven/org.hibernate.tool/[email protected]?type=jar'      
     : 'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license 
in hibernate 7
+                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'             : 
'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license in 
hibernate 7
+                    
'pkg:maven/org.hibernate.tool/[email protected]?type=jar'        
     : 'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license 
in hibernate 7
+                            
'pkg:maven/org.hibernate.tool/[email protected]?type=jar'      
     : 'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license 
in hibernate 7
                     'pkg:maven/org.jboss/[email protected]?type=pom'                
                    : 'CC0-1.0',
             ],
             'grails-data-hibernate6-core'       : [
-                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'             
: 'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license in 
hibernate 7
+                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'             
: 'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license in 
hibernate 7
             ],
             'grails-data-hibernate6-spring-boot'       : [
-                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'             
: 'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license in 
hibernate 7
+                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'             
: 'LGPL-2.1-only', // hibernate 5 is LGPL, we are migrating to ASF license in 
hibernate 7
             ],
             'grails-data-hibernate6-dbmigration': [
-                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'             
: 'LGPL-2.1-only',
-                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'            
 : 'LGPL-2.1-only',
+                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'             
: 'LGPL-2.1-only',
+                    
'pkg:maven/org.hibernate.orm/[email protected]?type=jar'            
 : 'LGPL-2.1-only',
                     'pkg:maven/javax.xml.bind/[email protected]?type=jar': 
'CDDL-1.1', // api export
             ],
     ]
diff --git a/gradle.properties b/gradle.properties
index ff56b07e1c..6a914db24e 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -34,7 +34,7 @@ expectitCoreVersion=0.9.0
 gparsVersion=1.2.1
 gradleToolingApiVersion=8.14.3
 hibernate5Version=5.6.15.Final
-hibernate6Version=6.6.29.Final
+hibernate6Version=6.6.36.Final
 javassistVersion=3.30.2-GA
 jnrPosixVersion=3.1.20
 joddWotVersion=3.3.8

Reply via email to