You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/06/13 06:44:31 UTC

[myfaces-tobago] branch tobago-5.x updated: build(deps): bump liberty-maven-plugin from 3.8.1 to 3.8.2

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 3207443bdc build(deps): bump liberty-maven-plugin from 3.8.1 to 3.8.2
3207443bdc is described below

commit 3207443bdc25fcf1814664c168847b6f6c17f54c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jun 12 16:58:46 2023 +0000

    build(deps): bump liberty-maven-plugin from 3.8.1 to 3.8.2
    
    Bumps [liberty-maven-plugin](https://github.com/OpenLiberty/ci.maven) from 3.8.1 to 3.8.2.
    - [Release notes](https://github.com/OpenLiberty/ci.maven/releases)
    - [Commits](https://github.com/OpenLiberty/ci.maven/compare/liberty-maven-3.8.1...liberty-maven-3.8.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] <su...@github.com>
---
 tobago-example/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/pom.xml b/tobago-example/pom.xml
index b2bda2fe43..0821450614 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -591,7 +591,7 @@
           <plugin>
             <groupId>io.openliberty.tools</groupId>
             <artifactId>liberty-maven-plugin</artifactId>
-            <version>3.8.1</version>
+            <version>3.8.2</version>
             <configuration>
               <serverXmlFile>${project.basedir}/src/test/liberty/config/server.xml</serverXmlFile>
             </configuration>