René's URL Explorer Experiment


Title: Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 by dependabot[bot] · Pull Request #613 · docwho2/java-postgres-lambda-trigger · GitHub

Open Graph Title: Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 by dependabot[bot] · Pull Request #613 · docwho2/java-postgres-lambda-trigger

X Title: Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 by dependabot[bot] · Pull Request #613 · docwho2/java-postgres-lambda-trigger

Description: Bumps org.postgresql:postgresql from 42.7.8 to 42.7.9. Release notes Sourced from org.postgresql:postgresql's releases. v42.7.9 Changes Added changelogs for version 42.7.9 @​davecramer (#3908) the classloader is nullable, and remove a space @​davecramer (#3907) fix: incorrect pg_stat_replication.reply_time calculation @​atorik (#3906) fix: issue #3892, PGXAConnection.prepare(Xid) should return XA_RDONLY if the connection is read only @​davecramer (#3897) fix badges for maven central and search paths. Sonatype has changed the search paths @​davecramer (#3901) fix: make all Calendar instances proleptic Gregorian (#3837) @​m-van-tilburg (#3887) test: add CI tests with Java 26 @​vlsi (#3893) perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder @​vlsi (#3866) use ssl_is_used() to check for ssl connection @​davecramer (#3867) Add PEMKeyManager to handle PEM based certs and keys. @​harinath001 (#3700) Comment and simplify the complex state machine logic in QueryExecutorImpl @​davecramer (#3850) Revert "fix: Issue #3784 pgjdbc can't decode numeric arrays containing special numbers like NaN" @​davecramer (#3851) fix: Issue #3784 pgjdbc can't decode numeric arrays containing special numbers like NaN @​ShenFeng312 (#3838) Small simplication of locking patterns in QueryExecutorBase @​Sanne (#3849) doc: update property quoteReturningIdentifiers default value @​sodekim (#3847) feat: default query timeout property @​cfredri4 (#3705) create action to deploy docs to https://pgjdbc.github.io/ @​davecramer (#3819) fix homepage release note @​davecramer (#3817) 🐛 Bug Fixes fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob @​vlsi (#3903) fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext @​vlsi (#3886) 📝 Documentation doc: add the new PGP signing key to the official documentation @​vlsi (#3813) 🧰 Maintenance chore: remove unused com.github.spotbugs Gradle plugin dependency @​vlsi (#3868) chore: drop SpotBugs as we do not seem to use it @​vlsi (#3834) chore: bump version to 42.7.9 after 42.7.8 release @​vlsi (#3810) ⬆️ Dependencies chore(deps): update actions/create-github-app-token digest to 29824e6 @​renovate-bot (#3898) chore(deps): update actions/setup-java digest to c1e3236 @​renovate-bot (#3899) chore(deps): update codecov/codecov-action digest to 671740a @​renovate-bot (#3900) fix(deps): update dependency org.junit:junit-bom to v5.14.1 - autoclosed @​renovate-bot (#3884) fix(deps): update dependency org.apache.bcel:bcel to v6.11.0 @​renovate-bot (#3883) fix(deps): update dependency org.mockito:mockito-bom to v5.20.0 @​renovate-bot (#3885) fix(deps): update dependency net.bytebuddy:byte-buddy-parent to v1.18.2 @​renovate-bot (#3882) chore(deps): update github/codeql-action digest to 497990d @​renovate-bot (#3881) ... (truncated) Changelog Sourced from org.postgresql:postgresql's changelog. [42.7.9] (2026-01-14) Added feat: query timeout property [PR #3705](pgjdbc/pgjdbc#3705) feat: Add PEMKeyManager to handle PEM based certs and keys [PR #3700](pgjdbc/pgjdbc#3700) Changed perf: optimize PGInterval.getValue() by replacing String.format with StringBuilder doc: update property quoteReturningIdentifiers default value [PR #3847](pgjdbc/pgjdbc#3847) security: Use a static method forName to load all user supplied classes. Use the Class.forName 3 parameter method and do not initilize it unless it is a subclass of the expected class Fixed fix: incorrect pg_stat_replication.reply_time calculation [PR #3906](pgjdbc/pgjdbc#3906) fix: close temporary lob descriptors that are used internally in PreparedStatement#setBlob fix: PGXAConnection.prepare(Xid) should return XA_RDONLY if the connection is read only [PR #3897](pgjdbc/pgjdbc#3897) fix: make all Calendar instances proleptic Gregorian [PR #3837](pgjdbc/pgjdbc#3887) fix: Simplify concurrency guards on QueryExecutorBase#transaction and QueryExecutorBase#standardConformingStrings [PR #3897](pgjdbc/pgjdbc#3849) fix: avoid memory leaks in Java <= 21 caused by Thread.inheritedAccessControlContext [PR #3886](pgjdbc/pgjdbc#3886) fix: Issue #3784 pgjdbc can't decode numeric arrays containing special numbers like NaN [PR #3838](pgjdbc/pgjdbc#3838) fix: use ssl_is_used() to check for ssl connection [PR #3867](pgjdbc/pgjdbc#3867) fix: the classloader is nullable [PR #3907](pgjdbc/pgjdbc#3907) Commits 79b784e Added changelogs for version 42.7.9 (#3908) 1c00ffc doc: add the new PGP signing key to the official documentation f774000 chore(deps): update actions/create-github-app-token digest to 29824e6 27daf3b chore(deps): update actions/setup-java digest to c1e3236 6eb01ff chore(deps): update codecov/codecov-action digest to 671740a dbf1e57 the classloader is nullable, and remove a space (#3907) 6a20574 Merge commit from fork c07721a fix: incorrect pg_stat_replication.reply_time calculation (#3906) 83023f3 fix: close temporary lob descriptors that are used internally in PreparedStat... 62c9805 fix: issue #3892, PGXAConnection.prepare(Xid) should return XA_RDONLY if the ... Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot show ignore conditions will show all of the ignore conditions of the specified dependency @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Open Graph Description: Bumps org.postgresql:postgresql from 42.7.8 to 42.7.9. Release notes Sourced from org.postgresql:postgresql's releases. v42.7.9 Changes Added changelogs for version 42.7.9 @​davecramer (#390...

