|
13 | 13 | <url>https://www.github.com/microsoft/semantic-kernel</url> |
14 | 14 |
|
15 | 15 | <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> |
17 | 17 | </properties> |
18 | 18 |
|
19 | 19 | <build> |
|
52 | 52 | <dependency> |
53 | 53 | <groupId>io.opentelemetry</groupId> |
54 | 54 | <artifactId>opentelemetry-bom</artifactId> |
55 | | - <version>1.39.0</version> |
| 55 | + <version>1.43.0</version> |
56 | 56 | <type>pom</type> |
57 | 57 | <scope>import</scope> |
58 | 58 | </dependency> |
|
100 | 100 | <dependency> |
101 | 101 | <groupId>com.azure</groupId> |
102 | 102 | <artifactId>azure-ai-openai</artifactId> |
| 103 | + <!-- change to beta.12 --> |
103 | 104 | <version>1.0.0-beta.11</version> |
104 | 105 | </dependency> |
105 | 106 | <dependency> |
106 | 107 | <groupId>com.azure</groupId> |
107 | 108 | <artifactId>azure-identity</artifactId> |
108 | | - <version>1.12.2</version> |
| 109 | + <version>1.14.0</version> |
109 | 110 | </dependency> |
110 | 111 | <dependency> |
111 | 112 | <groupId>com.azure</groupId> |
112 | 113 | <artifactId>azure-core</artifactId> |
113 | | - <version>1.49.1</version> |
| 114 | + <version>1.53.0</version> |
114 | 115 | </dependency> |
115 | 116 | <dependency> |
116 | 117 | <groupId>com.azure</groupId> |
117 | 118 | <artifactId>azure-search-documents</artifactId> |
118 | | - <version>11.7.0-beta.3</version> |
| 119 | + <version>11.8.0-beta.1</version> |
119 | 120 | <exclusions> |
120 | 121 | <exclusion> |
121 | 122 | <groupId>com.azure</groupId> |
|
126 | 127 | <dependency> |
127 | 128 | <groupId>redis.clients</groupId> |
128 | 129 | <artifactId>jedis</artifactId> |
129 | | - <version>5.2.0-beta5</version> |
| 130 | + <version>5.2.0</version> |
130 | 131 | </dependency> |
131 | 132 |
|
132 | 133 | <dependency> |
|
152 | 153 | <version>${com.fasterxml.jackson.core.version}</version> |
153 | 154 | <scope>runtime</scope> |
154 | 155 | </dependency> |
| 156 | + <!-- 4.4.0+ has as dependency on a higher version of Java than Java 8 --> |
155 | 157 | <dependency> |
156 | 158 | <groupId>com.github.jknack</groupId> |
157 | 159 | <artifactId>handlebars</artifactId> |
|
165 | 167 | <dependency> |
166 | 168 | <groupId>org.slf4j</groupId> |
167 | 169 | <artifactId>slf4j-api</artifactId> |
168 | | - <version>2.0.12</version> |
| 170 | + <version>2.0.16</version> |
169 | 171 | </dependency> |
170 | 172 | <dependency> |
171 | 173 | <groupId>com.google.code.findbugs</groupId> |
|
184 | 186 | <dependency> |
185 | 187 | <groupId>com.github.spotbugs</groupId> |
186 | 188 | <artifactId>spotbugs-annotations</artifactId> |
187 | | - <version>4.8.3</version> |
| 189 | + <version>4.8.6</version> |
188 | 190 | </dependency> |
189 | 191 | <dependency> |
190 | 192 | <groupId>org.apache.commons</groupId> |
191 | 193 | <artifactId>commons-text</artifactId> |
192 | | - <version>1.11.0</version> |
| 194 | + <version>1.12.0</version> |
193 | 195 | </dependency> |
194 | 196 |
|
195 | 197 | <dependency> |
196 | 198 | <groupId>com.google.cloud</groupId> |
197 | 199 | <artifactId>google-cloud-vertexai</artifactId> |
198 | | - <version>1.1.0</version> |
| 200 | + <version>1.12.0</version> |
199 | 201 | </dependency> |
200 | 202 |
|
201 | 203 | <dependency> |
|
0 commit comments