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
…8285)

* Bump org.springframework:spring-web from 6.0.18 to 6.2.0 in /backend

* upgrading spring-core

---------

Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: David McClatchey <[email protected]>
  • Loading branch information
3 people authored Jan 9, 2025
1 parent deffbb1 commit 61ec02e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.3.6'
implementation 'org.springframework:spring-web:6.1.15'
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:22.3'
Expand All @@ -68,7 +68,7 @@ dependencies {
* DevSecOps verifies these packages at least once per month. LAST VERIFIED: 10 July 2024.
*/
implementation 'com.squareup.okio:okio:3.9.1'
implementation 'org.springframework:spring-core:6.1.15'
implementation 'org.springframework:spring-core:6.2.0'
implementation 'org.springframework.security:spring-security-core:6.3.5'
implementation 'org.springframework.security:spring-security-oauth2-client:6.3.5'
implementation 'org.apache.tomcat.embed:tomcat-embed-core:10.1.33'
Expand Down
4 changes: 2 additions & 2 deletions backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -229,13 +229,13 @@ org.springframework:spring-aspects:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-beans:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-context-support:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-context:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-core:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-core:6.2.0=compileClasspath,runtimeClasspath
org.springframework:spring-expression:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-jcl:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-jdbc:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-orm:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-tx:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-web:6.1.15=compileClasspath,runtimeClasspath
org.springframework:spring-web:6.2.0=compileClasspath,runtimeClasspath
org.springframework:spring-webmvc:6.1.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 61ec02e

Please sign in to comment.