Skip to content

Commit

Permalink
feature: update Nacos to 2.0.4, #2747
Browse files Browse the repository at this point in the history
  • Loading branch information
steverao committed Sep 11, 2022
1 parent 7891c8f commit ff08867
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion spring-cloud-alibaba-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<revision>2021.0.4.0-SNAPSHOT</revision>
<sentinel.version>1.8.3</sentinel.version>
<seata.version>1.5.1</seata.version>
<nacos.client.version>1.4.2</nacos.client.version>
<nacos.client.version>2.0.4</nacos.client.version>
<spring.context.support.version>1.0.11</spring.context.support.version>

<!-- Maven Plugin Versions -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit ff08867

Please sign in to comment.