diff --git a/build.gradle b/build.gradle index 6b76c7f..ba867e6 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}") implementation 'io.quarkus:quarkus-arc' implementation 'io.quarkus:quarkus-hibernate-orm-panache' - implementation 'com.microsoft.onnxruntime:onnxruntime:1.12.1' + implementation 'com.microsoft.onnxruntime:onnxruntime:1.13.1' implementation 'org.gitlab4j:gitlab4j-api:5.0.1' implementation 'io.quarkus:quarkus-jdbc-postgresql' implementation 'commons-lang:commons-lang:2.6'