Skip to content

Commit 6944d2a

Browse files
committed
use fix range
1 parent f8490e8 commit 6944d2a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
<plugin.protobuf.version>0.5.1</plugin.protobuf.version>
4646
<plugin.source.version>3.0.1</plugin.source.version>
4747
<!-- dependency version -->
48-
<annotation.version>[1.3.2,)</annotation.version>
49-
<grpc.version>[1.9.0,)</grpc.version>
50-
<junit.version>[4.12,)</junit.version>
51-
<log4j.version>[1.2.17,)</log4j.version>
52-
<protobuf.version>[3.5.1,)</protobuf.version>
53-
<slf4j.version>[1.7.25,)</slf4j.version>
48+
<annotation.version>1.3.2</annotation.version>
49+
<grpc.version>1.11.0</grpc.version>
50+
<junit.version>4.12</junit.version>
51+
<log4j.version>1.2.17</log4j.version>
52+
<protobuf.version>3.5.1</protobuf.version>
53+
<slf4j.version>1.7.25</slf4j.version>
5454
</properties>
5555
<dependencies>
5656
<dependency>

0 commit comments

Comments
 (0)