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] committed Jun 20, 2024
1 parent 2fbb254 commit 1a2834b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation(
"build.buf.gen:getstrm_pace_protocolbuffers_kotlin:25.3.0.2.$generatedBufDependencyVersion",
)
implementation("build.buf:protovalidate:0.2.0")
implementation("build.buf:protovalidate:0.2.1")

// Test dependencies
testImplementation("org.springframework.boot:spring-boot-starter-test") {
Expand Down
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version = 1.0.0-alpha.72
kotlinVersion=1.9.23
kotlinVersion=1.9.24
postgresPort=5432
schema=pace
springBootVersion=3.2.3
springBootVersion=3.3.1
jooqVersion=3.18.7
kotestVersion = 5.8.1
springCloudKubernetesVersion=3.1.0
flywayVersion=10.10.0
kotestVersion = 5.9.1
springCloudKubernetesVersion=3.1.2
flywayVersion=10.15.0
protobufJavaUtilVersion=3.25.3

dockertag = pace-local
Expand Down
24 changes: 12 additions & 12 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.4"
id("nu.studer.jooq")
id("org.flywaydb.flyway")
id("org.openapi.generator")
Expand Down Expand Up @@ -77,15 +77,15 @@ 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.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11")
implementation("com.databricks:databricks-sdk-java:0.26.0")
implementation("com.microsoft.sqlserver:mssql-jdbc:12.6.2.jre11")
implementation(
"org.springframework.cloud:spring-cloud-starter-kubernetes-fabric8-config:$springCloudKubernetesVersion"
)
implementation("com.nimbusds:nimbus-jose-jwt:9.37.3")
implementation("org.bouncycastle:bcpkix-jdk18on:1.77")
implementation("com.nimbusds:nimbus-jose-jwt:9.40")
implementation("org.bouncycastle:bcpkix-jdk18on:1.78.1")

implementation(enforcedPlatform("com.google.cloud:libraries-bom:26.34.0"))
implementation(enforcedPlatform("com.google.cloud:libraries-bom:26.42.0"))
implementation("com.google.cloud:google-cloud-bigquery")
implementation("com.google.cloud:google-cloud-datacatalog")
implementation("com.google.cloud:google-cloud-datalineage")
Expand All @@ -95,12 +95,12 @@ dependencies {
implementation(
"build.buf.gen:getstrm_pace_protocolbuffers_java:25.3.0.2.$generatedBufDependencyVersion"
)
implementation("build.buf:protovalidate:0.2.0")
implementation("build.buf:protovalidate:0.2.1")

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

implementation("com.aallam.openai:openai-client:3.7.0")
implementation(platform("io.ktor:ktor-bom:2.3.9"))
implementation("com.aallam.openai:openai-client:3.8.1")
implementation(platform("io.ktor:ktor-bom:2.3.11"))
runtimeOnly("io.ktor:ktor-client-okhttp")
implementation("io.ktor:ktor-client-logging")

Expand All @@ -110,8 +110,8 @@ dependencies {
}
testImplementation("io.kotest:kotest-assertions-core-jvm:$kotestVersion")
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("io.mockk:mockk:1.13.10")
testImplementation("io.zonky.test:embedded-postgres:2.0.6")
testImplementation("io.mockk:mockk:1.13.11")
testImplementation("io.zonky.test:embedded-postgres:2.0.7")
}

openApiGenerate {
Expand Down

0 comments on commit 1a2834b

Please sign in to comment.