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

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
3570dd4
Merge pull request #238 from OpenLiberty/staging
gkwan-ibm Nov 5, 2024
56a4f29
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Dec 1, 2024
8d5a469
Bump org.jboss.resteasy:resteasy-client in /start
dependabot[bot] Dec 1, 2024
3fdf498
Bump org.apache.maven.plugins:maven-surefire-plugin in /start
dependabot[bot] Dec 1, 2024
1b29572
Bump org.jboss.resteasy:resteasy-json-binding-provider in /start
dependabot[bot] Dec 1, 2024
b391714
Bump org.apache.maven.plugins:maven-surefire-plugin in /finish
dependabot[bot] Dec 1, 2024
ceb0a29
Bump org.jboss.resteasy:resteasy-client in /finish
dependabot[bot] Dec 1, 2024
bbbe20c
Bump org.jboss.resteasy:resteasy-json-binding-provider in /finish
dependabot[bot] Dec 1, 2024
fbd17ee
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Dec 1, 2024
1f3d7d5
Merge pull request #240 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Dec 2, 2024
6e94fc5
Merge pull request #242 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Dec 2, 2024
a6be18f
Merge pull request #243 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Dec 2, 2024
2a03d6d
Merge pull request #244 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 2, 2024
4faea32
Merge pull request #245 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 2, 2024
4d7e089
Merge pull request #246 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 2, 2024
0f3046a
Merge pull request #247 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Dec 2, 2024
4efadce
Merge pull request #241 from OpenLiberty/dependabot/maven/start/org.j…
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/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,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>
</dependencies>
Expand All @@ -77,13 +77,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>
<app.name>${project.version}</app.name>
Expand Down
8 changes: 4 additions & 4 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,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>
</dependencies>
Expand All @@ -77,13 +77,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>
<app.name>${project.version}</app.name>
Expand Down
Loading