Skip to content

Commit

Permalink
chore(deps): update gradle app dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 3903003 commit f2d6cf5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ version = 1.0.0-alpha.72
kotlinVersion=1.9.23
postgresPort=5432
schema=pace
springBootVersion=3.2.3
springBootVersion=3.2.4
jooqVersion=3.18.7
kotestVersion = 5.8.1
springCloudKubernetesVersion=3.1.0
springCloudKubernetesVersion=3.1.1
flywayVersion=10.10.0
protobufJavaUtilVersion=3.25.3

Expand Down
6 changes: 3 additions & 3 deletions server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ project.version =

plugins {
id("com.bmuschko.docker-remote-api")
id("com.apollographql.apollo3") version "3.8.2"
id("com.apollographql.apollo3") version "3.8.3"
id("nu.studer.jooq")
id("org.flywaydb.flyway")
id("org.openapi.generator")
Expand Down Expand Up @@ -77,7 +77,7 @@ dependencies {

// Self-managed dependencies
implementation("net.devh:grpc-server-spring-boot-starter:2.15.0.RELEASE")
implementation("com.databricks:databricks-sdk-java:0.20.0")
implementation("com.databricks:databricks-sdk-java:0.21.0")
implementation("com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11")
implementation(
"org.springframework.cloud:spring-cloud-starter-kubernetes-fabric8-config:$springCloudKubernetesVersion"
Expand All @@ -97,7 +97,7 @@ dependencies {
)
implementation("build.buf:protovalidate:0.2.0")

implementation("com.apollographql.apollo3:apollo-runtime:3.8.2")
implementation("com.apollographql.apollo3:apollo-runtime:3.8.3")

implementation("com.aallam.openai:openai-client:3.7.0")
implementation(platform("io.ktor:ktor-bom:2.3.9"))
Expand Down

0 comments on commit f2d6cf5

Please sign in to comment.