mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-11-03 01:50:42 +01:00
Compare commits
9 Commits
fix-docs-b
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
256ea0b2a4 | ||
|
|
13ccba40f7 | ||
|
|
30e5598468 | ||
|
|
24a37ed858 | ||
|
|
fc63e1f786 | ||
|
|
349066faf9 | ||
|
|
995fbb14ba | ||
|
|
4a1161b88a | ||
|
|
b456feda64 |
8
docs/package-lock.json
generated
8
docs/package-lock.json
generated
@@ -8,7 +8,7 @@
|
||||
"name": "ollama-4-j",
|
||||
"version": "0.0.0",
|
||||
"dependencies": {
|
||||
"@docsearch/js": "^4.1.0",
|
||||
"@docsearch/js": "^4.2.0",
|
||||
"@docusaurus/core": "^3.9.2",
|
||||
"@docusaurus/plugin-content-docs": "^3.9.2",
|
||||
"@docusaurus/plugin-google-gtag": "^3.9.2",
|
||||
@@ -3347,9 +3347,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@docsearch/js": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.1.0.tgz",
|
||||
"integrity": "sha512-49+CzeGfOiwG85k+dDvKfOsXLd9PQACoY/FLrZfFOKmpWv166u7bAHmBLdzvxlk8nJ289UgpGf0k6GQZtC85Fg==",
|
||||
"version": "4.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@docsearch/js/-/js-4.2.0.tgz",
|
||||
"integrity": "sha512-KBHVPO29QiGUFJYeAqxW0oXtGf/aghNmRrIRPT4/28JAefqoCkNn/ZM/jeQ7fHjl0KNM6C+KlLVYjwyz6lNZnA==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@docsearch/react": {
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"write-heading-ids": "docusaurus write-heading-ids"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docsearch/js": "^4.1.0",
|
||||
"@docsearch/js": "^4.2.0",
|
||||
"@docusaurus/core": "^3.9.2",
|
||||
"@docusaurus/plugin-google-gtag": "^3.9.2",
|
||||
"@docusaurus/preset-classic": "^3.9.2",
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -284,7 +284,7 @@
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
<version>6.0.0</version>
|
||||
<version>6.0.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@@ -302,7 +302,7 @@
|
||||
<dependency>
|
||||
<groupId>org.testcontainers</groupId>
|
||||
<artifactId>ollama</artifactId>
|
||||
<version>1.20.2</version>
|
||||
<version>1.21.3</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user