Skip to content

Commit

Permalink
chore(dependency): update Elide to v7.1.4
Browse files Browse the repository at this point in the history
 * fix api break
  • Loading branch information
Ivan-Shaml authored and Brutus5000 committed Dec 27, 2024
1 parent af62bc4 commit 91159bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
runtimeOnly("org.mariadb.jdbc:mariadb-java-client")

// Manually managed dependencies
def elideVersion = "7.1.0"
def elideVersion = "7.1.4"
def springdocVersion = "2.6.0"
implementation("com.yahoo.elide:elide-core:${elideVersion}")
implementation("com.yahoo.elide:elide-model-config:${elideVersion}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ public <T> T instantiate(Class<T> cls) {
},
CoerceUtil::lookup,
Set.of(),
new DefaultClassScanner());
new DefaultClassScanner(),
null);

entityDictionary.scanForSecurityChecks();

Expand Down

0 comments on commit 91159bf

Please sign in to comment.