Skip to content

Commit 2b59506

Browse files
authored
deps: Pin version of azure-cosmos to avoid using a stale transitive version leading to failures (#7309)
1 parent 426330f commit 2b59506

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

connectors/embeddings-vector-database/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@
9999
<artifactId>tika-parsers-standard-package</artifactId>
100100
<version>${version.apache-tika}</version>
101101
</dependency>
102+
<dependency>
103+
<groupId>com.azure</groupId>
104+
<artifactId>azure-cosmos</artifactId>
105+
<version>${version.azure-cosmos}</version>
106+
</dependency>
102107

103108
<dependency>
104109
<groupId>org.springframework.boot</groupId>

parent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ limitations under the License.</license.inlineheader>
133133

134134
<version.microsoft-graph>6.65.0</version.microsoft-graph>
135135
<version.azure-identity>1.18.3</version.azure-identity>
136+
<version.azure-cosmos>4.80.0</version.azure-cosmos>
136137

137138
<version.bouncycastle>1.84</version.bouncycastle>
138139
<version.box-sdk>4.16.4</version.box-sdk>

0 commit comments

Comments
 (0)