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 Dec 4, 2023
1 parent 8355e54 commit 14911c5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
secops: apollo/circleci-secops-orb@2.0.1
secops: apollo/circleci-secops-orb@2.0.3

workflows:
security-scans:
Expand Down
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.23.3")
}
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.0"
id("io.spring.dependency-management") version "1.1.4"
java
}

Expand Down
12 changes: 6 additions & 6 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
springBootVersion = 3.2.0
springGraphQLVersion = 1.2.4
reactorVersion = 3.6.0

# test dependencies
junitVersion = 5.10.0
junitVersion = 5.10.1

# plugin versions
nexusPublishPluginVersion = 1.1.0

0 comments on commit 14911c5

Please sign in to comment.