We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec104e commit 9be9960Copy full SHA for 9be9960
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
implementation("org.springframework.boot:spring-boot-actuator")
31
32
// Spring Framework BOM-fil overstyrer så vi får siste patch-versjon av Spring Framework
33
- implementation(platform("org.springframework:spring-framework-bom:6.2.3"))
+ implementation(platform("org.springframework:spring-framework-bom:6.2.4"))
34
implementation("org.springframework.retry:spring-retry:2.0.11")
35
implementation "org.springframework.kafka:spring-kafka:$springKafkaVersion"
36
0 commit comments