Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2024
1 parent b9af10d commit f2382fe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.3.0"
id("io.spring.dependency-management") version "1.1.5"
id("org.springframework.boot") version "3.3.4"
id("io.spring.dependency-management") version "1.1.6"
java
}

Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotationsVersion = 24.1.0
graphQLJavaVersion = 22.1
mockWebServerVersion = 4.12.0
protobufVersion = 4.27.1
slf4jVersion = 2.0.13
springBootVersion = 3.3.0
springGraphQLVersion = 1.3.0
reactorVersion = 3.6.6
slf4jVersion = 2.0.16
springBootVersion = 3.3.4
springGraphQLVersion = 1.3.2
reactorVersion = 3.6.10

# test dependencies
junitVersion = 5.10.2
junitVersion = 5.11.1

# plugin versions
nexusPublishPluginVersion = 1.1.0

0 comments on commit f2382fe

Please sign in to comment.