Skip to content

Commit 8eff9b7

Browse files
authored
Merge pull request #245 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents b707e9b + 1b5ea98 commit 8eff9b7

File tree

6 files changed

+30
-30
lines changed

6 files changed

+30
-30
lines changed

finish/inventory/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>org.apache.kafka</groupId>
5858
<artifactId>kafka-clients</artifactId>
59-
<version>3.8.0</version>
59+
<version>3.8.1</version>
6060
</dependency>
6161
<!-- tag::rxjava[] -->
6262
<dependency>
@@ -79,19 +79,19 @@
7979
<dependency>
8080
<groupId>org.testcontainers</groupId>
8181
<artifactId>kafka</artifactId>
82-
<version>1.20.2</version>
82+
<version>1.20.3</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.junit.jupiter</groupId>
8787
<artifactId>junit-jupiter</artifactId>
88-
<version>5.11.1</version>
88+
<version>5.11.3</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<dependency>
9292
<groupId>org.testcontainers</groupId>
9393
<artifactId>junit-jupiter</artifactId>
94-
<version>1.20.2</version>
94+
<version>1.20.3</version>
9595
<scope>test</scope>
9696
</dependency>
9797
<dependency>
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>io.openliberty.tools</groupId>
126126
<artifactId>liberty-maven-plugin</artifactId>
127-
<version>3.10.3</version>
127+
<version>3.11.1</version>
128128
<configuration>
129129
<!-- devc config -->
130130
<containerRunOpts>
@@ -139,14 +139,14 @@
139139
<plugin>
140140
<groupId>org.apache.maven.plugins</groupId>
141141
<artifactId>maven-surefire-plugin</artifactId>
142-
<version>3.5.0</version>
142+
<version>3.5.1</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.0</version>
149+
<version>3.5.1</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.0</version>
26+
<version>3.8.1</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>

finish/system/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.apache.kafka</groupId>
5757
<artifactId>kafka-clients</artifactId>
58-
<version>3.8.0</version>
58+
<version>3.8.1</version>
5959
</dependency>
6060
<!-- tag::rxjava[] -->
6161
<dependency>
@@ -78,19 +78,19 @@
7878
<dependency>
7979
<groupId>org.testcontainers</groupId>
8080
<artifactId>kafka</artifactId>
81-
<version>1.20.2</version>
81+
<version>1.20.3</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.junit.jupiter</groupId>
8686
<artifactId>junit-jupiter</artifactId>
87-
<version>5.11.1</version>
87+
<version>5.11.3</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.testcontainers</groupId>
9292
<artifactId>junit-jupiter</artifactId>
93-
<version>1.20.2</version>
93+
<version>1.20.3</version>
9494
<scope>test</scope>
9595
</dependency>
9696
</dependencies>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>io.openliberty.tools</groupId>
113113
<artifactId>liberty-maven-plugin</artifactId>
114-
<version>3.10.3</version>
114+
<version>3.11.1</version>
115115
<configuration>
116116
<!-- devc config -->
117117
<containerRunOpts>
@@ -126,14 +126,14 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-surefire-plugin</artifactId>
129-
<version>3.5.0</version>
129+
<version>3.5.1</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.0</version>
136+
<version>3.5.1</version>
137137
<executions>
138138
<execution>
139139
<id>integration-test</id>

start/inventory/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>org.apache.kafka</groupId>
5959
<artifactId>kafka-clients</artifactId>
60-
<version>3.8.0</version>
60+
<version>3.8.1</version>
6161
</dependency>
6262
<!-- tag::rxjava[] -->
6363
<dependency>
@@ -80,19 +80,19 @@
8080
<dependency>
8181
<groupId>org.testcontainers</groupId>
8282
<artifactId>kafka</artifactId>
83-
<version>1.20.2</version>
83+
<version>1.20.3</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.junit.jupiter</groupId>
8888
<artifactId>junit-jupiter</artifactId>
89-
<version>5.11.1</version>
89+
<version>5.11.3</version>
9090
<scope>test</scope>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.testcontainers</groupId>
9494
<artifactId>junit-jupiter</artifactId>
95-
<version>1.20.2</version>
95+
<version>1.20.3</version>
9696
<scope>test</scope>
9797
</dependency>
9898
<dependency>
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>io.openliberty.tools</groupId>
127127
<artifactId>liberty-maven-plugin</artifactId>
128-
<version>3.10.3</version>
128+
<version>3.11.1</version>
129129
<configuration>
130130
<!-- devc config -->
131131
<containerRunOpts>
@@ -140,14 +140,14 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-surefire-plugin</artifactId>
143-
<version>3.5.0</version>
143+
<version>3.5.1</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.0</version>
150+
<version>3.5.1</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.0</version>
26+
<version>3.8.1</version>
2727
<scope>provided</scope>
2828
</dependency>
2929
<dependency>

start/system/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.apache.kafka</groupId>
5757
<artifactId>kafka-clients</artifactId>
58-
<version>3.8.0</version>
58+
<version>3.8.1</version>
5959
</dependency>
6060
<!-- tag::rxjava[] -->
6161
<dependency>
@@ -78,19 +78,19 @@
7878
<dependency>
7979
<groupId>org.testcontainers</groupId>
8080
<artifactId>kafka</artifactId>
81-
<version>1.20.2</version>
81+
<version>1.20.3</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.junit.jupiter</groupId>
8686
<artifactId>junit-jupiter</artifactId>
87-
<version>5.11.1</version>
87+
<version>5.11.3</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.testcontainers</groupId>
9292
<artifactId>junit-jupiter</artifactId>
93-
<version>1.20.2</version>
93+
<version>1.20.3</version>
9494
<scope>test</scope>
9595
</dependency>
9696
</dependencies>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>io.openliberty.tools</groupId>
113113
<artifactId>liberty-maven-plugin</artifactId>
114-
<version>3.10.3</version>
114+
<version>3.11.1</version>
115115
<configuration>
116116
<!-- devc config -->
117117
<containerRunOpts>
@@ -126,14 +126,14 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-surefire-plugin</artifactId>
129-
<version>3.5.0</version>
129+
<version>3.5.1</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.0</version>
136+
<version>3.5.1</version>
137137
<executions>
138138
<execution>
139139
<id>integration-test</id>

0 commit comments

Comments
 (0)