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

bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git


The following commit(s) were added to refs/heads/main by this push:
     new 1d369e3  fix #80 (code scanning alert) (#81)
1d369e3 is described below

commit 1d369e3e0b1f65f11b225ec8ada45369c8cba1a8
Author: Alexander Alten <[email protected]>
AuthorDate: Sun Mar 13 21:00:33 2022 +0100

    fix #80 (code scanning alert) (#81)
    
    https://github.com/apache/incubator-wayang/issues/80
---
 wayang-docs/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wayang-docs/pom.xml b/wayang-docs/pom.xml
index 6a52d2d..93cd2c9 100644
--- a/wayang-docs/pom.xml
+++ b/wayang-docs/pom.xml
@@ -156,7 +156,7 @@
         <repository>
             <id>rubygems-proxy</id>
             <name>Rubygems Proxy</name>
-            <url>http://rubygems-proxy.torquebox.org/releases</url>
+            <url>https://rubygems-proxy.torquebox.org/releases</url>
             <layout>default</layout>
             <releases>
                 <enabled>true</enabled>

Reply via email to