Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reebhub committed Dec 16, 2024
1 parent 44f9c26 commit 0f528e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<PackageReference Include="Akka.Persistence.RavenDB.Hosting" Version="1.5.22" />
<PackageReference Include="AWSXRayRecorder.Handlers.System.Net" Version="2.11.0" />
<PackageReference Include="NodaTime" Version="3.1.10" />
<PackageReference Include="RavenDB.Client" Version="7.0.0-nightly-20241204-0446" />
<PackageReference Include="RavenDB.Embedded" Version="7.0.0-nightly-20241204-0446" />
<PackageReference Include="RavenDB.TestDriver" Version="7.0.0-nightly-20241204-0446" />
<PackageReference Include="RavenDB.Client" Version="7.0.0-nightly-20241214-0446" />
<PackageReference Include="RavenDB.Embedded" Version="7.0.0-nightly-20241212-0446" />
<PackageReference Include="RavenDB.TestDriver" Version="7.0.0-nightly-20241214-0446" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Reactive.Core" Version="6.0.0" />
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ namespace Raven.Documentation.Samples.Server.OngoingTasks.ETL.Queue
public class AwsSqsEtl
{
public void AddConnectionString()
{
{
string SqsAccessKey = "SqsAccessKey";
string SqsSecretKey = "SqsSecretKey";
string SqsRegionName = "SqsRegionName";

using (var store = new DocumentStore())
{
#region add_sqs_connection_string
Expand Down

0 comments on commit 0f528e3

Please sign in to comment.