Skip to content

Commit

Permalink
Bump org.springframework.boot:spring-boot-starter-graphql in /backend (
Browse files Browse the repository at this point in the history
…#8423)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 24, 2025
1 parent 2384d54 commit 473220a
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 @@ -43,7 +43,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-actuator-autoconfigure'

// graphql
implementation 'org.springframework.boot:spring-boot-starter-graphql:3.3.6'
implementation 'org.springframework.boot:spring-boot-starter-graphql:3.4.1'
implementation 'org.springframework:spring-web:6.2.1'
testImplementation 'org.springframework:spring-webflux'
testImplementation 'org.springframework.graphql:spring-graphql-test'
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ org.springframework.boot:spring-boot-devtools:3.3.6=runtimeClasspath
org.springframework.boot:spring-boot-starter-aop:3.3.6=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-cache:3.3.6=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-data-jpa:3.3.6=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-graphql:3.3.6=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-graphql:3.4.1=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-jdbc:3.3.6=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-json:3.3.6=compileClasspath,runtimeClasspath
org.springframework.boot:spring-boot-starter-logging:3.3.6=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit 473220a

Please sign in to comment.