Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
2cddfcc
Merge pull request #260 from OpenLiberty/staging
gkwan-ibm Oct 3, 2024
df52a25
Bump org.apache.maven.plugins:maven-surefire-plugin in /start
dependabot[bot] Nov 1, 2024
ba22ce6
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Nov 1, 2024
6918ce5
Bump io.openliberty.tools:liberty-maven-plugin in /start
dependabot[bot] Nov 1, 2024
49a30e3
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /start
dependabot[bot] Nov 1, 2024
169e09a
Bump org.apache.maven.plugins:maven-surefire-plugin in /finish
dependabot[bot] Nov 1, 2024
f8e0990
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /finish
dependabot[bot] Nov 1, 2024
5e85924
Bump io.openliberty.tools:liberty-maven-plugin in /finish
dependabot[bot] Nov 1, 2024
afb6825
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Nov 1, 2024
78630c2
Merge pull request #261 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 6, 2024
be91f52
Merge pull request #262 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 6, 2024
2a9cbd8
Merge pull request #263 from OpenLiberty/dependabot/maven/start/io.op…
gkwan-ibm Nov 6, 2024
545f3e2
Merge pull request #264 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Nov 6, 2024
8c20989
Merge pull request #265 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 6, 2024
fe0730c
Merge pull request #266 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 6, 2024
8937710
Merge pull request #267 from OpenLiberty/dependabot/maven/finish/io.o…
gkwan-ibm Nov 6, 2024
1c20bf9
Merge pull request #268 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
<!-- tag::configuration[] -->
<configuration>
<!-- Copy the hazelcast library -->
Expand All @@ -104,14 +104,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>

<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<systemPropertyVariables>
<http.port>${liberty.var.http.port}</http.port>
Expand Down
8 changes: 4 additions & 4 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.1</version>
<version>5.11.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -83,7 +83,7 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
<configuration>
<!-- Copy the hazelcast library -->
<copyDependencies>
Expand All @@ -103,14 +103,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>

<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<systemPropertyVariables>
<http.port>${liberty.var.http.port}</http.port>
Expand Down
Loading