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.
2 parents cb48472 + 77fa8f1 commit c63b96eCopy full SHA for c63b96e
integration-tests/jlama/pom.xml
@@ -26,7 +26,7 @@
26
<groupId>com.github.tjake</groupId>
27
<artifactId>jlama-native</artifactId>
28
<classifier>${os.detected.classifier}</classifier>
29
- <version>0.3.1</version>
+ <version>${jlama.version}</version>
30
</dependency>
31
<dependency>
32
<groupId>io.quarkus</groupId>
pom.xml
@@ -39,7 +39,7 @@
39
<sundrio.version>0.200.0</sundrio.version>
40
<quarkus-wiremock.version>1.3.3</quarkus-wiremock.version>
41
<quarkus-neo4j.version>4.4.0</quarkus-neo4j.version>
42
- <jlama.version>0.8.1</jlama.version>
+ <jlama.version>0.8.2</jlama.version>
43
</properties>
44
<dependencyManagement>
45
<dependencies>
0 commit comments