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 2beb9ad commit 4dd832d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
buildscript {
ext {
kotlinVersion = '2.0.21'
springBootVersion = '3.3.5'
springKafkaVersion = '3.2.4'
springBootVersion = '3.4.1'
springKafkaVersion = '3.3.1'
tokenSupportVersion = '5.0.11'
jacksonModuleKotlinVersion = '2.18.1'
}
Expand Down Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation( 'org.jetbrains.kotlin:kotlin-reflect')

implementation("org.springframework.kafka:spring-kafka:$springKafkaVersion")
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.1")

//Auth
implementation("no.nav.security:token-client-spring:${tokenSupportVersion}")
Expand Down

0 comments on commit 4dd832d

Please sign in to comment.