Skip to content

Commit

Permalink
Bump org.springframework:spring-web from 6.0.18 to 6.2.0 in /backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Nov 17, 2024
1 parent be528e9 commit 4989b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4989b85

Please sign in to comment.