Skip to content

Commit df0cc22

Browse files
authored
Merge pull request #264 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 8eff9b7 + bf1f5a3 commit df0cc22

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

finish/inventory/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@
5656
<dependency>
5757
<groupId>org.apache.kafka</groupId>
5858
<artifactId>kafka-clients</artifactId>
59-
<version>3.8.1</version>
59+
<version>3.9.0</version>
6060
</dependency>
6161
<!-- tag::rxjava[] -->
6262
<dependency>
6363
<groupId>io.reactivex.rxjava3</groupId>
6464
<artifactId>rxjava</artifactId>
65-
<version>3.1.9</version>
65+
<version>3.1.10</version>
6666
</dependency>
6767
<!-- end::rxjava[] -->
6868
<dependency>
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.testcontainers</groupId>
8181
<artifactId>kafka</artifactId>
82-
<version>1.20.3</version>
82+
<version>1.20.4</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
@@ -91,19 +91,19 @@
9191
<dependency>
9292
<groupId>org.testcontainers</groupId>
9393
<artifactId>junit-jupiter</artifactId>
94-
<version>1.20.3</version>
94+
<version>1.20.4</version>
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.jboss.resteasy</groupId>
9999
<artifactId>resteasy-client</artifactId>
100-
<version>6.2.10.Final</version>
100+
<version>6.2.11.Final</version>
101101
<scope>test</scope>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.jboss.resteasy</groupId>
105105
<artifactId>resteasy-json-binding-provider</artifactId>
106-
<version>6.2.10.Final</version>
106+
<version>6.2.11.Final</version>
107107
<scope>test</scope>
108108
</dependency>
109109
</dependencies>
@@ -139,14 +139,14 @@
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-surefire-plugin</artifactId>
142-
<version>3.5.1</version>
142+
<version>3.5.2</version>
143143
</plugin>
144144

145145
<!-- Plugin to run integration tests -->
146146
<plugin>
147147
<groupId>org.apache.maven.plugins</groupId>
148148
<artifactId>maven-failsafe-plugin</artifactId>
149-
<version>3.5.1</version>
149+
<version>3.5.2</version>
150150
<executions>
151151
<execution>
152152
<goals>

finish/models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.apache.kafka</groupId>
2525
<artifactId>kafka-clients</artifactId>
26-
<version>3.8.1</version>
26+
<version>3.9.0</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>

finish/system/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
<dependency>
5656
<groupId>org.apache.kafka</groupId>
5757
<artifactId>kafka-clients</artifactId>
58-
<version>3.8.1</version>
58+
<version>3.9.0</version>
5959
</dependency>
6060
<!-- tag::rxjava[] -->
6161
<dependency>
6262
<groupId>io.reactivex.rxjava3</groupId>
6363
<artifactId>rxjava</artifactId>
64-
<version>3.1.9</version>
64+
<version>3.1.10</version>
6565
</dependency>
6666
<!-- end::rxjava[] -->
6767
<dependency>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.testcontainers</groupId>
8080
<artifactId>kafka</artifactId>
81-
<version>1.20.3</version>
81+
<version>1.20.4</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.testcontainers</groupId>
9292
<artifactId>junit-jupiter</artifactId>
93-
<version>1.20.3</version>
93+
<version>1.20.4</version>
9494
<scope>test</scope>
9595
</dependency>
9696
</dependencies>
@@ -126,14 +126,14 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-surefire-plugin</artifactId>
129-
<version>3.5.1</version>
129+
<version>3.5.2</version>
130130
</plugin>
131131

132132
<!-- Plugin to run integration tests -->
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-failsafe-plugin</artifactId>
136-
<version>3.5.1</version>
136+
<version>3.5.2</version>
137137
<executions>
138138
<execution>
139139
<id>integration-test</id>

start/inventory/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
<dependency>
5858
<groupId>org.apache.kafka</groupId>
5959
<artifactId>kafka-clients</artifactId>
60-
<version>3.8.1</version>
60+
<version>3.9.0</version>
6161
</dependency>
6262
<!-- tag::rxjava[] -->
6363
<dependency>
6464
<groupId>io.reactivex.rxjava3</groupId>
6565
<artifactId>rxjava</artifactId>
66-
<version>3.1.9</version>
66+
<version>3.1.10</version>
6767
</dependency>
6868
<!-- end::rxjava[] -->
6969
<dependency>
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.testcontainers</groupId>
8282
<artifactId>kafka</artifactId>
83-
<version>1.20.3</version>
83+
<version>1.20.4</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>
@@ -92,19 +92,19 @@
9292
<dependency>
9393
<groupId>org.testcontainers</groupId>
9494
<artifactId>junit-jupiter</artifactId>
95-
<version>1.20.3</version>
95+
<version>1.20.4</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.jboss.resteasy</groupId>
100100
<artifactId>resteasy-client</artifactId>
101-
<version>6.2.10.Final</version>
101+
<version>6.2.11.Final</version>
102102
<scope>test</scope>
103103
</dependency>
104104
<dependency>
105105
<groupId>org.jboss.resteasy</groupId>
106106
<artifactId>resteasy-json-binding-provider</artifactId>
107-
<version>6.2.10.Final</version>
107+
<version>6.2.11.Final</version>
108108
<scope>test</scope>
109109
</dependency>
110110
</dependencies>
@@ -140,14 +140,14 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-surefire-plugin</artifactId>
143-
<version>3.5.1</version>
143+
<version>3.5.2</version>
144144
</plugin>
145145

146146
<!-- Plugin to run integration tests -->
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-failsafe-plugin</artifactId>
150-
<version>3.5.1</version>
150+
<version>3.5.2</version>
151151
<executions>
152152
<execution>
153153
<goals>

start/models/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.apache.kafka</groupId>
2525
<artifactId>kafka-clients</artifactId>
26-
<version>3.8.1</version>
26+
<version>3.9.0</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>

start/system/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
<dependency>
5656
<groupId>org.apache.kafka</groupId>
5757
<artifactId>kafka-clients</artifactId>
58-
<version>3.8.1</version>
58+
<version>3.9.0</version>
5959
</dependency>
6060
<!-- tag::rxjava[] -->
6161
<dependency>
6262
<groupId>io.reactivex.rxjava3</groupId>
6363
<artifactId>rxjava</artifactId>
64-
<version>3.1.9</version>
64+
<version>3.1.10</version>
6565
</dependency>
6666
<!-- end::rxjava[] -->
6767
<dependency>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.testcontainers</groupId>
8080
<artifactId>kafka</artifactId>
81-
<version>1.20.3</version>
81+
<version>1.20.4</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
@@ -90,7 +90,7 @@
9090
<dependency>
9191
<groupId>org.testcontainers</groupId>
9292
<artifactId>junit-jupiter</artifactId>
93-
<version>1.20.3</version>
93+
<version>1.20.4</version>
9494
<scope>test</scope>
9595
</dependency>
9696
</dependencies>
@@ -126,14 +126,14 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-surefire-plugin</artifactId>
129-
<version>3.5.1</version>
129+
<version>3.5.2</version>
130130
</plugin>
131131

132132
<!-- Plugin to run integration tests -->
133133
<plugin>
134134
<groupId>org.apache.maven.plugins</groupId>
135135
<artifactId>maven-failsafe-plugin</artifactId>
136-
<version>3.5.1</version>
136+
<version>3.5.2</version>
137137
<executions>
138138
<execution>
139139
<id>integration-test</id>

0 commit comments

Comments
 (0)