Skip to content

Commit eaf3af4

Browse files
committedJun 4, 2024·
U - Oppgraderer org.springframework:spring-framework-bom:6.1.6 -> 6.1.8
Automatisert oppgradering av org.springframework:spring-framework-bom.
1 parent 617c7bc commit eaf3af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("org.springframework.boot:spring-boot-actuator")
3939

4040
// 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"))
41+
implementation(platform("org.springframework:spring-framework-bom:6.1.8"))
4242

4343
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
4444

0 commit comments

Comments
 (0)
Please sign in to comment.