We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0bcd6 commit f77d60aCopy full SHA for f77d60a
build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
implementation("org.springframework.boot:spring-boot-actuator")
38
39
// Spring Framework BOM-fil kan overstyre så vi får siste patch-versjon av Spring Framework
40
- implementation(platform("org.springframework:spring-framework-bom:6.2.3"))
+ implementation(platform("org.springframework:spring-framework-bom:6.2.4"))
41
42
implementation("org.apache.httpcomponents.client5:httpclient5:5.4.2")
43
0 commit comments