Skip to content

Commit bd18a5c

Browse files
Dependabot Bump (#207)
* Bump io.openliberty.tools:liberty-maven-plugin in /finish/inventory Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/OpenLiberty/ci.maven/releases) - [Commits](OpenLiberty/ci.maven@liberty-maven-3.11.1...liberty-maven-3.11.2) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump au.com.dius.pact.provider:maven in /finish/inventory Bumps [au.com.dius.pact.provider:maven](https://github.com/pact-foundation/pact-jvm) from 4.6.15 to 4.6.16. - [Release notes](https://github.com/pact-foundation/pact-jvm/releases) - [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md) - [Commits](https://github.com/pact-foundation/pact-jvm/commits) --- updated-dependencies: - dependency-name: au.com.dius.pact.provider:maven dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump io.openliberty.tools:liberty-maven-plugin in /start/system Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/OpenLiberty/ci.maven/releases) - [Commits](OpenLiberty/ci.maven@liberty-maven-3.11.1...liberty-maven-3.11.2) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump io.openliberty.tools:liberty-maven-plugin in /start/inventory Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/OpenLiberty/ci.maven/releases) - [Commits](OpenLiberty/ci.maven@liberty-maven-3.11.1...liberty-maven-3.11.2) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump au.com.dius.pact.provider:junit5 in /finish/system Bumps [au.com.dius.pact.provider:junit5](https://github.com/pact-foundation/pact-jvm) from 4.6.15 to 4.6.16. - [Release notes](https://github.com/pact-foundation/pact-jvm/releases) - [Changelog](https://github.com/pact-foundation/pact-jvm/blob/master/CHANGELOG.md) - [Commits](https://github.com/pact-foundation/pact-jvm/commits) --- updated-dependencies: - dependency-name: au.com.dius.pact.provider:junit5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Bump io.openliberty.tools:liberty-maven-plugin in /finish/system Bumps [io.openliberty.tools:liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.11.1 to 3.11.2. - [Release notes](https://github.com/OpenLiberty/ci.maven/releases) - [Commits](OpenLiberty/ci.maven@liberty-maven-3.11.1...liberty-maven-3.11.2) --- updated-dependencies: - dependency-name: io.openliberty.tools:liberty-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ec86112 commit bd18a5c

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
@@ -60,7 +60,7 @@
6060
<plugin>
6161
<groupId>au.com.dius.pact.provider</groupId>
6262
<artifactId>maven</artifactId>
63-
<version>4.6.15</version>
63+
<version>4.6.16</version>
6464
<configuration>
6565
<serviceProviders>
6666
// tag::serviceProvider[]
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>io.openliberty.tools</groupId>
107107
<artifactId>liberty-maven-plugin</artifactId>
108-
<version>3.11.1</version>
108+
<version>3.11.2</version>
109109
</plugin>
110110
</plugins>
111111
</build>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>au.com.dius.pact.provider</groupId>
4141
<artifactId>junit5</artifactId>
42-
<version>4.6.15</version>
42+
<version>4.6.16</version>
4343
</dependency>
4444
<!-- end::pactDependency[] -->
4545
<dependency>
@@ -63,7 +63,7 @@
6363
<plugin>
6464
<groupId>io.openliberty.tools</groupId>
6565
<artifactId>liberty-maven-plugin</artifactId>
66-
<version>3.11.1</version>
66+
<version>3.11.2</version>
6767
</plugin>
6868
<!-- end::libertyMavenPlugin[] -->
6969
<plugin>

start/inventory/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>io.openliberty.tools</groupId>
7171
<artifactId>liberty-maven-plugin</artifactId>
72-
<version>3.11.1</version>
72+
<version>3.11.2</version>
7373
</plugin>
7474
</plugins>
7575
</build>

start/system/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>io.openliberty.tools</groupId>
5858
<artifactId>liberty-maven-plugin</artifactId>
59-
<version>3.11.1</version>
59+
<version>3.11.2</version>
6060
</plugin>
6161
<!-- end::libertyMavenPlugin[] -->
6262
<plugin>

0 commit comments

Comments
 (0)