Skip to content

Commit fb4d8dc

Browse files
authored
Merge pull request #217 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 9c93861 + 19685dd commit fb4d8dc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

finish/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.slf4j</groupId>
4545
<artifactId>slf4j-simple</artifactId>
46-
<version>2.0.16</version>
46+
<version>2.0.17</version>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
@@ -60,7 +60,7 @@
6060
<plugin>
6161
<groupId>au.com.dius.pact.provider</groupId>
6262
<artifactId>maven</artifactId>
63-
<version>4.6.16</version>
63+
<version>4.6.17</version>
6464
<configuration>
6565
<serviceProviders>
6666
// tag::serviceProvider[]

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
<dependency>
4040
<groupId>au.com.dius.pact.provider</groupId>
4141
<artifactId>junit5</artifactId>
42-
<version>4.6.16</version>
42+
<version>4.6.17</version>
4343
</dependency>
4444
<!-- end::pactDependency[] -->
4545
<dependency>
4646
<groupId>org.slf4j</groupId>
4747
<artifactId>slf4j-simple</artifactId>
48-
<version>2.0.16</version>
48+
<version>2.0.17</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.jboss.resteasy</groupId>

start/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.slf4j</groupId>
3838
<artifactId>slf4j-simple</artifactId>
39-
<version>2.0.16</version>
39+
<version>2.0.17</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.jboss.resteasy</groupId>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.slf4j</groupId>
4040
<artifactId>slf4j-simple</artifactId>
41-
<version>2.0.16</version>
41+
<version>2.0.17</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.jboss.resteasy</groupId>

0 commit comments

Comments
 (0)