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

Merged
merged 17 commits into from
Sep 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
1987000
Merge pull request #225 from OpenLiberty/staging
gkwan-ibm Aug 7, 2024
bbc16cd
Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /finish
dependabot[bot] Sep 1, 2024
c05cb30
Bump org.jboss.resteasy:resteasy-json-binding-provider in /finish
dependabot[bot] Sep 1, 2024
a1f047f
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Sep 1, 2024
b19a35f
Bump org.jboss.resteasy:resteasy-client in /finish
dependabot[bot] Sep 1, 2024
4bd9618
Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /start
dependabot[bot] Sep 1, 2024
22809c7
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Sep 1, 2024
e2442e0
Bump org.jboss.resteasy:resteasy-json-binding-provider in /start
dependabot[bot] Sep 1, 2024
8c4d670
Bump org.jboss.resteasy:resteasy-client in /start
dependabot[bot] Sep 1, 2024
a0f0058
Merge pull request #226 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
d641b66
Merge pull request #227 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
5412db4
Merge pull request #228 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
5c02685
Merge pull request #230 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
6b37954
Merge pull request #231 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Sep 4, 2024
f8414d7
Merge pull request #232 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Sep 4, 2024
2fac31e
Merge pull request #234 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Sep 4, 2024
6015b47
Merge pull request #235 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Sep 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/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ xsi:schemaLocation=
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -91,7 +91,7 @@ xsi:schemaLocation=
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<liberty.test.port>
Expand Down
8 changes: 4 additions & 4 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@ xsi:schemaLocation=
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.3</version>
<version>5.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-client</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-json-binding-provider</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -91,7 +91,7 @@ xsi:schemaLocation=
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<liberty.test.port>
Expand Down
Loading