Skip to content

Commit

Permalink
update to latest versions (gh-516)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaid4j committed Mar 13, 2022
1 parent 64227d7 commit 13a7ff3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions envcn/.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_VERSION=0.0.3-SNAPSHOT
ELK_VERSION=7.16.2
RABBIT_MQ=3.9.11-management
ZIPKIN=2.23.15
MY_SQL=8.0.27
KEY_CLOAK=15.1.1
ELK_VERSION=7.17.1
RABBIT_MQ=3.9.13-management
ZIPKIN=2.23.16
MY_SQL=8.0.28
KEY_CLOAK=16.1.1
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.2</version>
<version>2.6.4</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>com.ubaid.ms</groupId>
Expand All @@ -29,7 +29,7 @@

<properties>
<java.version>17</java.version>
<spring-cloud.version>2021.0.0</spring-cloud.version>
<spring-cloud.version>2021.0.1</spring-cloud.version>
</properties>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ Abstract
- **Distributed Tracing**
- Following are the Tools and technologies which I am using:
- **Java 17**
- **Spring Boot 2.6.2**
- **Spring Cloud 2021.0.0 (Security, Config Server, Service Discovery and Distributed Tracing)**
- **KeyCloak Server (Authorization Server) 15.1.1**
- **Zipkin Version 2.23.15 (Distribute Tracing)**
- **Rabbit MQ Version 3.9.11-management(Message Broker)**
- **ELK Stack Version 7.16.2**
- **Spring Boot 2.6.4**
- **Spring Cloud 2021.0.1 (Security, Config Server, Service Discovery and Distributed Tracing)**
- **KeyCloak Server (Authorization Server) 16.1.1**
- **Zipkin Version 2.23.16 (Distribute Tracing)**
- **Rabbit MQ Version 3.9.13-management(Message Broker)**
- **ELK Stack Version 7.17.1**

Requirements
-----------
Expand Down

0 comments on commit 13a7ff3

Please sign in to comment.