|
43 | 43 |
|
44 | 44 | <properties>
|
45 | 45 | <java.version>21</java.version>
|
46 |
| - <spring.boot.version>3.2.2</spring.boot.version> |
| 46 | + <spring.boot.version>3.4.4</spring.boot.version> |
47 | 47 | </properties>
|
48 | 48 |
|
49 | 49 | <dependencies>
|
50 | 50 | <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
|
51 |
| - <dependency> |
52 |
| - <groupId>org.junit.jupiter</groupId> |
53 |
| - <artifactId>junit-jupiter-api</artifactId> |
54 |
| - <version>5.10.1</version> |
55 |
| - <scope>test</scope> |
56 |
| - </dependency> |
57 |
| - <dependency> |
58 |
| - <groupId>org.junit.jupiter</groupId> |
59 |
| - <artifactId>junit-jupiter-engine</artifactId> |
60 |
| - <version>5.9.2</version> |
61 |
| - <scope>test</scope> |
62 |
| - </dependency> |
63 |
| - <dependency> |
64 |
| - <groupId>org.springframework.boot</groupId> |
65 |
| - <artifactId>spring-boot-dependencies</artifactId> |
66 |
| - <version>${spring.boot.version}</version> |
67 |
| - <type>pom</type> |
68 |
| - <scope>import</scope> |
69 |
| - </dependency> |
| 51 | +<!-- <dependency>--> |
| 52 | +<!-- <groupId>org.junit.jupiter</groupId>--> |
| 53 | +<!-- <artifactId>junit-jupiter-api</artifactId>--> |
| 54 | +<!-- <version>5.10.1</version>--> |
| 55 | +<!-- <scope>test</scope>--> |
| 56 | +<!-- </dependency>--> |
| 57 | +<!-- <dependency>--> |
| 58 | +<!-- <groupId>org.junit.jupiter</groupId>--> |
| 59 | +<!-- <artifactId>junit-jupiter-engine</artifactId>--> |
| 60 | +<!-- <version>5.9.2</version>--> |
| 61 | +<!-- <scope>test</scope>--> |
| 62 | +<!-- </dependency>--> |
| 63 | +<!-- <dependency>--> |
| 64 | +<!-- <groupId>org.springframework.boot</groupId>--> |
| 65 | +<!-- <artifactId>spring-boot-dependencies</artifactId>--> |
| 66 | +<!-- <version>${spring.boot.version}</version>--> |
| 67 | +<!-- <type>pom</type>--> |
| 68 | +<!-- <scope>import</scope>--> |
| 69 | +<!-- </dependency>--> |
70 | 70 | <dependency>
|
71 | 71 | <groupId>org.springframework.boot</groupId>
|
72 | 72 | <artifactId>spring-boot-starter-web</artifactId>
|
|
127 | 127 | <version>1.3.2</version>
|
128 | 128 | </dependency>
|
129 | 129 |
|
| 130 | + <dependency> |
| 131 | + <groupId>ch.qos.logback</groupId> |
| 132 | + <artifactId>logback-core</artifactId> |
| 133 | + <version>1.5.18</version> |
| 134 | + </dependency> |
| 135 | + <dependency> |
| 136 | + <groupId>ch.qos.logback</groupId> |
| 137 | + <artifactId>logback-classic</artifactId> |
| 138 | + <version>1.5.18</version> |
| 139 | + </dependency> |
| 140 | + |
| 141 | + |
130 | 142 |
|
131 | 143 | </dependencies>
|
132 | 144 |
|
|
143 | 155 | <target>21</target>
|
144 | 156 | </configuration>
|
145 | 157 | </plugin>
|
| 158 | + <plugin> |
| 159 | + <groupId>org.apache.maven.plugins</groupId> |
| 160 | + <artifactId>maven-surefire-plugin</artifactId> |
| 161 | + <version>2.22.2</version> |
| 162 | + </plugin> |
146 | 163 | </plugins>
|
147 | 164 | </pluginManagement>
|
148 | 165 | </build>
|
|
0 commit comments