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