2018-01-10 15:06:58 -06: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 18:40:06 -05:00
apply plugin: 'org.hibernate.orm.build.env-project'
2018-01-10 15:06:58 -06:00
2022-01-11 15:47:13 -06:00
buildscript {
dependencies {
constraints {
classpath ( "org.apache.logging.log4j:log4j-core" ) {
version {
2022-01-12 14:37:16 +00:00
strictly ( "[2.17.1, 3[" )
prefer ( "2.17.1" )
2022-01-11 15:47:13 -06:00
}
2022-01-12 14:37:16 +00: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 15:47:13 -06:00
}
}
}
}
2019-05-21 16:29:57 -05:00
group = 'org.hibernate.orm'
2018-04-30 10:38:09 -05:00
version = project . ormVersion . fullName