Skip to content

Commit e5e41b0

Browse files
Bump dependencies (#7781) (#7787)
- `Elastic.Transport` to `0.4.12` - `Elastic.Elasticsearch.Managed` to `0.4.1` - `Elastic.Transport.VirtualizedCluster` to `0.4.1` - `Elastic.Elasticsearch.Xunit` to `0.4.1`
1 parent 7349b4c commit e5e41b0

File tree

17 files changed

+313
-492
lines changed

17 files changed

+313
-492
lines changed

benchmarks/Benchmarks/packages.lock.json

+9-32
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,8 @@
6767
},
6868
"Elastic.Transport": {
6969
"type": "Transitive",
70-
"resolved": "0.4.8",
71-
"contentHash": "AFPWZMiCFW33y5d7SBobCQ9JJN3h5+2VGhIp7bRoDOx95pAtrA3jw3OY8477eAavqfVNoKDPFwGthPxC2iDedw==",
72-
"dependencies": {
73-
"Microsoft.CSharp": "4.7.0",
74-
"System.Buffers": "4.5.1",
75-
"System.Diagnostics.DiagnosticSource": "5.0.1",
76-
"System.Text.Json": "6.0.0"
77-
}
70+
"resolved": "0.4.12",
71+
"contentHash": "Z4CWaO8CH23KMOAcUuevAeOHv9PWBBycWQxYXYgltHcKsEOityrxmGO4ytdIppVrGeBc4RaIclnjV8PKiHtWfQ=="
7872
},
7973
"Elasticsearch.Net": {
8074
"type": "Transitive",
@@ -158,8 +152,8 @@
158152
},
159153
"Microsoft.CSharp": {
160154
"type": "Transitive",
161-
"resolved": "4.7.0",
162-
"contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA=="
155+
"resolved": "4.6.0",
156+
"contentHash": "kxn3M2rnAGy5N5DgcIwcE8QTePWU/XiYcQVzn9HqTls2NKluVzVSmVWRjK7OUPWbljCXuZxHyhEz9kPRIQeXow=="
163157
},
164158
"Microsoft.Diagnostics.NETCore.Client": {
165159
"type": "Transitive",
@@ -448,8 +442,8 @@
448442
},
449443
"System.Diagnostics.DiagnosticSource": {
450444
"type": "Transitive",
451-
"resolved": "5.0.1",
452-
"contentHash": "uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ=="
445+
"resolved": "5.0.0",
446+
"contentHash": "tCQTzPsGZh/A9LhhA6zrqCRV4hOHsK90/G7q3Khxmn6tnB1PuNU0cRaKANP2AWcF9bn0zsuOoZOSrHuJk6oNBA=="
453447
},
454448
"System.Diagnostics.FileVersionInfo": {
455449
"type": "Transitive",
@@ -763,8 +757,8 @@
763757
},
764758
"System.Runtime.CompilerServices.Unsafe": {
765759
"type": "Transitive",
766-
"resolved": "6.0.0",
767-
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
760+
"resolved": "4.5.2",
761+
"contentHash": "wprSFgext8cwqymChhrBLu62LMg/1u92bU+VOwyfBimSPVFXtsNqEWC92Pf9ofzJFlk4IHmJA75EDJn1b2goAQ=="
768762
},
769763
"System.Runtime.Extensions": {
770764
"type": "Transitive",
@@ -1025,23 +1019,6 @@
10251019
"System.Text.Encoding": "4.3.0"
10261020
}
10271021
},
1028-
"System.Text.Encodings.Web": {
1029-
"type": "Transitive",
1030-
"resolved": "6.0.0",
1031-
"contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
1032-
"dependencies": {
1033-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
1034-
}
1035-
},
1036-
"System.Text.Json": {
1037-
"type": "Transitive",
1038-
"resolved": "6.0.0",
1039-
"contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
1040-
"dependencies": {
1041-
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
1042-
"System.Text.Encodings.Web": "6.0.0"
1043-
}
1044-
},
10451022
"System.Text.RegularExpressions": {
10461023
"type": "Transitive",
10471024
"resolved": "4.3.0",
@@ -1195,7 +1172,7 @@
11951172
"elastic.clients.elasticsearch": {
11961173
"type": "Project",
11971174
"dependencies": {
1198-
"Elastic.Transport": "[0.4.8, )"
1175+
"Elastic.Transport": "[0.4.12, )"
11991176
}
12001177
}
12011178
}

benchmarks/Profiling/packages.lock.json

