Skip to content

Commit b853ccb

Browse files
authored
Merge pull request #178 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 8d09264 + 729de63 commit b853ccb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Diff for: finish/pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,19 @@
4545
<dependency>
4646
<groupId>org.junit.jupiter</groupId>
4747
<artifactId>junit-jupiter</artifactId>
48-
<version>5.12.0</version>
48+
<version>5.12.1</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-client</artifactId>
54-
<version>6.2.11.Final</version>
54+
<version>6.2.12.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>
5858
<groupId>org.jboss.resteasy</groupId>
5959
<artifactId>resteasy-json-binding-provider</artifactId>
60-
<version>6.2.11.Final</version>
60+
<version>6.2.12.Final</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.testcontainers</groupId>
7878
<artifactId>testcontainers</artifactId>
79-
<version>1.20.5</version>
79+
<version>1.20.6</version>
8080
<scope>test</scope>
8181
</dependency>
8282
<!-- end::testcontainers[] -->
@@ -120,13 +120,13 @@
120120
</dependencyGroup>
121121
</copyDependencies>
122122
</configuration>
123-
<version>3.11.2</version>
123+
<version>3.11.3</version>
124124
</plugin>
125125
<!-- tag::failsafe[] -->
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-failsafe-plugin</artifactId>
129-
<version>3.5.2</version>
129+
<version>3.5.3</version>
130130
<configuration>
131131
<systemPropertyVariables>
132132
<http.port>${liberty.var.http.port}</http.port>

Diff for: start/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,19 @@
4444
<dependency>
4545
<groupId>org.junit.jupiter</groupId>
4646
<artifactId>junit-jupiter</artifactId>
47-
<version>5.12.0</version>
47+
<version>5.12.1</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.jboss.resteasy</groupId>
5252
<artifactId>resteasy-client</artifactId>
53-
<version>6.2.11.Final</version>
53+
<version>6.2.12.Final</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.jboss.resteasy</groupId>
5858
<artifactId>resteasy-json-binding-provider</artifactId>
59-
<version>6.2.11.Final</version>
59+
<version>6.2.12.Final</version>
6060
<scope>test</scope>
6161
</dependency>
6262
<dependency>
@@ -95,7 +95,7 @@
9595
</dependencyGroup>
9696
</copyDependencies>
9797
</configuration>
98-
<version>3.11.2</version>
98+
<version>3.11.3</version>
9999
</plugin>
100100
</plugins>
101101
</build>

0 commit comments

Comments
 (0)