Skip to content

Commit b5e8fbd

Browse files
committed
Updated dependnecies all tests pass
1 parent 2beb165 commit b5e8fbd

File tree

6 files changed

+19
-15
lines changed

6 files changed

+19
-15
lines changed

aiservices/google/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>com.google.cloud</groupId>
1919
<artifactId>libraries-bom</artifactId>
20-
<version>26.37.0</version>
20+
<version>26.49.0</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,13 +152,13 @@
152152
<dependency>
153153
<groupId>org.wiremock</groupId>
154154
<artifactId>wiremock</artifactId>
155-
<version>3.9.1</version>
155+
<version>3.9.2</version>
156156
<scope>test</scope>
157157
</dependency>
158158
<dependency>
159159
<groupId>org.mockito</groupId>
160160
<artifactId>mockito-junit-jupiter</artifactId>
161-
<version>5.12.0</version>
161+
<version>5.14.2</version>
162162
<scope>test</scope>
163163
</dependency>
164164
</dependencies>

semantickernel-api/src/test/java/com/microsoft/semantickernel/semanticfunctions/KernelFunctionYamlTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ public static void assertEqualsJson(Object a, Object b) {
9797

9898
/**
9999
* Test of fromYaml method, of class KernelFunctionYaml.
100+
* @throws Exception if parsing the YAML throws an Exception
100101
*/
101102
@Test
102103
@Disabled

semantickernel-bom/pom.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<url>https://www.github.com/microsoft/semantic-kernel</url>
1414

1515
<properties>
16-
<com.fasterxml.jackson.core.version>2.17.1</com.fasterxml.jackson.core.version>
16+
<com.fasterxml.jackson.core.version>2.18.0</com.fasterxml.jackson.core.version>
1717
</properties>
1818

1919
<build>
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.opentelemetry</groupId>
5454
<artifactId>opentelemetry-bom</artifactId>
55-
<version>1.39.0</version>
55+
<version>1.43.0</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -100,22 +100,23 @@
100100
<dependency>
101101
<groupId>com.azure</groupId>
102102
<artifactId>azure-ai-openai</artifactId>
103+
<!-- change to beta.12 -->
103104
<version>1.0.0-beta.11</version>
104105
</dependency>
105106
<dependency>
106107
<groupId>com.azure</groupId>
107108
<artifactId>azure-identity</artifactId>
108-
<version>1.12.2</version>
109+
<version>1.14.0</version>
109110
</dependency>
110111
<dependency>
111112
<groupId>com.azure</groupId>
112113
<artifactId>azure-core</artifactId>
113-
<version>1.49.1</version>
114+
<version>1.53.0</version>
114115
</dependency>
115116
<dependency>
116117
<groupId>com.azure</groupId>
117118
<artifactId>azure-search-documents</artifactId>
118-
<version>11.7.0-beta.3</version>
119+
<version>11.8.0-beta.1</version>
119120
<exclusions>
120121
<exclusion>
121122
<groupId>com.azure</groupId>
@@ -126,7 +127,7 @@
126127
<dependency>
127128
<groupId>redis.clients</groupId>
128129
<artifactId>jedis</artifactId>
129-
<version>5.2.0-beta5</version>
130+
<version>5.2.0</version>
130131
</dependency>
131132

132133
<dependency>
@@ -152,6 +153,7 @@
152153
<version>${com.fasterxml.jackson.core.version}</version>
153154
<scope>runtime</scope>
154155
</dependency>
156+
<!-- 4.4.0+ has as dependency on a higher version of Java than Java 8 -->
155157
<dependency>
156158
<groupId>com.github.jknack</groupId>
157159
<artifactId>handlebars</artifactId>
@@ -165,7 +167,7 @@
165167
<dependency>
166168
<groupId>org.slf4j</groupId>
167169
<artifactId>slf4j-api</artifactId>
168-
<version>2.0.12</version>
170+
<version>2.0.16</version>
169171
</dependency>
170172
<dependency>
171173
<groupId>com.google.code.findbugs</groupId>
@@ -184,18 +186,18 @@
184186
<dependency>
185187
<groupId>com.github.spotbugs</groupId>
186188
<artifactId>spotbugs-annotations</artifactId>
187-
<version>4.8.3</version>
189+
<version>4.8.6</version>
188190
</dependency>
189191
<dependency>
190192
<groupId>org.apache.commons</groupId>
191193
<artifactId>commons-text</artifactId>
192-
<version>1.11.0</version>
194+
<version>1.12.0</version>
193195
</dependency>
194196

195197
<dependency>
196198
<groupId>com.google.cloud</groupId>
197199
<artifactId>google-cloud-vertexai</artifactId>
198-
<version>1.1.0</version>
200+
<version>1.12.0</version>
199201
</dependency>
200202

201203
<dependency>

semantickernel-experimental/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@
110110
<dependency>
111111
<groupId>org.postgresql</groupId>
112112
<artifactId>postgresql</artifactId>
113-
<version>42.7.3</version> <!-- Use the latest version -->
113+
<version>42.7.4</version>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.xerial</groupId>
117117
<artifactId>sqlite-jdbc</artifactId>
118-
<version>3.46.1.0</version>
118+
<version>3.47.0.0</version>
119119
</dependency>
120120

121121
</dependencies>

semantickernel-experimental/src/main/java/com/microsoft/semantickernel/data/vectorstorage/options/VectorSearchOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ public static VectorSearchOptions createDefault(String vectorFieldName) {
4343
* @param top The limit of the number of results to return.
4444
* @param skip The offset of the results to return.
4545
* @param includeVectors A value indicating whether to include vectors in the results.
46+
* @param includeTotalCount A value indicating whether to include the total count of the results.
4647
*/
4748
public VectorSearchOptions(VectorSearchFilter vectorSearchFilter,
4849
String vectorFieldName, int top, int skip, boolean includeVectors,

0 commit comments

Comments
 (0)