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