From bb69c2699298b1debc7441cf30035c845a6d8e8a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Feb 2021 03:55:28 +0000 Subject: [PATCH] Bump postgresql from 42.2.18 to 42.2.19 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.18 to 42.2.19. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/REL42.2.19/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.18...REL42.2.19) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 50fb5a6..d75b65e 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { testImplementation('org.springframework.boot:spring-boot-starter-test') { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - compile group: 'org.postgresql', name: 'postgresql', version: '42.2.18' + compile group: 'org.postgresql', name: 'postgresql', version: '42.2.19' implementation 'org.springframework.boot:spring-boot-starter-data-jpa' compile group: 'org.telegram', name: 'telegrambots-spring-boot-starter', version: '4.9.2' compileOnly 'org.projectlombok:lombok'