Skip to content

Commit ef2e371

Browse files
authored
Merge pull request #378 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents aa46e49 + bbccc49 commit ef2e371

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ You will see the following output:
142142

143143
This command might take some time to run the first time because the dependencies and the Docker image for Open Liberty must download. If you run the same command again, it will be faster.
144144

145-
You can also try out the `inventory` integration tests by repeating the same commands in the `finish/inventory` directory.
145+
You can also try out the `inventory` integration tests by repeating the same command but replacing `system` with `inventory`.
146146

147147

148148
== Testing with the Kafka consumer client

finish/inventory/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.junit.jupiter</groupId>
8080
<artifactId>junit-jupiter</artifactId>
81-
<version>5.13.4</version>
81+
<version>5.14.0</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
@@ -91,13 +91,13 @@
9191
<dependency>
9292
<groupId>org.jboss.resteasy</groupId>
9393
<artifactId>resteasy-client</artifactId>
94-
<version>6.2.12.Final</version>
94+
<version>6.2.14.Final</version>
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.jboss.resteasy</groupId>
9999
<artifactId>resteasy-json-binding-provider</artifactId>
100-
<version>6.2.12.Final</version>
100+
<version>6.2.14.Final</version>
101101
<scope>test</scope>
102102
</dependency>
103103
</dependencies>
@@ -132,14 +132,14 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-surefire-plugin</artifactId>
135-
<version>3.5.3</version>
135+
<version>3.5.4</version>
136136
</plugin>
137137

138138
<!-- Plugin to run integration tests -->
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-failsafe-plugin</artifactId>
142-
<version>3.5.3</version>
142+
<version>3.5.4</version>
143143
<executions>
144144
<execution>
145145
<goals>

finish/system/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>io.reactivex.rxjava3</groupId>
5757
<artifactId>rxjava</artifactId>
58-
<version>3.1.11</version>
58+
<version>3.1.12</version>
5959
</dependency>
6060

6161
<!-- For tests -->
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.junit.jupiter</groupId>
8181
<artifactId>junit-jupiter</artifactId>
82-
<version>5.13.4</version>
82+
<version>5.14.0</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
@@ -125,14 +125,14 @@
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-surefire-plugin</artifactId>
128-
<version>3.5.3</version>
128+
<version>3.5.4</version>
129129
</plugin>
130130

131131
<!-- Plugin to run integration tests -->
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-failsafe-plugin</artifactId>
135-
<version>3.5.3</version>
135+
<version>3.5.4</version>
136136
<executions>
137137
<execution>
138138
<id>integration-test</id>

start/inventory/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.junit.jupiter</groupId>
7979
<artifactId>junit-jupiter</artifactId>
80-
<version>5.13.4</version>
80+
<version>5.14.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
@@ -89,13 +89,13 @@
8989
<dependency>
9090
<groupId>org.jboss.resteasy</groupId>
9191
<artifactId>resteasy-client</artifactId>
92-
<version>6.2.12.Final</version>
92+
<version>6.2.14.Final</version>
9393
<scope>test</scope>
9494
</dependency>
9595
<dependency>
9696
<groupId>org.jboss.resteasy</groupId>
9797
<artifactId>resteasy-json-binding-provider</artifactId>
98-
<version>6.2.12.Final</version>
98+
<version>6.2.14.Final</version>
9999
<scope>test</scope>
100100
</dependency>
101101
</dependencies>
@@ -130,14 +130,14 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-surefire-plugin</artifactId>
133-
<version>3.5.3</version>
133+
<version>3.5.4</version>
134134
</plugin>
135135

136136
<!-- Plugin to run integration tests -->
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-failsafe-plugin</artifactId>
140-
<version>3.5.3</version>
140+
<version>3.5.4</version>
141141
<executions>
142142
<execution>
143143
<goals>

start/system/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>io.reactivex.rxjava3</groupId>
5757
<artifactId>rxjava</artifactId>
58-
<version>3.1.11</version>
58+
<version>3.1.12</version>
5959
</dependency>
6060
<dependency>
6161
<groupId>org.slf4j</groupId>
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>org.junit.jupiter</groupId>
7979
<artifactId>junit-jupiter</artifactId>
80-
<version>5.13.4</version>
80+
<version>5.14.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
@@ -118,14 +118,14 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-surefire-plugin</artifactId>
121-
<version>3.5.3</version>
121+
<version>3.5.4</version>
122122
</plugin>
123123

124124
<!-- Plugin to run integration tests -->
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-failsafe-plugin</artifactId>
128-
<version>3.5.3</version>
128+
<version>3.5.4</version>
129129
<executions>
130130
<execution>
131131
<id>integration-test</id>

0 commit comments

Comments
 (0)