|
43 | 43 | <version>3.0.1</version>
|
44 | 44 | </dependency>
|
45 | 45 |
|
46 |
| - <!-- API, java.xml.bind module --> |
47 | 46 | <dependency>
|
48 |
| - <groupId>jakarta.xml.bind</groupId> |
49 |
| - <artifactId>jakarta.xml.bind-api</artifactId> |
50 |
| - <version>4.0.0</version> |
| 47 | + <groupId>org.javassist</groupId> |
| 48 | + <artifactId>javassist</artifactId> |
| 49 | + <version>${javassist.version}</version> |
| 50 | + </dependency> |
| 51 | + <dependency> |
| 52 | + <groupId>javax.xml.bind</groupId> |
| 53 | + <artifactId>jaxb-api</artifactId> |
| 54 | + <version>2.3.1</version> |
51 | 55 | </dependency>
|
52 | 56 | <!-- Runtime, com.sun.xml.bind module -->
|
53 | 57 | <dependency>
|
54 | 58 | <groupId>org.glassfish.jaxb</groupId>
|
55 | 59 | <artifactId>jaxb-runtime</artifactId>
|
56 |
| - <version>4.0.0</version> |
| 60 | + <version>${jaxb-runtime.version}</version> |
57 | 61 | </dependency>
|
58 | 62 | <dependency>
|
59 | 63 | <groupId>com.fasterxml.jackson.datatype</groupId>
|
|
194 | 198 | <groupId>org.springframework.boot</groupId>
|
195 | 199 | <artifactId>spring-boot-starter-test</artifactId>
|
196 | 200 | <scope>test</scope>
|
197 |
| - </dependency> |
198 |
| - <dependency> |
199 |
| - <groupId>org.springframework.boot</groupId> |
200 |
| - <artifactId>spring-boot-test</artifactId> |
201 |
| - <scope>test</scope> |
| 201 | + <version>${spring-boot.version}</version> |
202 | 202 | </dependency>
|
203 | 203 | <dependency>
|
204 | 204 | <groupId>org.springframework.security</groupId>
|
|
1139 | 1139 |
|
1140 | 1140 | <!-- Dependency versions -->
|
1141 | 1141 | <jhipster-dependencies.version>3.0.1</jhipster-dependencies.version>
|
1142 |
| - <!-- The spring-boot version should match the one managed by |
1143 |
| - https://mvnrepository.com/artifact/io.github.jhipster/jhipster-dependencies/${jhipster-dependencies.version} --> |
1144 |
| - <spring-boot.version>2.7.5</spring-boot.version> |
| 1142 | + |
1145 | 1143 | <!-- The hibernate version should match the one managed by
|
1146 | 1144 | https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/${spring-boot.version} -->
|
1147 | 1145 | <hibernate.version>5.3.9.Final</hibernate.version>
|
1148 |
| - <!-- The javassist version should match the one managed by |
1149 |
| - https://mvnrepository.com/artifact/org.hibernate/hibernate-core/${hibernate.version} --> |
1150 |
| - <javassist.version>3.23.1-GA</javassist.version> |
| 1146 | + |
1151 | 1147 | <!-- The liquibase version should match the one managed by
|
1152 | 1148 | https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-dependencies/${spring-boot.version} -->
|
1153 | 1149 | <liquibase.version>4.9.1</liquibase.version>
|
1154 | 1150 | <liquibase-hibernate5.version>3.6</liquibase-hibernate5.version>
|
1155 | 1151 | <spring.version>5.1.5.RELEASE</spring.version>
|
1156 | 1152 | <validation-api.version>2.0.1.Final</validation-api.version>
|
1157 |
| - <jaxb-runtime.version>2.3.2</jaxb-runtime.version> |
| 1153 | + <jaxb-runtime.version>2.3.1</jaxb-runtime.version> |
1158 | 1154 | <mapstruct.version>1.3.0.Final</mapstruct.version>
|
1159 | 1155 |
|
1160 | 1156 | <!-- Plugin versions -->
|
|
0 commit comments