This is an automated email from the ASF dual-hosted git repository.

He-Pin 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 1b9498a4 Bump org.postgresql:postgresql (#98)
1b9498a4 is described below

commit 1b9498a48582279f264351acc461af2b43784756
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 14 20:11:56 2026 +0800

    Bump org.postgresql:postgresql (#98)
    
    Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 
42.7.3 to 42.7.11.
    - [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.3...REL42.7.11)
    
    ---
    updated-dependencies:
    - dependency-name: org.postgresql:postgresql
      dependency-version: 42.7.11
      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 d0e388a1..8c165ecf 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.3</version>
+            <version>42.7.11</version>
         </dependency>
 
         <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to