Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit e212b2b

Browse files
committed
up versions
1 parent 71945fc commit e212b2b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
plugins {
2-
id 'org.springframework.boot' version '2.4.2'
2+
id 'org.springframework.boot' version '2.4.5'
33
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
44
id 'java'
5-
id 'com.google.protobuf' version '0.8.12'
5+
id 'com.google.protobuf' version '0.8.16'
66
}
77

88
group = 'io.adven.grpc.wiremock'
@@ -13,8 +13,8 @@ repositories {
1313
mavenCentral()
1414
}
1515

16-
def grpcVersion = '1.29.0'
17-
def protobufVersion = '3.12.1'
16+
def grpcVersion = '1.37.0'
17+
def protobufVersion = '3.16.0'
1818
def protocVersion = protobufVersion
1919

2020
dependencies {
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)