Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependabot Bump #162

Merged
merged 17 commits into from
Nov 4, 2024
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
9b04d7a
Merge pull request #153 from OpenLiberty/staging
gkwan-ibm Oct 2, 2024
cf88ce7
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /finish
dependabot[bot] Nov 1, 2024
f66f8e3
Bump io.openliberty.tools:liberty-maven-plugin in /finish
dependabot[bot] Nov 1, 2024
46bbf6c
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Nov 1, 2024
f556daa
Bump org.apache.maven.plugins:maven-surefire-plugin in /finish
dependabot[bot] Nov 1, 2024
a59c926
Bump io.openliberty.tools:liberty-maven-plugin in /start
dependabot[bot] Nov 1, 2024
490f878
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Nov 1, 2024
3c5a187
Bump org.apache.maven.plugins:maven-surefire-plugin in /start
dependabot[bot] Nov 1, 2024
ef0613e
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /start
dependabot[bot] Nov 1, 2024
6f4de86
Merge pull request #154 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
df85397
Merge pull request #155 from OpenLiberty/dependabot/maven/finish/io.o…
gkwan-ibm Nov 4, 2024
82546d8
Merge pull request #156 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
628a2f6
Merge pull request #157 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
15b01ed
Merge pull request #158 from OpenLiberty/dependabot/maven/start/io.op…
gkwan-ibm Nov 4, 2024
75824c6
Merge pull request #159 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 4, 2024
f420f20
Merge pull request #160 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 4, 2024
f07470a
Merge pull request #161 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Nov 4, 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/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,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 @@ -90,19 +90,19 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
</plugin>
<!-- Plugin to run unit tests -->
<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>
<system.ip>${system.ip}</system.ip>
Expand Down
8 changes: 4 additions & 4 deletions finish/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 @@ -71,19 +71,19 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
</plugin>
<!-- Plugin to run unit tests -->
<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>
<system.ip>${system.ip}</system.ip>
Expand Down
8 changes: 4 additions & 4 deletions start/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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,19 +82,19 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
</plugin>
<!-- Plugin to run unit tests -->
<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>
<system.ip>${system.ip}</system.ip>
Expand Down
8 changes: 4 additions & 4 deletions start/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 @@ -71,19 +71,19 @@
<plugin>
<groupId>io.openliberty.tools</groupId>
<artifactId>liberty-maven-plugin</artifactId>
<version>3.10.3</version>
<version>3.11.1</version>
</plugin>
<!-- Plugin to run unit tests -->
<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>
<system.ip>${system.ip}</system.ip>
Expand Down
Loading