2018-01-10 16:06:58 -05:00
/ *
* Hibernate , Relational Persistence for Idiomatic Java
*
* License: GNU Lesser General Public License ( LGPL ) , version 2.1 or later
* See the lgpl . txt file in the root directory or http: //www.gnu.org/licenses/lgpl-2.1.html
* /
apply plugin: 'base'
2022-04-22 19:40:06 -04:00
apply plugin: 'org.hibernate.orm.build.env-project'
2018-01-10 16:06:58 -05:00
2022-01-11 16:47:13 -05:00
buildscript {
dependencies {
constraints {
classpath ( "org.apache.logging.log4j:log4j-core" ) {
version {
2022-01-12 09:37:16 -05:00
strictly ( "[2.17.1, 3[" )
prefer ( "2.17.1" )
2022-01-11 16:47:13 -05:00
}
2022-01-12 09:37:16 -05:00
because ( 'CVE-2021-44228, CVE-2021-45046, CVE-2021-45105, CVE-2021-44832: Log4j vulnerable to remote code execution and other critical security vulnerabilities' )
2022-01-11 16:47:13 -05:00
}
}
}
}
2019-05-21 17:29:57 -04:00
group = 'org.hibernate.orm'
2018-04-30 11:38:09 -04:00
version = project . ormVersion . fullName