Skip to content

Commit 13a7ff3

Browse files
committed
update to latest versions (gh-516)
1 parent 64227d7 commit 13a7ff3

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

envcn/.env

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
APP_VERSION=0.0.3-SNAPSHOT
2-
ELK_VERSION=7.16.2
3-
RABBIT_MQ=3.9.11-management
4-
ZIPKIN=2.23.15
5-
MY_SQL=8.0.27
6-
KEY_CLOAK=15.1.1
2+
ELK_VERSION=7.17.1
3+
RABBIT_MQ=3.9.13-management
4+
ZIPKIN=2.23.16
5+
MY_SQL=8.0.28
6+
KEY_CLOAK=16.1.1

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.springframework.boot</groupId>
66
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>2.6.2</version>
7+
<version>2.6.4</version>
88
<relativePath /> <!-- lookup parent from repository -->
99
</parent>
1010
<groupId>com.ubaid.ms</groupId>
@@ -29,7 +29,7 @@
2929

3030
<properties>
3131
<java.version>17</java.version>
32-
<spring-cloud.version>2021.0.0</spring-cloud.version>
32+
<spring-cloud.version>2021.0.1</spring-cloud.version>
3333
</properties>
3434

3535
<dependencies>

readme.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ Abstract
88
- **Distributed Tracing**
99
- Following are the Tools and technologies which I am using:
1010
- **Java 17**
11-
- **Spring Boot 2.6.2**
12-
- **Spring Cloud 2021.0.0 (Security, Config Server, Service Discovery and Distributed Tracing)**
13-
- **KeyCloak Server (Authorization Server) 15.1.1**
14-
- **Zipkin Version 2.23.15 (Distribute Tracing)**
15-
- **Rabbit MQ Version 3.9.11-management(Message Broker)**
16-
- **ELK Stack Version 7.16.2**
11+
- **Spring Boot 2.6.4**
12+
- **Spring Cloud 2021.0.1 (Security, Config Server, Service Discovery and Distributed Tracing)**
13+
- **KeyCloak Server (Authorization Server) 16.1.1**
14+
- **Zipkin Version 2.23.16 (Distribute Tracing)**
15+
- **Rabbit MQ Version 3.9.13-management(Message Broker)**
16+
- **ELK Stack Version 7.17.1**
1717

1818
Requirements
1919
-----------

0 commit comments

Comments
 (0)