Skip to content

Commit 2745c8a

Browse files
authored
Merge pull request #219 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents a0fd88c + b9b9bf4 commit 2745c8a

File tree

6 files changed

+44
-44
lines changed

6 files changed

+44
-44
lines changed

finish/inventory/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,54 +56,54 @@
5656
<dependency>
5757
<groupId>org.apache.kafka</groupId>
5858
<artifactId>kafka-clients</artifactId>
59-
<version>3.7.0</version>
59+
<version>3.8.0</version>
6060
</dependency>
6161
<!-- tag::rxjava[] -->
6262
<dependency>
6363
<groupId>io.reactivex.rxjava3</groupId>
6464
<artifactId>rxjava</artifactId>
65-
<version>3.1.8</version>
65+
<version>3.1.9</version>
6666
</dependency>
6767
<!-- end::rxjava[] -->
6868
<dependency>
6969
<groupId>org.slf4j</groupId>
7070
<artifactId>slf4j-api</artifactId>
71-
<version>2.0.13</version>
71+
<version>2.0.16</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.slf4j</groupId>
7575
<artifactId>slf4j-simple</artifactId>
76-
<version>2.0.13</version>
76+
<version>2.0.16</version>
7777
</dependency>
7878
<!-- For tests -->
7979
<dependency>
8080
<groupId>org.testcontainers</groupId>
8181
<artifactId>kafka</artifactId>
82-
<version>1.19.8</version>
82+
<version>1.20.1</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.junit.jupiter</groupId>
8787
<artifactId>junit-jupiter</artifactId>
88-
<version>5.10.2</version>
88+
<version>5.11.0</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.testcontainers</groupId>
9393
<artifactId>junit-jupiter</artifactId>
94-
<version>1.19.8</version>
94+
<version>1.20.1</version>
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>
9898
<groupId>org.jboss.resteasy</groupId>
9999
<artifactId>resteasy-client</artifactId>
100-
<version>6.2.9.Final</version>
100+
<version>6.2.10.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.9.Final</version>
106+
<version>6.2.10.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.2.5</version>
142+
<version>3.5.0</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.2.5</version>
149+
<version>3.5.0</version>
150150
<executions>
151151
<execution>
152152
<goals>

finish/models/pom.xml

Lines changed: 2 additions & 2 deletions
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.7.0</version>
26+
<version>3.8.0</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.eclipse</groupId>
3838
<artifactId>yasson</artifactId>
39-
<version>3.0.3</version>
39+
<version>3.0.4</version>
4040
</dependency>
4141
</dependencies>
4242

finish/system/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,42 +55,42 @@
5555
<dependency>
5656
<groupId>org.apache.kafka</groupId>
5757
<artifactId>kafka-clients</artifactId>
58-
<version>3.7.0</version>
58+
<version>3.8.0</version>
5959
</dependency>
6060
<!-- tag::rxjava[] -->
6161
<dependency>
6262
<groupId>io.reactivex.rxjava3</groupId>
6363
<artifactId>rxjava</artifactId>
64-
<version>3.1.8</version>
64+
<version>3.1.9</version>
6565
</dependency>
6666
<!-- end::rxjava[] -->
6767
<dependency>
6868
<groupId>org.slf4j</groupId>
6969
<artifactId>slf4j-api</artifactId>
70-
<version>2.0.13</version>
70+
<version>2.0.16</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.slf4j</groupId>
7474
<artifactId>slf4j-simple</artifactId>
75-
<version>2.0.13</version>
75+
<version>2.0.16</version>
7676
</dependency>
7777
<!-- For tests -->
7878
<dependency>
7979
<groupId>org.testcontainers</groupId>
8080
<artifactId>kafka</artifactId>
81-
<version>1.19.8</version>
81+
<version>1.20.1</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.junit.jupiter</groupId>
8686
<artifactId>junit-jupiter</artifactId>
87-
<version>5.10.2</version>
87+
<version>5.11.0</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.testcontainers</groupId>
9292
<artifactId>junit-jupiter</artifactId>
93-
<version>1.19.8</version>
93+
<version>1.20.1</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.2.5</version>
129+
<version>3.5.0</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.2.5</version>
136+
<version>3.5.0</version>
137137
<executions>
138138
<execution>
139139
<id>integration-test</id>

