Merge Q-CAST-III-MR-32: swagger에서 충돌로 인한 jackson-databind 버전 변경

This commit is contained in:
Jung Kyo Kang 2024-09-09 07:53:03 +00:00 committed by Space Cloud
commit 292043704f
No known key found for this signature in database
GPG Key ID: 2F4D45726235F749

View File

@ -109,7 +109,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.core</groupId> <groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId> <artifactId>jackson-databind</artifactId>
<version>2.18.0-rc1</version> <version>2.16.1</version>
</dependency> </dependency>
</dependencies> </dependencies>