File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed
sermant-agentcore/sermant-agentcore-implement Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 59
59
<jackson-databind .version>2.13.4.2</jackson-databind .version>
60
60
<envoyproxy .controlplane.version>0.1.32</envoyproxy .controlplane.version>
61
61
<micrometer .version>1.9.5</micrometer .version>
62
+ <simpleclient .version>0.16.0</simpleclient .version>
62
63
</properties >
63
64
64
65
<dependencies >
178
179
<groupId >io.micrometer</groupId >
179
180
<artifactId >micrometer-registry-prometheus</artifactId >
180
181
<version >${micrometer.version} </version >
182
+ <exclusions >
183
+ <exclusion >
184
+ <groupId >io.prometheus</groupId >
185
+ <artifactId >simpleclient_common</artifactId >
186
+ </exclusion >
187
+ </exclusions >
188
+ </dependency >
189
+ <dependency >
190
+ <groupId >io.prometheus</groupId >
191
+ <artifactId >simpleclient_common</artifactId >
192
+ <version >${simpleclient.version} </version >
181
193
</dependency >
182
194
<dependency >
183
195
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 15
15
<jdk .version>1.8</jdk .version>
16
16
<spring-boot .version>2.7.18</spring-boot .version>
17
17
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
18
- <io .netty.version>4.1.100 .Final</io .netty.version>
18
+ <io .netty.version>4.1.108 .Final</io .netty.version>
19
19
<protobuf-java .version>3.19.6</protobuf-java .version>
20
20
<lombok .version>1.18.22</lombok .version>
21
21
<fastjson .version>1.2.83</fastjson .version>
30
30
<expiringmap .version>0.5.8</expiringmap .version>
31
31
<jackson-databind .version>2.13.4.2</jackson-databind .version>
32
32
<aspectjweaver .version>1.8.4</aspectjweaver .version>
33
- <tomcat-embed .version>9.0.86 </tomcat-embed .version>
34
- <spring-framework .version>5.3.33 </spring-framework .version>
33
+ <tomcat-embed .version>9.0.95 </tomcat-embed .version>
34
+ <spring-framework .version>5.3.39 </spring-framework .version>
35
35
<nacos-client-version >2.2.1</nacos-client-version >
36
36
<webapp .path>${project.basedir} /src/main/webapp/frontend</webapp .path>
37
37
</properties >
You can’t perform that action at this time.
0 commit comments