Commit ce0a734 1 parent b9c725f commit ce0a734 Copy full SHA for ce0a734
File tree 9 files changed +30
-12
lines changed
spring-petclinic-admin-server
spring-petclinic-api-gateway
spring-petclinic-config-server
spring-petclinic-customers-service
spring-petclinic-discovery-server
spring-petclinic-genai-service
spring-petclinic-vets-service
spring-petclinic-visits-service
9 files changed +30
-12
lines changed Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >org.springframework.boot</groupId >
8
8
<artifactId >spring-boot-starter-parent</artifactId >
9
- <version >3.3.4 </version >
9
+ <version >3.4.1 </version >
10
10
</parent >
11
11
12
12
<groupId >org.springframework.samples</groupId >
13
13
<artifactId >spring-petclinic-microservices</artifactId >
14
- <version >3.3.4 </version >
14
+ <version >3.4.1 </version >
15
15
<name >${project.artifactId} </name >
16
16
<packaging >pom</packaging >
17
17
29
29
<properties >
30
30
<java .version>17</java .version>
31
31
32
- <spring-cloud .version>2023 .0.3 </spring-cloud .version>
32
+ <spring-cloud .version>2024 .0.0 </spring-cloud .version>
33
33
<chaos-monkey-spring-boot .version>3.1.0</chaos-monkey-spring-boot .version>
34
34
<jolokia-core .version>1.7.1</jolokia-core .version>
35
35
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.samples</groupId >
14
14
<artifactId >spring-petclinic-microservices</artifactId >
15
- <version >3.3.4 </version >
15
+ <version >3.4.1 </version >
16
16
</parent >
17
17
18
18
<properties >
19
- <spring-boot-admin .version>3.2.0 </spring-boot-admin .version>
19
+ <spring-boot-admin .version>3.4.1 </spring-boot-admin .version>
20
20
<docker .image.exposed.port>9090</docker .image.exposed.port>
21
21
<docker .image.dockerfile.dir>${basedir} /../docker</docker .image.dockerfile.dir>
22
22
</properties >
35
35
<groupId >org.springframework.cloud</groupId >
36
36
<artifactId >spring-cloud-starter-netflix-eureka-client</artifactId >
37
37
</dependency >
38
+ <dependency >
39
+ <groupId >org.springframework.boot</groupId >
40
+ <artifactId >spring-boot-starter-cache</artifactId >
41
+ </dependency >
38
42
39
43
<!-- Spring Boot Admin -->
40
44
<dependency >
53
57
<groupId >org.jolokia</groupId >
54
58
<artifactId >jolokia-core</artifactId >
55
59
</dependency >
60
+ <dependency >
61
+ <groupId >com.github.ben-manes.caffeine</groupId >
62
+ <artifactId >caffeine</artifactId >
63
+ </dependency >
56
64
57
65
</dependencies >
58
66
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.samples</groupId >
13
13
<artifactId >spring-petclinic-microservices</artifactId >
14
- <version >3.3.4 </version >
14
+ <version >3.4.1 </version >
15
15
</parent >
16
16
17
17
<properties >
20
20
<webjars-angular .version>1.8.3</webjars-angular .version>
21
21
<webjars-angular-ui-router .version>1.0.30</webjars-angular-ui-router .version>
22
22
<webjars-marked .version>14.1.2</webjars-marked .version>
23
+ <squareup-okhttp3 .version>4.12.0</squareup-okhttp3 .version>
23
24
24
25
<libsass-maven-plugin .version>0.2.29</libsass-maven-plugin .version>
25
26
<docker .image.exposed.port>8081</docker .image.exposed.port>
42
43
<groupId >org.springframework.boot</groupId >
43
44
<artifactId >spring-boot-starter-actuator</artifactId >
44
45
</dependency >
46
+ <dependency >
47
+ <groupId >org.springframework.boot</groupId >
48
+ <artifactId >spring-boot-starter-cache</artifactId >
49
+ </dependency >
45
50
<dependency >
46
51
<groupId >org.springframework.boot</groupId >
47
52
<artifactId >spring-boot-starter-test</artifactId >
95
100
<groupId >io.zipkin.reporter2</groupId >
96
101
<artifactId >zipkin-reporter-brave</artifactId >
97
102
</dependency >
103
+ <dependency >
104
+ <groupId >com.github.ben-manes.caffeine</groupId >
105
+ <artifactId >caffeine</artifactId >
106
+ </dependency >
98
107
99
108
<!-- Webjars -->
100
109
<dependency >
141
150
<dependency >
142
151
<groupId >com.squareup.okhttp3</groupId >
143
152
<artifactId >mockwebserver</artifactId >
153
+ <version >${squareup-okhttp3.version} </version >
144
154
<scope >test</scope >
145
155
</dependency >
146
156
</dependencies >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.samples</groupId >
13
13
<artifactId >spring-petclinic-microservices</artifactId >
14
- <version >3.3.4 </version >
14
+ <version >3.4.1 </version >
15
15
</parent >
16
16
17
17
<properties >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.samples</groupId >
13
13
<artifactId >spring-petclinic-microservices</artifactId >
14
- <version >3.3.4 </version >
14
+ <version >3.4.1 </version >
15
15
</parent >
16
16
17
17
<properties >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.samples</groupId >
13
13
<artifactId >spring-petclinic-microservices</artifactId >
14
- <version >3.3.4 </version >
14
+ <version >3.4.1 </version >
15
15
</parent >
16
16
17
17
<properties >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.samples</groupId >
13
13
<artifactId >spring-petclinic-microservices</artifactId >
14
- <version >3.3.4 </version >
14
+ <version >3.4.1 </version >
15
15
</parent >
16
16
17
17
<properties >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.samples</groupId >
13
13
<artifactId >spring-petclinic-microservices</artifactId >
14
- <version >3.3.4 </version >
14
+ <version >3.4.1 </version >
15
15
</parent >
16
16
17
17
<properties >
Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.samples</groupId >
13
13
<artifactId >spring-petclinic-microservices</artifactId >
14
- <version >3.3.4 </version >
14
+ <version >3.4.1 </version >
15
15
</parent >
16
16
17
17
<properties >
You can’t perform that action at this time.
0 commit comments