X Description: Bumps org.postgresql:postgresql from 42.7.8 to 42.7.9. Release notes Sourced from org.postgresql:postgresql&#39;s releases. v42.7.9 Changes Added changelogs for version 42.7.9 @​davecramer (...

Opengraph URL: https://github.com/docwho2/java-postgres-lambda-trigger/pull/613

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:83c0fb0a-ba7f-db91-1f1d-2495696eef3d
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id9720:226908:1A42C6E:24E9061:6970DEAA
html-safe-nonce3fa84d528c6a9e71ec8071a57f7bd649519d1c477fe624572a070245e1e6030f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NzIwOjIyNjkwODoxQTQyQzZFOjI0RTkwNjE6Njk3MERFQUEiLCJ2aXNpdG9yX2lkIjoiMTMwMTA4NTQ1NTc4MzYwNDkwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacbd150d3f002441f048c900e392f48c42284040767e6469906d68448a507655f8
hovercard-subject-tagpull_request:3180464627
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/docwho2/java-postgres-lambda-trigger/pull/613/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps org.postgresql:postgresql from 42.7.8 to 42.7.9. Release notes Sourced from org.postgresql:postgresql's releases. v42.7.9 Changes Added changelogs for version 42.7.9 @​davecramer (#390...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb9203e7efc62065329c3b7015a1e6d16fc14bce440abec7b0d3cbe9e4fb1e2e4
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/docwho2/java-postgres-lambda-trigger git https://github.com/docwho2/java-postgres-lambda-trigger.git
octolytics-dimension-user_id24764783
octolytics-dimension-user_logindocwho2
octolytics-dimension-repository_id613889976
octolytics-dimension-repository_nwodocwho2/java-postgres-lambda-trigger
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id613889976
octolytics-dimension-repository_network_root_nwodocwho2/java-postgres-lambda-trigger
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseeb3c92b74ae48a78cffd8700b8eb5f60bad61528
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocwho2%2Fjava-postgres-lambda-trigger%2Fpull%2F613%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocwho2%2Fjava-postgres-lambda-trigger%2Fpull%2F613%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=docwho2%2Fjava-postgres-lambda-trigger
Reloadhttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files
Reloadhttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files
Reloadhttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files
docwho2 https://patch-diff.githubusercontent.com/docwho2
java-postgres-lambda-triggerhttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fdocwho2%2Fjava-postgres-lambda-trigger
Fork 3 https://patch-diff.githubusercontent.com/login?return_to=%2Fdocwho2%2Fjava-postgres-lambda-trigger
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fdocwho2%2Fjava-postgres-lambda-trigger
Code https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger
Issues 0 https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/issues
Pull requests 1 https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pulls
Discussions https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/discussions
Actions https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/actions
Projects 0 https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/projects
Security Uh oh! There was an error while loading. Please reload this page. https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/security
Please reload this pagehttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files
Insights https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pulse
Code https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger
Issues https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/issues
Pull requests https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pulls
Discussions https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/discussions
Actions https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/actions
Projects https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/projects
Security https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/security
Insights https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fdocwho2%2Fjava-postgres-lambda-trigger%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fdocwho2%2Fjava-postgres-lambda-trigger%2Fissues%2Fnew%2Fchoose
docwho2https://patch-diff.githubusercontent.com/docwho2
mainhttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/tree/main
dependabot/maven/org.postgresql-postgresql-42.7.9https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/tree/dependabot/maven/org.postgresql-postgresql-42.7.9
Conversation 0 https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613
Commits 1 https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/commits
Checks 1 https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/checks
Files changed https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files
Please reload this pagehttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files
Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files
29944c8 Bump org.postgresql:postgresql from 42.7.8 to 42.7.9 dependabot[bot] Jan 16, 2026 https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/commits/29944c836fbceab9e142f00208961b46f59bab13
Clear filters https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files
Please reload this pagehttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files
Please reload this pagehttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files
pom.xmlhttps://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
View file https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/blob/29944c836fbceab9e142f00208961b46f59bab13/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://patch-diff.githubusercontent.com/docwho2/java-postgres-lambda-trigger/pull/613/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.