Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-starter-web in /backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 13, 2024
1 parent 0fc7b5b commit dcfe66f
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 @@ -31,7 +31,7 @@ jar {

dependencies {
// core infrastructure
implementation 'org.springframework.boot:spring-boot-starter-web:3.2.0'
implementation 'org.springframework.boot:spring-boot-starter-web:3.3.4'
implementation 'org.springframework.boot:spring-boot-starter-cache'
implementation 'org.springframework.boot:spring-boot-actuator'
implementation 'org.springframework.boot:spring-boot-actuator-autoconfigure'
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ org.springframework.boot:spring-boot-starter-security:3.1.7=compileClasspath,run
org.springframework.boot:spring-boot-starter-thymeleaf:3.1.7=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-tomcat:3.1.7=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-validation:3.1.7=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-web:3.2.0=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-web:3.3.4=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter:3.1.7=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot:3.1.7=compileClasspath,runtimeClasspath
org.springframework.cloud:spring-cloud-commons:4.0.4=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit dcfe66f

Please sign in to comment.