You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2021/06/10 06:19:53 UTC

[myfaces-tobago] branch master updated: build(deps): bump quarkus.version from 1.13.6.Final to 1.13.7.Final

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

lofwyr 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 728a089  build(deps): bump quarkus.version from 1.13.6.Final to 1.13.7.Final
728a089 is described below

commit 728a08903d8fbbedfb3671d10ecdb7142b20bb79
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Jun 10 05:51:20 2021 +0000

    build(deps): bump quarkus.version from 1.13.6.Final to 1.13.7.Final
    
    Bumps `quarkus.version` from 1.13.6.Final to 1.13.7.Final.
    
    Updates `quarkus-bom` from 1.13.6.Final to 1.13.7.Final
    - [Release notes](https://github.com/quarkusio/quarkus/releases)
    - [Commits](https://github.com/quarkusio/quarkus/compare/1.13.6.Final...1.13.7.Final)
    
    Updates `quarkus-maven-plugin` from 1.13.6.Final to 1.13.7.Final
    
    ---
    updated-dependencies:
    - dependency-name: io.quarkus:quarkus-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.quarkus:quarkus-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 d5b8141..fc17870 100644
--- a/tobago-example/pom.xml
+++ b/tobago-example/pom.xml
@@ -28,7 +28,7 @@
 
   <properties>
     <app.packaging>war</app.packaging>
-    <quarkus.version>1.13.6.Final</quarkus.version>
+    <quarkus.version>1.13.7.Final</quarkus.version>
   </properties>
 
   <modules>