Skip to content

Commit 60b31da

Browse files
Bump the development-dependencies group with 4 updates (#10125)
Bumps the development-dependencies group with 4 updates: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc), [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm), org.apache.tomcat.embed:tomcat-embed-websocket and [org.ajoberstar.grgit](https://github.com/ajoberstar/grgit). 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.hibernate.orm:hibernate-core` from 7.0.0.Final to 7.0.2.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.0.2/changelog.txt) - [Commits](hibernate/hibernate-orm@7.0.0...7.0.2) Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 11.0.7 to 11.0.8 Updates `org.ajoberstar.grgit` from 5.3.0 to 5.3.2 - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](ajoberstar/grgit@5.3.0...5.3.2) --- 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.hibernate.orm:hibernate-core dependency-version: 7.0.2.Final 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: 11.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.ajoberstar.grgit dependency-version: 5.3.2 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 129cdcc commit 60b31da

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
plugins {
1818
id 'base'
1919
id 'io.spring.nohttp' version '0.0.11' apply false
20-
id 'org.ajoberstar.grgit' version '5.3.0'
20+
id 'org.ajoberstar.grgit' version '5.3.2'
2121
id 'io.spring.dependency-management' version '1.1.7'
2222
id 'org.jetbrains.dokka' version '1.9.20'
2323
id 'org.antora' version '1.0.0'
@@ -75,7 +75,7 @@ ext {
7575
groovyVersion = '4.0.27'
7676
hamcrestVersion = '3.0'
7777
hazelcastVersion = '5.5.0'
78-
hibernateVersion = '7.0.0.Final'
78+
hibernateVersion = '7.0.2.Final'
7979
hsqldbVersion = '2.7.4'
8080
h2Version = '2.3.232'
8181
jacksonVersion = '2.19.0'
@@ -100,7 +100,7 @@ ext {
100100
mysqlVersion = '9.3.0'
101101
oracleVersion = '23.8.0.25.04'
102102
pahoMqttClientVersion = '1.2.5'
103-
postgresVersion = '42.7.6'
103+
postgresVersion = '42.7.7'
104104
protobufVersion = '4.31.1'
105105
r2dbch2Version = '1.0.0.RELEASE'
106106
reactorVersion = '2025.0.0-SNAPSHOT'
@@ -118,7 +118,7 @@ ext {
118118
springVersion = '7.0.0-SNAPSHOT'
119119
springWsVersion = '5.0.0-SNAPSHOT'
120120
testcontainersVersion = '1.21.1'
121-
tomcatVersion = '11.0.7'
121+
tomcatVersion = '11.0.8'
122122
xmlUnitVersion = '2.10.2'
123123
xstreamVersion = '1.4.21'
124124
ztZipVersion = '1.17'

0 commit comments

Comments
 (0)