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 Jan 14, 2025
1 parent 1c56ca0 commit 6c33a9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ repositories {
}

dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.1")
implementation("com.diffplug.spotless:spotless-plugin-gradle:7.0.2")
}
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.3.6"
id("org.springframework.boot") version "3.4.1"
id("io.spring.dependency-management") version "1.1.7"
java
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ graphQLJavaVersion = 22.3
# generated proto v3 messages can be used with v3 and v4
protobufVersion = 3.25.5
slf4jVersion = 2.0.16
springBootVersion = 3.3.6
springBootVersion = 3.4.1

# test dependencies
junitVersion = 5.10.5
junitVersion = 5.11.4
mockWebServerVersion = 4.12.0
springGraphQLVersion = 1.3.3
reactorVersion = 3.6.12
reactorVersion = 3.7.2

# plugin versions
nexusPublishPluginVersion = 1.1.0

0 comments on commit 6c33a9d

Please sign in to comment.