Skip to content

Commit 51257b9

Browse files
Bump the development-dependencies group with 2 updates (#10118)
Bumps the development-dependencies group with 2 updates: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) and org.apache.tomcat.embed:tomcat-embed-websocket. Updates `org.postgresql:postgresql` from 42.7.6 to 42.7.7 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.6...REL42.7.7) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.41 to 10.1.42 --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket dependency-version: 10.1.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1db3278 commit 51257b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ ext {
100100
mysqlVersion = '8.3.0'
101101
oracleVersion = '23.3.0.23.09'
102102
pahoMqttClientVersion = '1.2.5'
103-
postgresVersion = '42.7.6'
103+
postgresVersion = '42.7.7'
104104
protobufVersion = '4.26.1'
105105
r2dbch2Version = '1.0.0.RELEASE'
106106
reactorVersion = '2023.0.18'
@@ -118,7 +118,7 @@ ext {
118118
springVersion = '6.1.20'
119119
springWsVersion = '4.0.14'
120120
testcontainersVersion = '1.19.8'
121-
tomcatVersion = '10.1.41'
121+
tomcatVersion = '10.1.42'
122122
xmlUnitVersion = '2.9.1'
123123
xstreamVersion = '1.4.21'
124124
ztZipVersion = '1.17'

0 commit comments

Comments
 (0)