Bump postgresql in /containers/java-postgres/test-project (#1695)

This commit is contained in:
dependabot[bot] 2022-11-28 11:24:07 -06:00 коммит произвёл GitHub
Родитель 6552e1fe78
Коммит 920f75675c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@
<dependency> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
<version>42.3.3</version> <version>42.3.8</version>
</dependency> </dependency>
</dependencies> </dependencies>