Skip to content

Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 in /artipie-main#7

Open
dependabot[bot] wants to merge 189 commits intomasterfrom
dependabot/maven/artipie-main/org.postgresql-postgresql-42.7.2
Open

Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 in /artipie-main#7
dependabot[bot] wants to merge 189 commits intomasterfrom
dependabot/maven/artipie-main/org.postgresql-postgresql-42.7.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps org.postgresql:postgresql from 42.7.1 to 42.7.2.

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.7.2

Security

CVE-2024-1597 and Security Advisory addressed. The vulnerability occurs only in non-default preferQueryMode=simple mode and only if a negative place holder -? is used. See the security advisory for details

What's Changed

Full Changelog: pgjdbc/pgjdbc@REL42.7.1...REL42.7.2

Changelog

Sourced from org.postgresql:postgresql's changelog.

[42.7.2] (2024-02-21 08:23:00 -0500)

Security

  • security: SQL Injection via line comment generation, it is possible in SimpleQuery mode to generate a line comment by having a placeholder for a numeric with a - such as -?. There must be second placeholder for a string immediately after. Setting the parameter to a -ve value creates a line comment. This has been fixed in this version fixes CVE-2024-1597. Reported by Paul Gerste. See the security advisory for more details. This has been fixed in versions 42.7.2, 42.6.1 42.5.5, 42.4.4, 42.3.9, 42.2.28.jre7. See the security advisory for work arounds.

Changed

Added

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 <dependency name> 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

ChGen and others added 30 commits December 14, 2023 10:33
* feat: removed ppom usage

* correct release settings
* feat: move asto

* revert s3 update

* fix: corrected docs
* fix: release version 17
* simplify composer AstoRepositoryAddJsonTest
* feat: move asto

* revert s3 update

* correct docker ubuntu release script

* fix: correct release scripts and description
* deps: update vulnerable guava
* feat: move asto

* revert s3 update

* correct docker ubuntu release script

* fix: removed unused servlet slice

* correct npm test
* Conda adapter uploading tests with S3 storage

* Fix possible crash due to NPE

* Conda S3 tests data

* Core review fixes

* Cache test image, like in conan IT tests in artipie-main

* added asto-s3 in test scope

---------

Co-authored-by: Alena <olena.gerasimova@gmail.com>
* Rollback ServletSliceWrap
* Changes for cloudArtifact
* docker-perm: expose image name
ChGen and others added 25 commits April 23, 2024 16:51
Optimizing integration test run time in CI by prebuilt docker images.
fix for missing dependencies httpcore5/httpcore5-h2 (artipie#1447)
Disable some hexpm-adapter tests due to the issue
pypi adapter - implementation of delete artifacts
ASTO S3 - added aws sts dependency
Auto1 Fork - Technical Feature Summary 

Database & Infrastructure
PostgreSQL Migration

Migrated metadata storage from file-based to PostgreSQL
Added ARM64 architecture support for Docker images
Storage Layouts

Implemented configurable storage layouts for repositories
Allows custom path structures for artifact organization
S3 Express Support

Added support for S3 Express One Zone storage class
~10x lower latency for single-AZ workloads
Authentication & Authorization
Bearer Token Authentication

Enabled Bearer auth across all repository types
Configurable log.level in settings
Okta OIDC Integration

Full Okta authentication with MFA support (TOTP + push)
Domain-based routing for multi-tenant setups
JWT token validation and refresh
Keycloak Setup

Complete Keycloak integration for OAuth/OIDC
Environment variable substitution in configuration
Repository Features
Dynamic Repository Creation

REST API for creating, updating, and deleting repositories at runtime
No restart required for configuration changes
Virtual Repository (Group)

Aggregate multiple local and proxy repositories
Single endpoint for unified artifact access
Global Prefixes

Configure path prefixes across repositories
Supports migration scenarios
Cooldown System (Supply Chain Security)
Core Implementation

Blocks package versions newer than configurable age (default: 72h)
Prevents supply chain attacks via fresh package injection
Per-Adapter Support

NPM, Maven, PyPI, Docker, Go, Composer, Gradle
Release date extraction from upstream metadata
Metadata Filtering

Filters blocked versions from package listings
Binary search optimization for large version sets
3-tier cache (L1 in-memory, L2 Redis, L3 PostgreSQL)
Negative Cache

Caches "allowed" decisions to reduce upstream calls
Token generation enhancement for cache keys
Package Manager Adapters
NPM

Full CLI compatibility (install, publish, audit, search)
Semver resolution fixes
Request deduplication for high-concurrency scenarios
Security audit and vulnerability checks for proxy
PyPI

PEP 503 (Simple Repository API) implementation
Proxy optimizations
Maven

Basic auth and anonymous access fixes
Checksum validation (MD5, SHA-1, SHA-256, SHA-512)
Metadata and plugin artifact handling
PHP Composer

Complete Composer adapter implementation
Satis support for private packages
Go Modules

Go module proxy implementation
GOPROXY protocol support
Gradle

Gradle plugin repository support
Performance tuning for parallel builds
Docker

Revamped Docker adapter
Streaming optimization for large layers
Multi-platform manifest support
Import CLI (Rust)
Rust Migration

Migrated import CLI from Java to Rust for performance
~10x faster bulk imports
Features

Bulk artifact import from upstream registries
Retry mechanism with exponential backoff
S3 multipart upload optimization
Performance Optimizations
Reactive Streams Backpressure

Proper backpressure handling for large file transfers
Prevents memory exhaustion under load
File Streaming

Streaming downloads without full buffering
Large file download fixes (>2GB)
Connection reset handling
S3 Storage

Memory-optimized multipart uploads
Parallel downloads with configurable chunk size
Retry improvements for transient failures
HikariCP Connection Pool

Database connection pooling
Configurable pool size and timeouts
Cache Optimization

Removed blocking calls during cache writes
Enhanced cooldown filtering performance
Version sorting optimizations
Thread Pool Tuning

Configurable worker thread pools
Optimized for high-concurrency workloads
HTTP Server
HTTP/2 Support

HTTP/2 over TLS (h2)
HTTP/2 over cleartext (h2c) for AWS NLB
HTTP/3 Support

QUIC protocol support (experimental)
Fixes for HTTP/3 edge cases
Jetty 12.1.x Upgrade

Upgraded to Jetty 12.1.x
Improved connection handling
Vert.x Connection Leak Fix

Fixed resource leaks in HTTP client
Proper connection cleanup on errors
Observability
Elastic APM Integration

Distributed tracing for requests
Transaction and span tracking
Error capture and reporting
Prometheus Metrics

Request counts, latencies, cache hit rates
Cooldown block counts
JVM and system metrics
ECS JSON Logging

Structured logging for Elasticsearch/Kibana
Configurable log levels
Request correlation IDs
Operations
Directory Listing Performance

Optimized large directory listings
Pagination support
Config Watcher

Content-based change detection for hot reload
Avoids unnecessary reloads on file touch
Testcontainers Upgrade

Updated integration test framework
Improved test reliability
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.1 to 42.7.2.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.7.1...REL42.7.2)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-version: 42.7.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants