File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 18
18
19
19
<spring-cloud-azure .version>4.9.0</spring-cloud-azure .version>
20
20
<azure-search .version>11.6.0-beta.8</azure-search .version>
21
- <semantic-kernel .version>1.0.0-rc3-SNAPSHOT </semantic-kernel .version>
21
+ <semantic-kernel .version>1.0.1 </semantic-kernel .version>
22
22
<mockito-inline .version>4.5.1</mockito-inline .version>
23
23
<maven .compiler-plugin.version>3.11.0</maven .compiler-plugin.version>
24
24
45
45
<scope >import</scope >
46
46
<type >pom</type >
47
47
</dependency >
48
+
49
+ <!-- Not sure why the build seems to pick the wrong version for this -->
50
+ <dependency >
51
+ <groupId >org.apache.commons</groupId >
52
+ <artifactId >commons-lang3</artifactId >
53
+ <version >3.13.0</version >
54
+ </dependency >
48
55
</dependencies >
49
56
</dependencyManagement >
50
57
You can’t perform that action at this time.
0 commit comments