Skip to content

Commit 0e9c959

Browse files
update dependencies in pom.xml; add failureaccess library and bump springboot and dynamiatools versions
1 parent 79349df commit 0e9c959

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080

8181
<properties>
8282
<main.baseUri>${project.baseUri}</main.baseUri>
83-
<springboot.version>3.5.8</springboot.version>
83+
<springboot.version>3.5.9</springboot.version>
8484
<swagger.version>2.2.38</swagger.version>
8585
<mongodb.version>1</mongodb.version>
8686

zk/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@
220220
<artifactId>spring-boot-autoconfigure</artifactId>
221221
</dependency>
222222

223+
<dependency>
224+
<groupId>com.google.guava</groupId>
225+
<artifactId>failureaccess</artifactId>
226+
<version>1.0.3</version>
227+
</dependency>
228+
223229
</dependencies>
224230

225231
<repositories>

0 commit comments

Comments
 (0)