This is an automated email from the ASF dual-hosted git repository.
raboof pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-platform-guide.git
The following commit(s) were added to refs/heads/main by this push:
new 9bb7ff2a Bump org.postgresql:postgresql (#99)
9bb7ff2a is described below
commit 9bb7ff2a6f78ecdbdd03edbd7eb931f543f0f54c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 09:55:34 2026 +0200
Bump org.postgresql:postgresql (#99)
Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from
42.7.11 to 42.7.12.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.11...REL42.7.12)
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-version: 42.7.12
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.../examples/01-shopping-cart-service-java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/docs-source/docs/modules/microservices-tutorial/examples/01-shopping-cart-service-java/pom.xml
b/docs-source/docs/modules/microservices-tutorial/examples/01-shopping-cart-service-java/pom.xml
index 8c165ecf..27471377 100644
---
a/docs-source/docs/modules/microservices-tutorial/examples/01-shopping-cart-service-java/pom.xml
+++
b/docs-source/docs/modules/microservices-tutorial/examples/01-shopping-cart-service-java/pom.xml
@@ -128,7 +128,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.7.11</version>
+ <version>42.7.12</version>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]