| Revision | 2431 (tree) |
|---|---|
| Time | 2022-10-06 20:53:33 |
| Author | t_nakayama1971 |
(empty log message)
| @@ -16,10 +16,6 @@ | ||
| 16 | 16 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
| 17 | 17 | </properties> |
| 18 | 18 | |
| 19 | - <profiles> | |
| 20 | - | |
| 21 | - </profiles> | |
| 22 | - | |
| 23 | 19 | <dependencyManagement> |
| 24 | 20 | <dependencies> |
| 25 | 21 | <dependency> |
| @@ -31,7 +27,6 @@ | ||
| 31 | 27 | </dependencyManagement> |
| 32 | 28 | |
| 33 | 29 | <dependencies> |
| 34 | - | |
| 35 | 30 | <dependency> |
| 36 | 31 | <groupId>com.fasterxml.jackson.core</groupId> |
| 37 | 32 | <artifactId>jackson-databind</artifactId> |
| @@ -132,7 +127,7 @@ | ||
| 132 | 127 | <dependency> |
| 133 | 128 | <groupId>org.hibernate.orm</groupId> |
| 134 | 129 | <artifactId>hibernate-core</artifactId> |
| 135 | - <version>6.1.3.Final</version> | |
| 130 | + <version>6.1.4.Final</version> | |
| 136 | 131 | <scope>runtime</scope> |
| 137 | 132 | </dependency> |
| 138 | 133 | <dependency> |
| @@ -156,11 +151,17 @@ | ||
| 156 | 151 | </dependency> |
| 157 | 152 | |
| 158 | 153 | <dependency> |
| 159 | - <groupId>junit</groupId> | |
| 160 | - <artifactId>junit</artifactId> | |
| 161 | - <version>4.13.2</version> | |
| 154 | + <groupId>org.junit.jupiter</groupId> | |
| 155 | + <artifactId>junit-jupiter-engine</artifactId> | |
| 156 | + <version>5.9.1</version> | |
| 162 | 157 | <scope>test</scope> |
| 163 | 158 | </dependency> |
| 159 | + <dependency> | |
| 160 | + <groupId>org.mockito</groupId> | |
| 161 | + <artifactId>mockito-core</artifactId> | |
| 162 | + <version>4.8.0</version> | |
| 163 | + <scope>test</scope> | |
| 164 | + </dependency> | |
| 164 | 165 | </dependencies> |
| 165 | 166 | |
| 166 | 167 | <build> |