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

Merged
merged 25 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
8422627
Merge pull request #295 from OpenLiberty/staging
gkwan-ibm Aug 8, 2024
7052c39
Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /finish
dependabot[bot] Sep 1, 2024
85de817
Bump org.jboss.resteasy:resteasy-client in /finish
dependabot[bot] Sep 1, 2024
1318e07
Bump org.jboss.resteasy:resteasy-json-binding-provider in /finish
dependabot[bot] Sep 1, 2024
cb8f137
Bump org.apache.maven.plugins:maven-failsafe-plugin in /finish
dependabot[bot] Sep 1, 2024
05d0949
Bump org.apache.maven.plugins:maven-surefire-plugin in /finish
dependabot[bot] Sep 1, 2024
0cf09a5
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 in /finish
dependabot[bot] Sep 1, 2024
734f283
Bump org.jboss.resteasy:resteasy-json-binding-provider in /start
dependabot[bot] Sep 1, 2024
3037ff4
Bump org.apache.maven.plugins:maven-failsafe-plugin in /start
dependabot[bot] Sep 1, 2024
8fe7ce2
Bump org.jboss.resteasy:resteasy-client in /start
dependabot[bot] Sep 1, 2024
6473ace
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.17.0 in /start
dependabot[bot] Sep 1, 2024
245bb49
Bump org.apache.maven.plugins:maven-surefire-plugin in /start
dependabot[bot] Sep 1, 2024
b9de973
Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.0 in /start
dependabot[bot] Sep 1, 2024
bbfdad8
Merge pull request #296 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
5355bbd
Merge pull request #297 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
b4657cf
Merge pull request #298 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
38c11f2
Merge pull request #299 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
c9c0fe6
Merge pull request #300 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
067e244
Merge pull request #301 from OpenLiberty/dependabot/maven/finish/org.…
gkwan-ibm Sep 4, 2024
dc44e7a
Merge pull request #303 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Sep 4, 2024
58fc32e
Merge pull request #305 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Sep 4, 2024
13eeb93
Merge pull request #306 from OpenLiberty/dependabot/maven/start/org.j…
gkwan-ibm Sep 4, 2024
bd043e5
Merge pull request #307 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Sep 4, 2024
f4fe6c1
Merge pull request #308 from OpenLiberty/dependabot/maven/start/org.a…
gkwan-ibm Sep 4, 2024
9f7a597
Merge pull request #309 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
12 changes: 6 additions & 6 deletions finish/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.15.0</version>
<version>3.17.0</version>
</dependency>
<!-- For tests -->
<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 @@ -96,13 +96,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<inventory.service.root>${inventory.service.root}</inventory.service.root>
Expand Down
10 changes: 5 additions & 5 deletions finish/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,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-json-binding-provider</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-client</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.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.3.1</version>
<version>3.5.0</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<system.service.root>${system.service.root}</system.service.root>
Expand Down
12 changes: 6 additions & 6 deletions start/inventory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,25 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.15.0</version>
<version>3.17.0</version>
</dependency>
<!-- For tests -->
<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,13 +91,13 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<inventory.service.root>${inventory.service.root}</inventory.service.root>
Expand Down
10 changes: 5 additions & 5 deletions start/system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,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-json-binding-provider</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-client</artifactId>
<version>6.2.9.Final</version>
<version>6.2.10.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.3.1</version>
<version>3.5.0</version>
</plugin>
<!-- Plugin to run functional tests -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.3.1</version>
<version>3.5.0</version>
<configuration>
<systemPropertyVariables>
<system.service.root>${system.service.root}</system.service.root>
Expand Down
Loading