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/02/03 17:04:32 UTC

[unomi] branch unomi-1.x 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 unomi-1.x
in repository https://gitbox.apache.org/repos/asf/unomi.git


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

commit 1c6afda0bd3e4f1b21c71740f74e237539f06b1e
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 f116ab6af..f14fa61c3 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>