Skip to content

Commit

Permalink
Updated by github actions from guide-jms-intro
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidesBot authored and GuidesBot committed Nov 6, 2024
1 parent f3436d9 commit e003d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions instructions/cloud-hosted-guide-jms-intro/instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ Replace the ***pom.xml*** file of the inventory service.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -996,7 +996,7 @@ Replace the ***pom.xml*** file of the system service.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit e003d04

Please sign in to comment.