File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
<dependencyManagement >
17
17
<dependencies >
18
18
<dependency >
19
- <groupId >org.hibernate.orm </groupId >
20
- <artifactId >hibernate-platform </artifactId >
21
- <version >${hibernate .version} </version >
19
+ <groupId >org.springframework.boot </groupId >
20
+ <artifactId >spring-boot-dependencies </artifactId >
21
+ <version >${spring-boot .version} </version >
22
22
<type >pom</type >
23
23
<scope >import</scope >
24
24
</dependency >
25
25
<dependency >
26
- <groupId >org.springframework.boot </groupId >
27
- <artifactId >spring-boot-dependencies </artifactId >
28
- <version >${spring-boot .version} </version >
26
+ <groupId >org.hibernate.orm </groupId >
27
+ <artifactId >hibernate-platform </artifactId >
28
+ <version >${hibernate .version} </version >
29
29
<type >pom</type >
30
30
<scope >import</scope >
31
31
</dependency >
Original file line number Diff line number Diff line change 14
14
</description >
15
15
16
16
<properties >
17
- <spring-boot .version>3.2.0 </spring-boot .version>
17
+ <spring-boot .version>3.2.1 </spring-boot .version>
18
18
<graphql-java .version>21.3</graphql-java .version>
19
19
<evo-inflector .version>1.3</evo-inflector .version>
20
20
<joda-time .version>2.12.5</joda-time .version>
You can’t perform that action at this time.
0 commit comments