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 #234

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
5dc4e0f
Merge pull request #225 from OpenLiberty/staging
gkwan-ibm Oct 29, 2024
516ac40
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /finish
dependabot[bot] Nov 1, 2024
03db0dd
Bump io.openliberty.tools:liberty-maven-plugin in /finish
dependabot[bot] Nov 1, 2024
750fec0
Bump org.apache.maven.plugins:maven-surefire-plugin in /finish
dependabot[bot] Nov 1, 2024
2ab4362
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Nov 1, 2024
1e0db84
Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.3 in /start
dependabot[bot] Nov 1, 2024
bbec76b
Bump io.openliberty.tools:liberty-maven-plugin in /start
dependabot[bot] Nov 1, 2024
ac03965
Bump org.apache.maven.plugins:maven-surefire-plugin in /start
dependabot[bot] Nov 1, 2024
59bbe1b
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Nov 1, 2024
b3ea3ca
Merge pull request #226 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
bbd32a2
Merge pull request #227 from OpenLiberty/dependabot/maven/finish/io.o…
gkwan-ibm Nov 4, 2024
b572c03
Merge pull request #228 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
44b4444
Merge pull request #229 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Nov 4, 2024
0f52df7
Merge pull request #230 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Nov 4, 2024
30a2fbb
Merge pull request #231 from OpenLiberty/dependabot/maven/start/io.op…
gkwan-ibm Nov 4, 2024
6f0ffbd
Merge pull request #232 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Nov 4, 2024
2108397
Merge pull request #233 from OpenLiberty/dependabot/maven/start/org.a…
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 @@ -54,7 +54,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 @@ -89,19 +89,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>
<cluster.ip>${cluster.ip}</cluster.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 @@ -43,7 +43,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 @@ -72,19 +72,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>
<cluster.ip>${cluster.ip}</cluster.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 @@ -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 @@ -81,19 +81,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>
<cluster.ip>${cluster.ip}</cluster.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 @@ -43,7 +43,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 @@ -72,19 +72,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>
<cluster.ip>${cluster.ip}</cluster.ip>
Expand Down
Loading