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 Oct 31, 2023
1 parent 42ae752 commit bc89ec5
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.2

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.22.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
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.1.3"
id("org.springframework.boot") version "3.1.5"
id("io.spring.dependency-management") version "1.1.3"
java
}
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = 3.0-SNAPSHOT
# dependencies
annotationsVersion = 24.0.1
graphQLJavaVersion = 21.1
mockWebServerVersion = 4.11.0
mockWebServerVersion = 4.12.0
protobufVersion = 3.24.3
slf4jVersion = 2.0.9
springBootVersion = 3.1.4
springBootVersion = 3.1.5
springGraphQLVersion = 1.2.3
reactorVersion = 3.5.9
reactorVersion = 3.5.11

# test dependencies
junitVersion = 5.10.0
Expand Down

0 comments on commit bc89ec5

Please sign in to comment.