Skip to content

Commit

Permalink
Merge pull request #131 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 committed Mar 22, 2024
2 parents 7047608 + 740cdcc commit aa81df3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 24 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/add-pr-to-project.yml

This file was deleted.

6 changes: 3 additions & 3 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -74,13 +74,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
</plugin>
<!-- Enable liberty-maven plugin -->
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10</version>
<version>3.10.2</version>
</plugin>
<!-- Plugin to run unit tests -->
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.1</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -74,13 +74,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
</plugin>
<!-- Enable liberty-maven plugin -->
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10</version>
<version>3.10.2</version>
</plugin>
<!-- Plugin to run unit tests -->
<plugin>
Expand Down

0 comments on commit aa81df3

Please sign in to comment.