start/inventory/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,54 +57,54 @@
5757
<dependency>
5858
<groupId>org.apache.kafka</groupId>
5959
<artifactId>kafka-clients</artifactId>
60-
<version>3.7.0</version>
60+
<version>3.8.0</version>
6161
</dependency>
6262
<!-- tag::rxjava[] -->
6363
<dependency>
6464
<groupId>io.reactivex.rxjava3</groupId>
6565
<artifactId>rxjava</artifactId>
66-
<version>3.1.8</version>
66+
<version>3.1.9</version>
6767
</dependency>
6868
<!-- end::rxjava[] -->
6969
<dependency>
7070
<groupId>org.slf4j</groupId>
7171
<artifactId>slf4j-api</artifactId>
72-
<version>2.0.13</version>
72+
<version>2.0.16</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.slf4j</groupId>
7676
<artifactId>slf4j-simple</artifactId>
77-
<version>2.0.13</version>
77+
<version>2.0.16</version>
7878
</dependency>
7979
<!-- For tests -->
8080
<dependency>
8181
<groupId>org.testcontainers</groupId>
8282
<artifactId>kafka</artifactId>
83-
<version>1.19.8</version>
83+
<version>1.20.1</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.junit.jupiter</groupId>
8888
<artifactId>junit-jupiter</artifactId>
89-
<version>5.10.2</version>
89+
<version>5.11.0</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.testcontainers</groupId>
9494
<artifactId>junit-jupiter</artifactId>
95-
<version>1.19.8</version>
95+
<version>1.20.1</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>
9999
<groupId>org.jboss.resteasy</groupId>
100100
<artifactId>resteasy-client</artifactId>
101-
<version>6.2.9.Final</version>
101+
<version>6.2.10.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.9.Final</version>
107+
<version>6.2.10.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.2.5</version>
143+
<version>3.5.0</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.2.5</version>
150+
<version>3.5.0</version>
151151
<executions>
152152
<execution>
153153
<goals>

start/models/pom.xml

Lines changed: 2 additions & 2 deletions
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.7.0</version>
26+
<version>3.8.0</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.eclipse</groupId>
3838
<artifactId>yasson</artifactId>
39-
<version>3.0.3</version>
39+
<version>3.0.4</version>
4040
</dependency>
4141
</dependencies>
4242

start/system/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,42 +55,42 @@
5555
<dependency>
5656
<groupId>org.apache.kafka</groupId>
5757
<artifactId>kafka-clients</artifactId>
58-
<version>3.7.0</version>
58+
<version>3.8.0</version>
5959
</dependency>
6060
<!-- tag::rxjava[] -->
6161
<dependency>
6262
<groupId>io.reactivex.rxjava3</groupId>
6363
<artifactId>rxjava</artifactId>
64-
<version>3.1.8</version>
64+
<version>3.1.9</version>
6565
</dependency>
6666
<!-- end::rxjava[] -->
6767
<dependency>
6868
<groupId>org.slf4j</groupId>
6969
<artifactId>slf4j-api</artifactId>
70-
<version>2.0.13</version>
70+
<version>2.0.16</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.slf4j</groupId>
7474
<artifactId>slf4j-simple</artifactId>
75-
<version>2.0.13</version>
75+
<version>2.0.16</version>
7676
</dependency>
7777
<!-- For tests -->
7878
<dependency>
7979
<groupId>org.testcontainers</groupId>
8080
<artifactId>kafka</artifactId>
81-
<version>1.19.8</version>
81+
<version>1.20.1</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.junit.jupiter</groupId>
8686
<artifactId>junit-jupiter</artifactId>
87-
<version>5.10.2</version>
87+
<version>5.11.0</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.testcontainers</groupId>
9292
<artifactId>junit-jupiter</artifactId>
93-
<version>1.19.8</version>
93+
<version>1.20.1</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.2.5</version>
129+
<version>3.5.0</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.2.5</version>
136+
<version>3.5.0</version>
137137
<executions>
138138
<execution>
139139
<id>integration-test</id>

0 commit comments

Comments
 (0)