Skip to content

Commit

Permalink
Updated by github actions from guide-liberty-deep-dive (#2981)
Browse files Browse the repository at this point in the history
Co-authored-by: GuidesBot <[email protected]>
  • Loading branch information
GuidesBot and GuidesBot authored Feb 21, 2024
1 parent 2b52410 commit 3832a3e
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2146,7 +2146,7 @@ Replace the ***pom.xml*** configuration file.
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.7.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -3351,7 +3351,7 @@ Replace the ***pom.xml*** file.
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -3383,7 +3383,7 @@ Replace the ***pom.xml*** file.
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.2</version>
</dependency>
</dependencyGroup>
</copyDependencies>
Expand Down Expand Up @@ -5007,7 +5007,7 @@ Replace the ***pom.xml*** file.
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.2</version>
<scope>provided</scope>
</dependency>

Expand Down Expand Up @@ -5106,7 +5106,7 @@ Replace the ***pom.xml*** file.
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.1</version>
<version>42.7.2</version>
</dependency>
</dependencyGroup>
</copyDependencies>
Expand Down

0 comments on commit 3832a3e

Please sign in to comment.