Skip to content

Commit f863395

Browse files
authored
Merge pull request #350 from johnoliver/fix-build
Bump testcontainers version
2 parents 8dc10de + 65fbb3b commit f863395

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/semantickernel-data-oracle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<description>Provides a Oracle connector for the Semantic Kernel</description>
1414

1515
<properties>
16-
<testcontainers.version>1.20.4</testcontainers.version>
16+
<testcontainers.version>1.21.4</testcontainers.version>
1717
</properties>
1818

1919
<dependencyManagement>

samples/semantickernel-concepts/semantickernel-syntax-examples/src/main/java/com/microsoft/semantickernel/samples/syntaxexamples/plugin/Example13_ConversationSummaryPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public class Example13_ConversationSummaryPlugin {
107107
Jane: Darn, it's just repeating stuff now.
108108
John: I think we're done.
109109
Jane: We're not though! We need like 1500 more characters.
110-
John: Oh Cananda, our home and native land.
110+
John: Oh Canada, our home and native land.
111111
Jane: True patriot love in all thy sons command.
112112
John: With glowing hearts we see thee rise.
113113
Jane: The True North strong and free.

0 commit comments

Comments
 (0)