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 18, 2024
1 parent 0f9eca8 commit 24a1129
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.5"
id("io.spring.dependency-management") version "1.1.4"
java
}
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ annotationsVersion = 24.1.0
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
slf4jVersion = 2.0.13
springBootVersion = 3.2.5
springGraphQLVersion = 1.2.6
reactorVersion = 3.6.5

# test dependencies
junitVersion = 5.10.2
Expand Down

0 comments on commit 24a1129

Please sign in to comment.