+3-46
Original file line numberDiff line numberDiff line change
@@ -31,25 +31,14 @@
3131
},
3232
"Elastic.Transport": {
3333
"type": "Transitive",
34-
"resolved": "0.4.8",
35-
"contentHash": "AFPWZMiCFW33y5d7SBobCQ9JJN3h5+2VGhIp7bRoDOx95pAtrA3jw3OY8477eAavqfVNoKDPFwGthPxC2iDedw==",
36-
"dependencies": {
37-
"Microsoft.CSharp": "4.7.0",
38-
"System.Buffers": "4.5.1",
39-
"System.Diagnostics.DiagnosticSource": "5.0.1",
40-
"System.Text.Json": "6.0.0"
41-
}
34+
"resolved": "0.4.12",
35+
"contentHash": "Z4CWaO8CH23KMOAcUuevAeOHv9PWBBycWQxYXYgltHcKsEOityrxmGO4ytdIppVrGeBc4RaIclnjV8PKiHtWfQ=="
4236
},
4337
"Microsoft.Build.Tasks.Git": {
4438
"type": "Transitive",
4539
"resolved": "1.1.1",
4640
"contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q=="
4741
},
48-
"Microsoft.CSharp": {
49-
"type": "Transitive",
50-
"resolved": "4.7.0",
51-
"contentHash": "pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA=="
52-
},
5342
"Microsoft.NETFramework.ReferenceAssemblies.net461": {
5443
"type": "Transitive",
5544
"resolved": "1.0.2",
@@ -96,42 +85,10 @@
9685
"Microsoft.SourceLink.Common": "1.1.1"
9786
}
9887
},
99-
"System.Buffers": {
100-
"type": "Transitive",
101-
"resolved": "4.5.1",
102-
"contentHash": "Rw7ijyl1qqRS0YQD/WycNst8hUUMgrMH4FCn1nNm27M4VxchZ1js3fVjQaANHO5f3sN4isvP4a+Met9Y4YomAg=="
103-
},
104-
"System.Diagnostics.DiagnosticSource": {
105-
"type": "Transitive",
106-
"resolved": "5.0.1",
107-
"contentHash": "uXQEYqav2V3zP6OwkOKtLv+qIi6z3m1hsGyKwXX7ZA7htT4shoVccGxnJ9kVRFPNAsi1ArZTq2oh7WOto6GbkQ=="
108-
},
109-
"System.Runtime.CompilerServices.Unsafe": {
110-
"type": "Transitive",
111-
"resolved": "6.0.0",
112-
"contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg=="
113-
},
114-
"System.Text.Encodings.Web": {
115-
"type": "Transitive",
116-
"resolved": "6.0.0",
117-
"contentHash": "Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
118-
"dependencies": {
119-
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
120-
}
121-
},
122-
"System.Text.Json": {
123-
"type": "Transitive",
124-
"resolved": "6.0.0",
125-
"contentHash": "zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
126-
"dependencies": {
127-
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
128-
"System.Text.Encodings.Web": "6.0.0"
129-
}
130-
},
13188
"elastic.clients.elasticsearch": {
13289
"type": "Project",
13390
"dependencies": {
134-
"Elastic.Transport": "[0.4.8, )"
91+
"Elastic.Transport": "[0.4.12, )"
13592
}
13693
}
13794
}

build/scripts/packages.lock.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
},
2323
"Elastic.Elasticsearch.Managed": {
2424
"type": "Direct",
25-
"requested": "[0.3.0, )",
26-
"resolved": "0.3.0",
27-
"contentHash": "vzRuSJgZWdOMV8fOpGSShkBUDTxzFZE3CiicBW8/y6PJwWCfgw325gSrQndG57KbL8I1EfhV5XF4EWpDdrGviA==",
25+
"requested": "[0.4.1, )",
26+
"resolved": "0.4.1",
27+
"contentHash": "/1vsS1lTGbjiEj+M3M7s4lcVLiWrYZk/pjrQgnANeZb/paAeLbwIlSRhbyCD2sJIavvKef30+zBtbuk7p+yDYA==",
2828
"dependencies": {
29-
"Elastic.Stack.ArtifactsApi": "0.3.0",
29+
"Elastic.Stack.ArtifactsApi": "0.4.1",
3030
"Proc": "0.6.1",
3131
"System.Net.Http": "4.3.1"
3232
}
@@ -132,8 +132,8 @@
132132
},
133133
"Elastic.Stack.ArtifactsApi": {
134134
"type": "Transitive",
135-
"resolved": "0.3.0",
136-
"contentHash": "bJ5YI/YkejOAzpo2Vq/M3bDHartZgDxui4V8CTLGmuU9vddt0tmmXgBiAPCxiaVeNzjjhzxku3yun34VxdG/fQ==",
135+
"resolved": "0.4.1",
136+
"contentHash": "8za3oTNW5VQAbQCadm9yb3HyB+U76oz/urdx3Sn0CIX4uW139iqVpm4mE+77tCCkbFp1ZVnrmSq/kBwT6Jgcaw==",
137137
"dependencies": {
138138
"SemanticVersioning": "0.8.0",
139139
"System.Text.Json": "4.6.0"

build/scripts/scripts.fsproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<ItemGroup>
3838
<PackageReference Include="FSharp.Core" Version="6.0.4" /> <!-- Hardcoded for manual control over the version, otherwise this updates when the SDK updates. -->
3939
<PackageReference Include="Bullseye" Version="3.3.0" />
40-
<PackageReference Include="Elastic.Elasticsearch.Managed" Version="0.3.0" />
40+
<PackageReference Include="Elastic.Elasticsearch.Managed" Version="0.4.1" />
4141
<PackageReference Include="Fake.Core.Environment" Version="5.15.0" />
4242
<PackageReference Include="Fake.Core.SemVer" Version="5.15.0" />
4343
<PackageReference Include="Fake.IO.FileSystem" Version="5.15.0" />

0 commit comments

Comments
 (0)