1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-19 17:26:51 +00:00

chore: remove snakeyaml dependency version override

Spring Boot 3.2.1 uses newer version 2.2, so there is no need to
override dependency version.
This commit is contained in:
Paul-Christian Volkmer 2023-12-29 17:14:52 +01:00
parent fe927e65aa
commit 1493a63e02

View File

@ -56,8 +56,6 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jdbc")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
implementation("org.springframework.kafka:spring-kafka")
// fix CVE-2022-1471
implementation("org.yaml:snakeyaml:2.1")
implementation("org.flywaydb:flyway-mysql")
implementation("commons-codec:commons-codec")
implementation("io.projectreactor.kotlin:reactor-kotlin-extensions")