Skip to content

Commit

Permalink
Merge pull request #149 from OpenLiberty/staging
Browse files Browse the repository at this point in the history
Merge staging to prod - Dependabot Bump
  • Loading branch information
gkwan-ibm authored Jan 9, 2025
2 parents a9b7c1b + c6e1c48 commit 863465a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -120,7 +120,7 @@
</dependencyGroup>
</copyDependencies>
</configuration>
<version>3.11.1</version>
<version>3.11.2</version>
</plugin>
<!-- tag::failsafe[] -->
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.3</version>
<version>5.11.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -95,7 +95,7 @@
</dependencyGroup>
</copyDependencies>
</configuration>
<version>3.11.1</version>
<version>3.11.2</version>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit 863465a

Please sign in to comment.