Skip to content

Commit f33a4fd

Browse files
Bump the development-dependencies group with 2 updates
Bumps the development-dependencies group with 2 updates: com.oracle.database.jdbc:ojdbc11 and [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm). Updates `com.oracle.database.jdbc:ojdbc11` from 23.26.1.0.0 to 23.26.2.0.0 Updates `org.hibernate.orm:hibernate-core` from 7.1.26.Final to 7.1.27.Final - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.27/changelog.txt) - [Commits](hibernate/hibernate-orm@7.1.26...7.1.27) --- updated-dependencies: - dependency-name: com.oracle.database.jdbc:ojdbc11 dependency-version: 23.26.2.0.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: org.hibernate.orm:hibernate-core dependency-version: 7.1.27.Final dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 31615bf commit f33a4fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ ext {
6464
groovyVersion = '5.0.6'
6565
hamcrestVersion = '3.0'
6666
hazelcastVersion = '5.6.0'
67-
hibernateVersion = '7.1.26.Final'
67+
hibernateVersion = '7.1.27.Final'
6868
hsqldbVersion = '2.7.4'
6969
h2Version = '2.4.240'
7070
jacksonVersion = '2.20.2'
@@ -89,7 +89,7 @@ ext {
8989
mockitoVersion = '5.20.0'
9090
mongoDriverVersion = '5.6.5'
9191
mysqlVersion = '9.5.0'
92-
oracleVersion = '23.26.1.0.0'
92+
oracleVersion = '23.26.2.0.0'
9393
pahoMqttClientVersion = '1.2.5'
9494
postgresVersion = '42.7.11'
9595
protobufVersion = '4.33.6'

0 commit comments

Comments
 (0)