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

Merged
merged 21 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
1f37657
Merge pull request #261 from OpenLiberty/staging
gkwan-ibm Aug 7, 2024
30b9740
Bump org.apache.maven.plugins:maven-surefire-plugin in /finish
dependabot[bot] Sep 1, 2024
69a0bfa
Bump org.jboss.resteasy:resteasy-json-binding-provider in /finish
dependabot[bot] Sep 1, 2024
e7c36b7
Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /finish
dependabot[bot] Sep 1, 2024
28018bc
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Sep 1, 2024
b1e14fd
Bump org.jboss.resteasy:resteasy-client in /finish
dependabot[bot] Sep 1, 2024
73eae0c
Bump org.apache.maven.plugins:maven-surefire-plugin in /start
dependabot[bot] Sep 1, 2024
935b3f1
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Sep 1, 2024
7398ea8
Bump org.jboss.resteasy:resteasy-client in /start
dependabot[bot] Sep 1, 2024
4c6cd95
Bump org.jboss.resteasy:resteasy-json-binding-provider in /start
dependabot[bot] Sep 1, 2024
22572df
Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /start
dependabot[bot] Sep 1, 2024
97d47d3
Merge pull request #262 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
b937ac3
Merge pull request #263 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
7b2d2ee
Merge pull request #264 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
415a276
Merge pull request #266 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
92cc504
Merge pull request #267 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
d1c844e
Merge pull request #268 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Sep 4, 2024
a3c9761
Merge pull request #269 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Sep 4, 2024
43b172b
Merge pull request #270 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Sep 4, 2024
cc723c0
Merge pull request #271 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Sep 4, 2024
3f0b3ca
Merge pull request #273 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
10 changes: 5 additions & 5 deletions finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
<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 All @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
</plugin>
<!-- Enable liberty-maven plugin -->
<plugin>
Expand All @@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<http.port>${liberty.var.http.port}</http.port>
Expand Down
10 changes: 5 additions & 5 deletions start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@
<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 All @@ -74,7 +74,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
</plugin>
<!-- Enable liberty-maven plugin -->
<plugin>
Expand All @@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<http.port>${liberty.var.http.port}</http.port>
Expand Down
Loading