Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 23, 2024
1 parent 7f004b8 commit 7e09d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compatibility/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import java.util.Properties

plugins {
id("org.springframework.boot") version "3.2.5"
id("org.springframework.boot") version "3.2.6"
id("io.spring.dependency-management") version "1.1.5"
java
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mockWebServerVersion = 4.12.0
protobufVersion = 4.26.1
slf4jVersion = 2.0.13
springBootVersion = 3.3.0-RC1
springGraphQLVersion = 1.3.0-RC1
springGraphQLVersion = 1.3.0
reactorVersion = 3.6.6

# test dependencies
Expand Down

0 comments on commit 7e09d8f

Please sign in to comment.