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

Merged
merged 17 commits into from
Dec 2, 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
cedeb6a
Merge pull request #235 from OpenLiberty/staging
gkwan-ibm Nov 6, 2024
d97096f
Bump org.jboss.resteasy:resteasy-client in /start
dependabot[bot] Dec 1, 2024
cdec0ee
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Dec 1, 2024
1500339
Bump org.jboss.resteasy:resteasy-json-binding-provider in /start
dependabot[bot] Dec 1, 2024
cf20f54
Bump org.apache.maven.plugins:maven-surefire-plugin in /start
dependabot[bot] Dec 1, 2024
0a8bd92
Bump org.jboss.resteasy:resteasy-json-binding-provider in /finish
dependabot[bot] Dec 1, 2024
1d50a93
Bump org.apache.maven.plugins:maven-surefire-plugin in /finish
dependabot[bot] Dec 1, 2024
09b09f8
Bump org.jboss.resteasy:resteasy-client in /finish
dependabot[bot] Dec 1, 2024
e82f315
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Dec 1, 2024
39a0ed2
Merge pull request #237 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Dec 2, 2024
9749106
Merge pull request #238 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Dec 2, 2024
73a6a5f
Merge pull request #239 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Dec 2, 2024
f8b1c05
Merge pull request #240 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Dec 2, 2024
c2d8f43
Merge pull request #241 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 2, 2024
5f87756
Merge pull request #242 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 2, 2024
ac01d91
Merge pull request #243 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 2, 2024
24dc42e
Merge pull request #244 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 2, 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 @@ -60,13 +60,13 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.10.Final</version>
<version>6.2.11.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.2.10.Final</version>
<version>6.2.11.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -95,13 +95,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</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 @@ -49,13 +49,13 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.10.Final</version>
<version>6.2.11.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.2.10.Final</version>
<version>6.2.11.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -78,13 +78,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</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 @@ -52,13 +52,13 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.10.Final</version>
<version>6.2.11.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.2.10.Final</version>
<version>6.2.11.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -87,13 +87,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</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 @@ -49,13 +49,13 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.10.Final</version>
<version>6.2.11.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.2.10.Final</version>
<version>6.2.11.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -78,13 +78,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<configuration>
<systemPropertyVariables>
<cluster.ip>${cluster.ip}</cluster.ip>
Expand Down
Loading