Skip to content

Commit

Permalink
Upgrading spring version
Browse files Browse the repository at this point in the history
  • Loading branch information
DImuthuUpe committed Dec 31, 2019
1 parent 1c8c495 commit c4417d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -110,8 +110,8 @@
<consul.client>1.3.8</consul.client>
<h2>1.4.191</h2>
<protobuf.java>3.9.1</protobuf.java>
<grpc.spring.boot>3.5.0</grpc.spring.boot>
<spring.boot.data.jpa>1.5.13.RELEASE</spring.boot.data.jpa>
<grpc.spring.boot>3.5.1</grpc.spring.boot>
<spring.boot.data.jpa>2.2.1.RELEASE</spring.boot.data.jpa>
<dozer>5.5.1</dozer>
<jsch>0.1.55</jsch>
<sshj>0.23.0</sshj>
Expand Down
6 changes: 6 additions & 0 deletions services/pom.xml
Expand Up @@ -47,6 +47,12 @@
<groupId>io.github.lognet</groupId>
<artifactId>grpc-spring-boot-starter</artifactId>
<version>${grpc.spring.boot}</version>
<exclusions>
<exclusion>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit c4417d1

Please sign in to comment.