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

Merged
merged 17 commits into from
Dec 3, 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
eb93446
Merge pull request #168 from OpenLiberty/staging
gkwan-ibm Nov 6, 2024
3929b67
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Dec 1, 2024
4e1d182
Bump org.apache.maven.plugins:maven-surefire-plugin in /start
dependabot[bot] Dec 1, 2024
a866cf6
Bump org.jboss.resteasy:resteasy-json-binding-provider in /start
dependabot[bot] Dec 1, 2024
41f54c7
Bump org.jboss.resteasy:resteasy-client in /start
dependabot[bot] Dec 1, 2024
7a9b044
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Dec 1, 2024
3ab17e1
Bump org.jboss.resteasy:resteasy-client in /finish
dependabot[bot] Dec 1, 2024
f16af5e
Bump org.jboss.resteasy:resteasy-json-binding-provider in /finish
dependabot[bot] Dec 1, 2024
45f57f2
Bump org.apache.maven.plugins:maven-surefire-plugin in /finish
dependabot[bot] Dec 1, 2024
f53a3a0
Merge pull request #170 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Dec 3, 2024
a68e65c
Merge pull request #171 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Dec 3, 2024
46738d3
Merge pull request #172 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Dec 3, 2024
c3e7e76
Merge pull request #173 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Dec 3, 2024
ef894c4
Merge pull request #174 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 3, 2024
6620b58
Merge pull request #175 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 3, 2024
ae4e4bd
Merge pull request #176 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 3, 2024
abb1e47
Merge pull request #177 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 3, 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/graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
<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>
<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>
Expand Down Expand Up @@ -100,13 +100,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>
<http.port>${liberty.var.http.port}</http.port>
Expand Down
8 changes: 4 additions & 4 deletions finish/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
<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>
<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>
Expand Down Expand Up @@ -88,13 +88,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>
<http.port>${liberty.var.http.port}</http.port>
Expand Down
8 changes: 4 additions & 4 deletions start/graphql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@
<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>
<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>
Expand Down Expand Up @@ -101,13 +101,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>
<http.port>${liberty.var.http.port}</http.port>
Expand Down
8 changes: 4 additions & 4 deletions start/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
<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>
<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>
Expand Down Expand Up @@ -97,13 +97,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>
<http.port>${liberty.var.http.port}</http.port>
Expand Down
Loading