Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #350

Merged
merged 1 commit into from
Jan 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.6
secops: apollo/circleci-secops-orb@2.0.7

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.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.2"
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.2
springGraphQLVersion = 1.2.4
reactorVersion = 3.6.2

# test dependencies
junitVersion = 5.10.0
junitVersion = 5.10.1

# plugin versions
nexusPublishPluginVersion = 1.1.0