From 57b795003f5190976d5d701fb8f7935c7e759b24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 19 Nov 2024 16:55:06 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 6.0.18 to 6.2.0 in /backend --- backend/build.gradle | 2 +- backend/gradle.lockfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 36830802cf..493ea73502 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -44,7 +44,7 @@ dependencies { // graphql implementation 'org.springframework.boot:spring-boot-starter-graphql:3.1.10' - implementation 'org.springframework:spring-web:6.0.18' + implementation 'org.springframework:spring-web:6.2.0' testImplementation 'org.springframework:spring-webflux' testImplementation 'org.springframework.graphql:spring-graphql-test' implementation 'com.graphql-java:graphql-java:20.9' diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index 898beb04e8..a985dea3fe 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -237,7 +237,7 @@ org.springframework:spring-jcl:6.0.15=compileClasspath,runtimeClasspath org.springframework:spring-jdbc:6.0.15=compileClasspath,runtimeClasspath org.springframework:spring-orm:6.0.15=compileClasspath,runtimeClasspath org.springframework:spring-tx:6.0.15=compileClasspath,runtimeClasspath -org.springframework:spring-web:6.0.18=compileClasspath,runtimeClasspath +org.springframework:spring-web:6.2.0=compileClasspath,runtimeClasspath org.springframework:spring-webmvc:6.0.15=compileClasspath,runtimeClasspath org.thymeleaf:thymeleaf-spring6:3.1.2.RELEASE=compileClasspath,runtimeClasspath org.thymeleaf:thymeleaf:3.1.2.RELEASE=compileClasspath,runtimeClasspath