Skip to content

Commit eb16d3f

Browse files
committed
HHH-10335 Upgrade to Hibernate Commons Annotations 5.0.1.Final
1 parent 24ee708 commit eb16d3f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/metadata/reader/DynamicProperty.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ public Object invoke(Object target, Object... parameters) {
8686
return null;
8787
}
8888

89+
@Override
90+
public Object invoke(Object target) {
91+
return null;
92+
}
93+
8994
@Override
9095
public boolean isTypeResolved() {
9196
return false;

libraries.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ext {
2525
antlr: 'antlr:antlr:2.7.7',
2626

2727
// Annotations
28-
commons_annotations: 'org.hibernate.common:hibernate-commons-annotations:5.0.0.Final',
28+
commons_annotations: 'org.hibernate.common:hibernate-commons-annotations:5.0.1.Final',
2929
jandex: 'org.jboss:jandex:2.0.0.CR1',
3030
classmate: 'com.fasterxml:classmate:0.8.0',
3131

0 commit comments

Comments
 (0)