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 Apr 9, 2024
1 parent 0f9eca8 commit f8585d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.2"
id("org.springframework.boot") version "3.2.4"
id("io.spring.dependency-management") version "1.1.4"
java
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ graphQLJavaVersion = 21.3
mockWebServerVersion = 4.12.0
protobufVersion = 3.25.2
slf4jVersion = 2.0.12
springBootVersion = 3.2.2
springGraphQLVersion = 1.2.4
reactorVersion = 3.6.2
springBootVersion = 3.2.4
springGraphQLVersion = 1.2.6
reactorVersion = 3.6.5

# test dependencies
junitVersion = 5.10.2
Expand Down

0 comments on commit f8585d7

Please sign in to comment.