Skip to content

Commit

Permalink
Bump com.github.ua-parser:uap-java
Browse files Browse the repository at this point in the history
Bumps [com.github.ua-parser:uap-java](https://github.com/ua-parser/uap-java) from 1.5.4 to 1.6.1.
- [Release notes](https://github.com/ua-parser/uap-java/releases)
- [Commits](ua-parser/uap-java@v1.5.4...v1.6.1)

---
updated-dependencies:
- dependency-name: com.github.ua-parser:uap-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 6c11f9d commit 0c10da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-plugins/user-agent-processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation project(':data-prepper-api')
implementation project(':data-prepper-plugins:common')
implementation 'com.fasterxml.jackson.core:jackson-databind'
implementation "com.github.ua-parser:uap-java:1.5.4"
implementation "com.github.ua-parser:uap-java:1.6.1"
}

jacocoTestCoverageVerification {
Expand Down

0 comments on commit 0c10da1

Please sign in to comment.