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 2022/02/16 10:42:32 UTC

[myfaces-tobago] branch tobago-2.x updated: build(deps-dev): bump js from 1.6R2 to 1.7R2

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

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


The following commit(s) were added to refs/heads/tobago-2.x by this push:
     new 8917eff  build(deps-dev): bump js from 1.6R2 to 1.7R2
8917eff is described below

commit 8917effc43daec20611141bdb3c5e3c36094c1f1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Feb 16 10:29:56 2022 +0000

    build(deps-dev): bump js from 1.6R2 to 1.7R2
    
    Bumps js from 1.6R2 to 1.7R2.
    
    ---
    updated-dependencies:
    - dependency-name: rhino:js
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 tobago-theme/tobago-theme-scarborough/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-theme/tobago-theme-scarborough/pom.xml b/tobago-theme/tobago-theme-scarborough/pom.xml
index 769719f..f9248f7 100644
--- a/tobago-theme/tobago-theme-scarborough/pom.xml
+++ b/tobago-theme/tobago-theme-scarborough/pom.xml
@@ -141,7 +141,7 @@
     <dependency>
       <groupId>rhino</groupId>
       <artifactId>js</artifactId>
-      <version>1.6R2</version>
+      <version>1.7R2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>