From fdc6eee89cb30c1466d0390ff2f0cce859971d58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 17:42:44 +0100 Subject: [PATCH 1/2] Bump postgresql from 42.2.24 to 42.3.1 (#8301) Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.24 to 42.3.1. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.24...REL42.3.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9e1db55ce0a..a228a9c5f6c 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ dependencies { implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.4' - implementation 'org.postgresql:postgresql:42.2.24' + implementation 'org.postgresql:postgresql:42.3.1' implementation ('com.oracle.ojdbc:ojdbc10:19.3.0.0') { // causing module issues From 46ecb457972e1093ae5db49069a8b5db6766c701 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 17:57:23 +0100 Subject: [PATCH 2/2] Remove bytebuddy (#8300) * Bump byte-buddy-parent from 1.12.2 to 1.12.3 Bumps [byte-buddy-parent](https://github.com/raphw/byte-buddy) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.12.2...byte-buddy-1.12.3) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * remove bytebuddy deps Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Siedlerchr --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index a228a9c5f6c..de5024ed58f 100644 --- a/build.gradle +++ b/build.gradle @@ -211,7 +211,6 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.8.1' testImplementation 'org.junit.platform:junit-platform-launcher:1.8.1' - testImplementation 'net.bytebuddy:byte-buddy-parent:1.12.2' testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-core', version: '3.0.0-SNAPSHOT' testRuntimeOnly group: 'org.apache.logging.log4j', name: 'log4j-jul', version: '3.0.0-SNAPSHOT' testImplementation 'org.mockito:mockito-core:4.1.0'