Skip to content

Commit

Permalink
Bump uap-java to 1.5.4 (close #802)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jul 18, 2023
1 parent 1a63f39 commit 32b4aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 32b4aae

Please sign in to comment.