Skip to content

Commit

Permalink
feat(deps): update gradle app major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent bf53665 commit 3165d06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
// We let spring boot manage a few dependencies, even though we don't start a Spring application from this module.
implementation(platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion"))
implementation("org.springframework.boot:spring-boot-starter-jooq")
implementation("net.devh:grpc-server-spring-boot-starter:2.15.0.RELEASE")
implementation("net.devh:grpc-server-spring-boot-starter:3.1.0.RELEASE")

implementation("org.jetbrains.kotlin:kotlin-reflect")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core")
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version = 1.0.0-alpha.72
kotlinVersion=1.9.23
kotlinVersion=2.0.0
postgresPort=5432
schema=pace
springBootVersion=3.2.3
jooqVersion=3.18.7
kotestVersion = 5.8.1
springCloudKubernetesVersion=3.1.0
flywayVersion=10.10.0
protobufJavaUtilVersion=3.25.3
protobufJavaUtilVersion=4.27.1

dockertag = pace-local

Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {
runtimeOnly("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")

// Self-managed dependencies
implementation("net.devh:grpc-server-spring-boot-starter:2.15.0.RELEASE")
implementation("net.devh:grpc-server-spring-boot-starter:3.1.0.RELEASE")
implementation("com.databricks:databricks-sdk-java:0.20.0")
implementation("com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11")
implementation(
Expand Down

0 comments on commit 3165d06

Please sign in to comment.