Skip to content

Commit 6a755dd

Browse files
authored
Merge pull request #36 from lyes-sefiane/dependencies-upgrade-event-driven-architecture-using-apache-activemq
Dependencies Upgrade
2 parents 94721a3 + a0ef808 commit 6a755dd

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Event-Driven Architecture using Apache ActiveMQ
22

3-
### © 2024 | Lyes Sefiane <img src="https://raw.githubusercontent.com/wiki/lyes-sefiane/grocery-items-management-application/images/algeria-flag-icon.png" width="2%"> <img src="https://raw.githubusercontent.com/wiki/lyes-sefiane/grocery-items-management-application/images/canada-flag-icon.png" width="2%"> All Rights Reserved | [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
3+
### © 2024 | Sefiane, Lyes <img src="https://raw.githubusercontent.com/wiki/lyes-sefiane/grocery-items-management-application/images/algeria-flag-icon.png" width="2%"> <img src="https://raw.githubusercontent.com/wiki/lyes-sefiane/grocery-items-management-application/images/canada-flag-icon.png" width="2%"> All Rights Reserved | [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
44

55
[![CC BY-NC-ND 4.0][cc-by-nc-nd-image]][cc-by-nc-nd]
66

gateway-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.2</version>
9+
<version>3.4.4</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.lsefiane</groupId>
@@ -16,7 +16,7 @@
1616
<description>Spring Cloud Gateway for Pub/Sub Microservices</description>
1717
<properties>
1818
<java.version>17</java.version>
19-
<spring-cloud.version>2023.0.3</spring-cloud.version>
19+
<spring-cloud.version>2024.0.1</spring-cloud.version>
2020
</properties>
2121
<dependencies>
2222
<dependency>

publisher-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.2</version>
9+
<version>3.4.4</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.lsefiane</groupId>
@@ -16,7 +16,7 @@
1616
<description>Spring Boot JMS with ActiveMQ Publisher</description>
1717
<properties>
1818
<java.version>17</java.version>
19-
<spring-cloud.version>2023.0.3</spring-cloud.version>
19+
<spring-cloud.version>2024.0.1</spring-cloud.version>
2020
</properties>
2121
<dependencies>
2222
<dependency>

publisher-subscriber-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.4.2</version>
8+
<version>3.4.4</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>com.lsefiane</groupId>

subscriber-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.2</version>
9+
<version>3.4.4</version>
1010
<relativePath /> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>com.lsefiane</groupId>
@@ -16,7 +16,7 @@
1616
<description>Spring Boot JMS with ActiveMQ Publisher</description>
1717
<properties>
1818
<java.version>17</java.version>
19-
<spring-cloud.version>2023.0.3</spring-cloud.version>
19+
<spring-cloud.version>2024.0.1</spring-cloud.version>
2020
</properties>
2121
<dependencies>
2222
<dependency>

0 commit comments

Comments
 (0)