Skip to content

Commit

Permalink
E - Oppdatering spring-boot/kafka og httpclient5
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Jan 6, 2025
1 parent e6153f9 commit 349053e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation "org.springframework.kafka:spring-kafka:$springKafkaVersion"

implementation("org.yaml:snakeyaml:2.3") // Pga https://security.snyk.io/package/maven/org.yaml:snakeyaml
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.1")

implementation("com.fasterxml.jackson.core:jackson-core:${jacksonModuleKotlinVersion}")

Expand Down

0 comments on commit 349053e

Please sign in to comment.