Skip to content

Commit 91f63ae

Browse files
authored
Merge pull request #311 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 9b12612 + da1b6ae commit 91f63ae

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

finish/inventory/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -72,32 +72,32 @@
7272
<dependency>
7373
<groupId>org.testcontainers</groupId>
7474
<artifactId>kafka</artifactId>
75-
<version>1.20.5</version>
75+
<version>1.20.6</version>
7676
<scope>test</scope>
7777
</dependency>
7878
<dependency>
7979
<groupId>org.junit.jupiter</groupId>
8080
<artifactId>junit-jupiter</artifactId>
81-
<version>5.12.0</version>
81+
<version>5.12.1</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.testcontainers</groupId>
8686
<artifactId>junit-jupiter</artifactId>
87-
<version>1.20.5</version>
87+
<version>1.20.6</version>
8888
<scope>test</scope>
8989
</dependency>
9090
<!-- end::dependencies[] -->
9191
<dependency>
9292
<groupId>org.jboss.resteasy</groupId>
9393
<artifactId>resteasy-client</artifactId>
94-
<version>6.2.11.Final</version>
94+
<version>6.2.12.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.11.Final</version>
100+
<version>6.2.12.Final</version>
101101
<scope>test</scope>
102102
</dependency>
103103
</dependencies>
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>io.openliberty.tools</groupId>
120120
<artifactId>liberty-maven-plugin</artifactId>
121-
<version>3.11.2</version>
121+
<version>3.11.3</version>
122122
<configuration>
123123
<!-- devc config -->
124124
<containerRunOpts>
@@ -132,14 +132,14 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-surefire-plugin</artifactId>
135-
<version>3.5.2</version>
135+
<version>3.5.3</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.2</version>
142+
<version>3.5.3</version>
143143
<executions>
144144
<execution>
145145
<goals>

finish/system/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -73,19 +73,19 @@
7373
<dependency>
7474
<groupId>org.testcontainers</groupId>
7575
<artifactId>kafka</artifactId>
76-
<version>1.20.5</version>
76+
<version>1.20.6</version>
7777
<scope>test</scope>
7878
</dependency>
7979
<dependency>
8080
<groupId>org.junit.jupiter</groupId>
8181
<artifactId>junit-jupiter</artifactId>
82-
<version>5.12.0</version>
82+
<version>5.12.1</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
8686
<groupId>org.testcontainers</groupId>
8787
<artifactId>junit-jupiter</artifactId>
88-
<version>1.20.5</version>
88+
<version>1.20.6</version>
8989
<scope>test</scope>
9090
</dependency>
9191
<!-- end::dependencies[] -->
@@ -107,7 +107,7 @@
107107
<plugin>
108108
<groupId>io.openliberty.tools</groupId>
109109
<artifactId>liberty-maven-plugin</artifactId>
110-
<version>3.11.2</version>
110+
<version>3.11.3</version>
111111
<configuration>
112112
<!-- tag::devc_config[] -->
113113
<!-- devc config -->
@@ -125,14 +125,14 @@
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-surefire-plugin</artifactId>
128-
<version>3.5.2</version>
128+
<version>3.5.3</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.2</version>
135+
<version>3.5.3</version>
136136
<executions>
137137
<execution>
138138
<id>integration-test</id>

start/inventory/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -71,31 +71,31 @@
7171
<dependency>
7272
<groupId>org.testcontainers</groupId>
7373
<artifactId>kafka</artifactId>
74-
<version>1.20.5</version>
74+
<version>1.20.6</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.junit.jupiter</groupId>
7979
<artifactId>junit-jupiter</artifactId>
80-
<version>5.12.0</version>
80+
<version>5.12.1</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.testcontainers</groupId>
8585
<artifactId>junit-jupiter</artifactId>
86-
<version>1.20.5</version>
86+
<version>1.20.6</version>
8787
<scope>test</scope>
8888
</dependency>
8989
<dependency>
9090
<groupId>org.jboss.resteasy</groupId>
9191
<artifactId>resteasy-client</artifactId>
92-
<version>6.2.11.Final</version>
92+
<version>6.2.12.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.11.Final</version>
98+
<version>6.2.12.Final</version>
9999
<scope>test</scope>
100100
</dependency>
101101
</dependencies>
@@ -116,7 +116,7 @@
116116
<plugin>
117117
<groupId>io.openliberty.tools</groupId>
118118
<artifactId>liberty-maven-plugin</artifactId>
119-
<version>3.11.2</version>
119+
<version>3.11.3</version>
120120
<configuration>
121121
<!-- devc config -->
122122
<containerRunOpts>
@@ -130,14 +130,14 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-surefire-plugin</artifactId>
133-
<version>3.5.2</version>
133+
<version>3.5.3</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.2</version>
140+
<version>3.5.3</version>
141141
<executions>
142142
<execution>
143143
<goals>

start/system/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,19 @@
7171
<dependency>
7272
<groupId>org.testcontainers</groupId>
7373
<artifactId>kafka</artifactId>
74-
<version>1.20.5</version>
74+
<version>1.20.6</version>
7575
<scope>test</scope>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.junit.jupiter</groupId>
7979
<artifactId>junit-jupiter</artifactId>
80-
<version>5.12.0</version>
80+
<version>5.12.1</version>
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
8484
<groupId>org.testcontainers</groupId>
8585
<artifactId>junit-jupiter</artifactId>
86-
<version>1.20.5</version>
86+
<version>1.20.6</version>
8787
<scope>test</scope>
8888
</dependency>
8989
</dependencies>
@@ -104,7 +104,7 @@
104104
<plugin>
105105
<groupId>io.openliberty.tools</groupId>
106106
<artifactId>liberty-maven-plugin</artifactId>
107-
<version>3.11.2</version>
107+
<version>3.11.3</version>
108108
<configuration>
109109
<!-- devc config -->
110110
<containerRunOpts>
@@ -118,14 +118,14 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-surefire-plugin</artifactId>
121-
<version>3.5.2</version>
121+
<version>3.5.3</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.2</version>
128+
<version>3.5.3</version>
129129
<executions>
130130
<execution>
131131
<id>integration-test</id>

0 commit comments

Comments
 (0)