Skip to content

Bump com.opentable.components:otj-pg-embedded from 0.13.4 to 1.1.0 #326

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.opentable.components:otj-pg-embedded from 0.13.4 to 1.1.0
Bumps [com.opentable.components:otj-pg-embedded](https://github.com/opentable/otj-pg-embedded) from 0.13.4 to 1.1.0.
- [Changelog](https://github.com/opentable/otj-pg-embedded/blob/master/CHANGELOG.md)
- [Commits](https://github.com/opentable/otj-pg-embedded/commits)

---
updated-dependencies:
- dependency-name: com.opentable.components:otj-pg-embedded
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit cb2423339aa12db929d6131565548e86488d3ce6
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ ext {
// Testing
commonsTextVersion = "1.12.0"
jenaVersion = "4.10.0"
otjPgVersion = "0.13.4"
otjPgVersion = "1.1.0"

// Tools
checkstyleVersion = "8.26"