File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
name : Build
11
11
runs-on : ubuntu-20.04
12
12
steps :
13
- - uses : actions/checkout@v2.3.4
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
- id : setup-java-17
17
17
name : Setup Java 17
18
- uses : actions/setup-java@v2
18
+ uses : actions/setup-java@v4
19
19
with :
20
20
distribution : adopt
21
21
java-version : 17
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
10
10
name : Build
11
11
runs-on : ubuntu-20.04
12
12
steps :
13
- - uses : actions/checkout@v2.3.4
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
fetch-depth : 0
16
16
- id : setup-java-17
17
17
name : Setup Java 17
18
- uses : actions/setup-java@v2
18
+ uses : actions/setup-java@v4
19
19
with :
20
20
distribution : adopt
21
21
java-version : 17
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
name : Build
13
13
runs-on : ubuntu-20.04
14
14
steps :
15
- - uses : actions/checkout@v2.3.4
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
fetch-depth : 0
18
18
- id : setup-java-17
19
19
name : Setup Java 17
20
- uses : actions/setup-java@v2
20
+ uses : actions/setup-java@v4
21
21
with :
22
22
distribution : adopt
23
23
java-version : 17
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ tasks {
26
26
27
27
description = " Java Bindings for the OpenTelemetry Protocol (OTLP)"
28
28
29
- val grpcVersion = " 1.56 .1"
30
- val protobufVersion = " 3.23.4 "
29
+ val grpcVersion = " 1.65 .1"
30
+ val protobufVersion = " 4.27.2 "
31
31
32
32
repositories {
33
33
mavenCentral()
You can’t perform that action at this time.
0 commit comments