File tree Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Expand file tree Collapse file tree 1 file changed +2
-19
lines changed Original file line number Diff line number Diff line change 30
30
<antlr >4.13.2</antlr > <!-- align with Hibernate's parser -->
31
31
<eclipselink >5.0.0-B09</eclipselink >
32
32
<eclipselink-next >5.0.0-SNAPSHOT</eclipselink-next >
33
- <hibernate >7.1.0.CR2</hibernate >
34
- <hibernate-70-snapshots >7.0.7-SNAPSHOT</hibernate-70-snapshots >
35
- <hibernate-71-snapshots >7.1.0-SNAPSHOT</hibernate-71-snapshots >
33
+ <hibernate >7.1.0.Final</hibernate >
34
+ <hibernate-71-snapshots >7.1.1-SNAPSHOT</hibernate-71-snapshots >
36
35
<hsqldb >2.7.4</hsqldb >
37
36
<h2 >2.3.232</h2 >
38
37
<jakarta-persistence-api >3.2.0</jakarta-persistence-api >
65
64
</repository >
66
65
</repositories >
67
66
</profile >
68
- <profile >
69
- <id >hibernate-70-snapshots</id >
70
- <properties >
71
- <hibernate >${hibernate-70-snapshots}</hibernate >
72
- <jakarta-persistence-api >3.2.0</jakarta-persistence-api >
73
- </properties >
74
- <repositories >
75
- <repository >
76
- <id >sonatype-oss</id >
77
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
78
- <releases >
79
- <enabled >false</enabled >
80
- </releases >
81
- </repository >
82
- </repositories >
83
- </profile >
84
67
<profile >
85
68
<id >hibernate-71-snapshots</id >
86
69
<properties >
You can’t perform that action at this time.
0 commit comments