Skip to content

Commit

Permalink
Bump com.github.ua-parser:uap-java (#3774)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent d37c36b commit 753f21c
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 753f21c

Please sign in to comment.