Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 2d87c78 commit 9bb704e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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:6.24.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.25.0")
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotationsVersion = 24.1.0
graphQLJavaVersion = 21.3
mockWebServerVersion = 4.12.0
protobufVersion = 3.25.2
slf4jVersion = 2.0.11
slf4jVersion = 2.0.12
springBootVersion = 3.2.2
springGraphQLVersion = 1.2.4
reactorVersion = 3.6.2

# test dependencies
junitVersion = 5.10.1
junitVersion = 5.10.2

# plugin versions
nexusPublishPluginVersion = 1.1.0

0 comments on commit 9bb704e

Please sign in to comment.