Browse Source

Merge pull request #7520 from TechEmpower/dependabot/maven/frameworks/Java/rapidoid/org.postgresql-postgresql-42.4.1

Bump postgresql from 42.3.3 to 42.4.1 in /frameworks/Java/rapidoid
github-actions[bot] 3 years ago
parent
commit
219cc2632d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/rapidoid/pom.xml

+ 1 - 1
frameworks/Java/rapidoid/pom.xml

@@ -28,7 +28,7 @@
 		<dependency>
 			<groupId>org.postgresql</groupId>
 			<artifactId>postgresql</artifactId>
-			<version>42.3.3</version>
+			<version>42.4.1</version>
 		</dependency>
 		<dependency>
 			<groupId>com.zaxxer</groupId>