Skip to content

Commit 186b832

Browse files
Bump postgresql from 42.4.1 to 42.4.3 in /lab4/product-service (#44)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.4.1 to 42.4.3. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.4.1...REL42.4.3) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3fe7fa commit 186b832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab4/product-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
113113
<dependency>
114114
<groupId>org.postgresql</groupId>
115115
<artifactId>postgresql</artifactId>
116-
<version>42.4.1</version>
116+
<version>42.4.3</version>
117117
</dependency>
118118
<dependency>
119119
<groupId>com.amazon.aws.partners.saasfactory</groupId>

0 commit comments

Comments
 (0)