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/03/04 08:25:38 UTC

[myfaces-tobago] branch master updated: chore(deps): bump quarkus.version from 1.12.0.Final to 1.12.1.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 8502536  chore(deps): bump quarkus.version from 1.12.0.Final to 1.12.1.Final
8502536 is described below

commit 85025363f3aad970518d55c773fa5e422597de77
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 4 07:05:55 2021 +0000

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