Skip to content

Commit f3605a6

Browse files
Bump hibernate-core from 5.4.20.Final to 5.4.21.Final (micronaut-projects#4002)
Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.20.Final to 5.4.21.Final. - [Release notes](https://github.com/hibernate/hibernate-orm/releases) - [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.21/changelog.txt) - [Commits](hibernate/hibernate-orm@5.4.20...5.4.21) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dab1c83 commit f3605a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

inject-groovy/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
api dependencyModuleVersion("groovy", "groovy")
55

66
// testImplementation 'javax.validation:validation-api:1.1.0.Final'
7-
testImplementation "org.hibernate:hibernate-core:5.4.20.Final"
7+
testImplementation "org.hibernate:hibernate-core:5.4.21.Final"
88
testImplementation 'org.hibernate:hibernate-validator:6.1.5.Final'
99
testRuntimeOnly 'org.glassfish.web:el-impl:2.2.1-b05'
1010
testRuntimeOnly 'org.glassfish:javax.el:3.0.1-b11'

inject-java/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
testAnnotationProcessor project(":inject-java")
1313
testImplementation project(":runtime")
1414
testImplementation dependencyVersion("rxjava2")
15-
testImplementation "org.hibernate:hibernate-core:5.4.20.Final"
15+
testImplementation "org.hibernate:hibernate-core:5.4.21.Final"
1616
testImplementation "junit:junit:4.13"
1717
testImplementation "com.google.testing.compile:compile-testing:0.18"
1818
testImplementation 'org.mongodb:mongo-java-driver:3.12.7'

0 commit comments

Comments
 (0)