RaigorJiang commented on issue #23796:
URL:
https://github.com/apache/shardingsphere/issues/23796#issuecomment-1407621379
@790477691
It may be that the version of snakeyaml that springframework depends on is
too low, please try to specify the version of snakeyaml in the pom
```xml
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.33</version>
</dependency>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]