Skip to content

Commit 31ee0fc

Browse files
committed
HBX-2972: Update Hibernate ORM dependency to version 6.2.36.Final
- Update the version examples in 'ci/Jenkinsfile' - Also update: * hibernate-commons-annotations to version 7.0.3.Final * junit-jupiter to version 5.12.1 Signed-off-by: Koen Aers <[email protected]>
1 parent 0129f33 commit 31ee0fc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

ci/release/Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ pipeline {
3737
string(
3838
name: 'RELEASE_VERSION',
3939
defaultValue: '',
40-
description: 'The version to be released, e.g. 6.2.34.Final.',
40+
description: 'The version to be released, e.g. 6.2.36.Final.',
4141
trim: true
4242
)
4343
string(
4444
name: 'DEVELOPMENT_VERSION',
4545
defaultValue: '',
46-
description: 'The next version to be used after the release, e.g. 6.2.35-SNAPSHOT.',
46+
description: 'The next version to be used after the release, e.g. 6.2.37-SNAPSHOT.',
4747
trim: true
4848
)
4949
booleanParam(

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,15 @@
8989
<antlr.version>4.13.2</antlr.version>
9090
<commons-collections.version>4.4</commons-collections.version>
9191
<freemarker.version>2.3.34</freemarker.version>
92+
<!-- version 1.24.0 of google-java-format is the last one compatible with java 11 -->
9293
<google-java-format.version>1.24.0</google-java-format.version>
9394
<h2.version>2.3.232</h2.version>
94-
<hibernate-commons-annotations.version>6.0.6.Final</hibernate-commons-annotations.version>
95-
<hibernate-orm.version>6.2.35.Final</hibernate-orm.version>
95+
<hibernate-commons-annotations.version>7.0.3.Final</hibernate-commons-annotations.version>
96+
<hibernate-orm.version>6.2.36.Final</hibernate-orm.version>
9697
<hsqldb.version>2.6.1</hsqldb.version>
9798
<javaee-api.version>8.0.1</javaee-api.version>
9899
<jboss-logging.version>3.6.1.Final</jboss-logging.version>
99-
<junit-jupiter.version>5.12.0</junit-jupiter.version>
100+
<junit-jupiter.version>5.12.1</junit-jupiter.version>
100101
<mysql.version>8.0.22</mysql.version>
101102
<oracle.version>19.3.0.0</oracle.version>
102103
<sqlserver.version>9.2.1.jre8</sqlserver.version>

0 commit comments

Comments
 (0)