You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2023/01/31 15:47:49 UTC

[unomi] branch master updated: UNOMI-722: Update Yauaa to 7.11.0 (#557)

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

jkevan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new afc28a372 UNOMI-722: Update Yauaa to 7.11.0 (#557)
afc28a372 is described below

commit afc28a3722ee5e24e16b16cfe3d5b3a587e16f94
Author: Niels Basjes <gi...@basjes.nl>
AuthorDate: Tue Jan 31 16:47:42 2023 +0100

    UNOMI-722: Update Yauaa to 7.11.0 (#557)
---
 plugins/request/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/plugins/request/pom.xml b/plugins/request/pom.xml
index 1495a4982..8b847d6b4 100644
--- a/plugins/request/pom.xml
+++ b/plugins/request/pom.xml
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>nl.basjes.parse.useragent</groupId>
             <artifactId>yauaa</artifactId>
-            <version>7.8.0</version>
+            <version>7.11.0</version>
         </dependency>
 
         <dependency>
@@ -112,6 +112,7 @@
                             kotlin;resolution:=optional,
                             kotlin.*;resolution:=optional,
                             org.conscrypt;resolution:=optional,
+                            org.brotli.dec;resolution:=optional,
                             *
                         </Import-Package>
                     </instructions>