From de4dace38d878893a005aa4e6758faf1d00aea59 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 00:43:22 +0000 Subject: [PATCH] fix(deps): update all dependencies --- build.gradle | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 0e2bb48..fb438ce 100644 --- a/build.gradle +++ b/build.gradle @@ -39,11 +39,11 @@ dependencyManagement { protobuf { protoc { - artifact = 'com.google.protobuf:protoc:4.34.1' + artifact = 'com.google.protobuf:protoc:4.35.0' } plugins { grpc { - artifact = 'io.grpc:protoc-gen-grpc-java:1.80.0' + artifact = 'io.grpc:protoc-gen-grpc-java:1.81.0' } } generateProtoTasks { @@ -76,12 +76,12 @@ dependencies { implementation 'org.springframework.grpc:spring-grpc-spring-boot-starter' implementation 'gg.jte:jte:3.2.4' implementation "gg.jte:jte-spring-boot-starter-4:3.2.4" - implementation("com.google.protobuf:protobuf-java:4.34.1") + implementation("com.google.protobuf:protobuf-java:4.35.0") compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' implementation 'org.mapstruct:mapstruct:1.6.3' annotationProcessor 'org.mapstruct:mapstruct-processor:1.6.3' - annotationProcessor "no.entur.mapstruct.spi:protobuf-spi-impl:1.53.0" + annotationProcessor "no.entur.mapstruct.spi:protobuf-spi-impl:1.54.0" testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'org.springframework.boot:spring-boot-starter-webmvc-test' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b52fb7e..df6a6ad 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500