From 32b4aae55e5e2a8ba98616b03565ad7c1699b15f Mon Sep 17 00:00:00 2001 From: Benjamin Benoist Date: Mon, 17 Jul 2023 19:38:38 +0200 Subject: [PATCH] Bump uap-java to 1.5.4 (close #802) --- .../enrichments/registry/UaParserEnrichmentSpec.scala | 2 +- project/Dependencies.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/common/src/test/scala/com.snowplowanalytics.snowplow.enrich.common/enrichments/registry/UaParserEnrichmentSpec.scala b/modules/common/src/test/scala/com.snowplowanalytics.snowplow.enrich.common/enrichments/registry/UaParserEnrichmentSpec.scala index 1de3ad4aa..3b33a4635 100644 --- a/modules/common/src/test/scala/com.snowplowanalytics.snowplow.enrich.common/enrichments/registry/UaParserEnrichmentSpec.scala +++ b/modules/common/src/test/scala/com.snowplowanalytics.snowplow.enrich.common/enrichments/registry/UaParserEnrichmentSpec.scala @@ -51,7 +51,7 @@ class UaParserEnrichmentSpec extends Specification with DataTables { "jsonschema", SchemaVer.Full(1, 0, 0) ), - json"""{"useragentFamily":"Safari","useragentMajor":"8","useragentMinor":"0","useragentPatch":null,"useragentVersion":"Safari 8.0","osFamily":"Mac OS X","osMajor":"10","osMinor":"10","osPatch":null,"osPatchMinor":null,"osVersion":"Mac OS X 10.10","deviceFamily":"Other"}""" + json"""{"useragentFamily":"Safari","useragentMajor":"8","useragentMinor":"0","useragentPatch":null,"useragentVersion":"Safari 8.0","osFamily":"Mac OS X","osMajor":"10","osMinor":"10","osPatch":null,"osPatchMinor":null,"osVersion":"Mac OS X 10.10","deviceFamily":"Mac"}""" ) // The URI is irrelevant here, but the local file name needs to point to our test resource diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0b802a134..7ce10a062 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -34,7 +34,7 @@ object Dependencies { val commonsText = "1.10.0" val jodaTime = "2.10.1" val useragent = "1.21" - val uaParser = "1.4.3" + val uaParser = "1.5.4" val snakeYaml = "1.31" // override transitive dependency to mitigate security vulnerabilities CVE-2022-25857 val postgresDriver = "42.5.2" val mysqlConnector = "8.0.29"