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 Jan 15, 2024
1 parent 745884f commit 5439391
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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.21.0")
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.24.0")
}
2 changes: 1 addition & 1 deletion compatibility/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:17
FROM openjdk:17.0.2

EXPOSE 4001
RUN mkdir /app
Expand Down
4 changes: 2 additions & 2 deletions compatibility/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import java.util.Properties

plugins {
id("org.springframework.boot") version "3.1.3"
id("io.spring.dependency-management") version "1.1.3"
id("org.springframework.boot") version "3.2.1"
id("io.spring.dependency-management") version "1.1.4"
java
}

Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ group = com.apollographql.federation
version = 3.0-SNAPSHOT

# dependencies
annotationsVersion = 24.0.1
annotationsVersion = 24.1.0
graphQLJavaVersion = 21.1
mockWebServerVersion = 4.11.0
mockWebServerVersion = 4.12.0
protobufVersion = 3.25.1
slf4jVersion = 2.0.9
springBootVersion = 3.1.4
springGraphQLVersion = 1.2.3
reactorVersion = 3.5.9
slf4jVersion = 2.0.11
springBootVersion = 3.2.1
springGraphQLVersion = 1.2.4
reactorVersion = 3.6.2

# test dependencies
junitVersion = 5.10.0
junitVersion = 5.10.1

# plugin versions
nexusPublishPluginVersion = 1.1.0

0 comments on commit 5439391

Please sign in to comment.