You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/09 20:31:40 UTC

[myfaces-tobago] branch master updated: chore(deps): bump quarkus.version from 1.11.1.Final to 1.11.2.Final

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0a4de31  chore(deps): bump quarkus.version from 1.11.1.Final to 1.11.2.Final
0a4de31 is described below

commit 0a4de31d9925299a8a4b1a3533da0436ca67f88b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 9 20:13:45 2021 +0000

    chore(deps): bump quarkus.version from 1.11.1.Final to 1.11.2.Final
    
    Bumps `quarkus.version` from 1.11.1.Final to 1.11.2.Final.
    
    Updates `quarkus-bom` from 1.11.1.Final to 1.11.2.Final
    - [Release notes](https://github.com/quarkusio/quarkus/releases)
    - [Commits](https://github.com/quarkusio/quarkus/compare/1.11.1.Final...1.11.2.Final)
    
    Updates `quarkus-maven-plugin` from 1.11.1.Final to 1.11.2.Final
    
    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 1f79964..ee41a06 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -28,7 +28,7 @@
 
   <properties>
     <app.packaging>war</app.packaging>
-    <quarkus.version>1.11.1.Final</quarkus.version>
+    <quarkus.version>1.11.2.Final</quarkus.version>
     <tobago.version>${project.version}</tobago.version>
   </properties>