|
14 | 14 |
|
15 | 15 | <properties> |
16 | 16 | <app.version>${project.parent.version}</app.version> |
17 | | - <spring-cloud.version>2025.0.0</spring-cloud.version> |
| 17 | + <spring-cloud.version>2025.1.0</spring-cloud.version> |
18 | 18 | </properties> |
19 | 19 |
|
20 | 20 |
|
|
29 | 29 | </dependency> |
30 | 30 | <dependency> |
31 | 31 | <groupId>org.springframework.boot</groupId> |
32 | | - <artifactId>spring-boot-starter-web</artifactId> |
| 32 | + <artifactId>spring-boot-starter-webmvc</artifactId> |
33 | 33 | </dependency> |
34 | 34 | <dependency> |
35 | 35 | <groupId>org.springframework.boot</groupId> |
|
45 | 45 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
46 | 46 | </dependency> |
47 | 47 | <!-- tracing --> |
| 48 | + <dependency> |
| 49 | + <groupId>org.springframework.boot</groupId> |
| 50 | + <artifactId>spring-boot-micrometer-tracing-brave</artifactId> |
| 51 | + </dependency> |
48 | 52 | <dependency> |
49 | 53 | <groupId>org.springframework.boot</groupId> |
50 | 54 | <artifactId>spring-boot-starter-actuator</artifactId> |
51 | 55 | </dependency> |
52 | 56 | <dependency> |
53 | | - <groupId>io.micrometer</groupId> |
54 | | - <artifactId>micrometer-tracing-bridge-brave</artifactId> |
| 57 | + <groupId>org.springframework.boot</groupId> |
| 58 | + <artifactId>spring-boot-starter-zipkin</artifactId> |
55 | 59 | </dependency> |
56 | 60 | <dependency> |
57 | | - <groupId>io.zipkin.reporter2</groupId> |
58 | | - <artifactId>zipkin-reporter-brave</artifactId> |
| 61 | + <groupId>io.micrometer</groupId> |
| 62 | + <artifactId>micrometer-tracing-bridge-brave</artifactId> |
59 | 63 | </dependency> |
| 64 | + |
| 65 | + |
60 | 66 | <!-- processors/code generators --> |
61 | 67 | <dependency> |
62 | 68 | <groupId>org.projectlombok</groupId> |
|
85 | 91 | </dependency> |
86 | 92 | <dependency> |
87 | 93 | <groupId>org.testcontainers</groupId> |
88 | | - <artifactId>junit-jupiter</artifactId> |
| 94 | + <artifactId>testcontainers-junit-jupiter</artifactId> |
| 95 | + <version>2.0.2</version> |
89 | 96 | </dependency> |
90 | 97 |
|
91 | 98 | <!-- test only dependencies --> |
|
0 commit comments