We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edcf4d4 commit d46bc9fCopy full SHA for d46bc9f
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>com.javaaidev</groupId>
8
<artifactId>bird-classifier</artifactId>
9
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.4.0</version>
10
<name>Bird classifier</name>
11
12
<properties>
@@ -19,7 +19,7 @@
19
<dependency>
20
<groupId>com.microsoft.onnxruntime</groupId>
21
<artifactId>onnxruntime</artifactId>
22
- <version>1.20.0</version>
+ <version>1.22.0</version>
23
</dependency>
24
25
<groupId>com.fasterxml.jackson.core</groupId>
0 commit comments