Skip to content

Commit 25148b9

Browse files
authored
NIFI-14651 Upgraded postgresql from 42.7.6 to 42.7.7 (apache#10010)
Signed-off-by: David Handermann <exceptionfactory@apache.org>
1 parent 61f94d4 commit 25148b9

File tree

2 files changed

+2
-2
lines changed
  • nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors
  • nifi-registry/nifi-registry-core/nifi-registry-test

2 files changed

+2
-2
lines changed

nifi-extension-bundles/nifi-standard-bundle/nifi-standard-processors/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@
588588
<dependency>
589589
<groupId>org.postgresql</groupId>
590590
<artifactId>postgresql</artifactId>
591-
<version>42.7.6</version>
591+
<version>42.7.7</version>
592592
<scope>test</scope>
593593
</dependency>
594594
</dependencies>

nifi-registry/nifi-registry-core/nifi-registry-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>org.postgresql</groupId>
8181
<artifactId>postgresql</artifactId>
82-
<version>42.7.6</version>
82+
<version>42.7.7</version>
8383
</dependency>
8484
</dependencies>
8585
</project>

0 commit comments

Comments
 (0)