Skip to content

Commit 7aa9339

Browse files
authored
Merge pull request #339 from johnoliver/fix-build
Update dependencies for CG
2 parents 7691c25 + 110e7f5 commit 7aa9339

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<description>Parent pom for the Semantic Kernel Project</description>
1515

1616
<properties>
17-
<azure-ai-openai.version>1.0.0-beta.14</azure-ai-openai.version>
17+
<azure-ai-openai.version>1.0.0-beta.16</azure-ai-openai.version>
1818
<checkstyle.version>10.18.2</checkstyle.version>
1919
<com.uber.nullaway.version>0.10.21</com.uber.nullaway.version>
2020
<compilingJdk8>false</compilingJdk8>

semantickernel-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<dependency>
147147
<groupId>com.azure</groupId>
148148
<artifactId>azure-ai-openai</artifactId>
149-
<version>1.0.0-beta.14</version>
149+
<version>1.0.0-beta.16</version>
150150
</dependency>
151151
<dependency>
152152
<groupId>com.azure</groupId>
@@ -236,7 +236,7 @@
236236
<dependency>
237237
<groupId>org.apache.commons</groupId>
238238
<artifactId>commons-text</artifactId>
239-
<version>1.12.0</version>
239+
<version>1.14.0</version>
240240
</dependency>
241241

242242
<dependency>

0 commit comments

Comments
 (0)