Skip to content

Commit

Permalink
Updated by github actions from guide-jms-intro (#3570)
Browse files Browse the repository at this point in the history
Co-authored-by: GuidesBot <[email protected]>
  • Loading branch information
GuidesBot and GuidesBot authored Nov 6, 2024
1 parent a378824 commit 66d526d
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 66d526d

Please sign in to comment.