Skip to content

Commit

Permalink
Update backend dependencies (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Nov 12, 2021
1 parent 14018c0 commit 3c43218
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 32 deletions.
12 changes: 6 additions & 6 deletions Backend.Tests/Backend.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
<PackageReference Include="coverlet.msbuild" Version="3.0.3">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
<PackageReference Include="coverlet.msbuild" Version="3.1.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.11.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.11.1" />
<PackageReference Include="MongoDB.Driver" Version="2.12.4" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.14.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.14.1" />
<PackageReference Include="MongoDB.Driver" Version="2.13.2" />
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="NUnit3TestAdapter" Version="4.1.0" />

<!-- SIL Maintained Dependencies. -->
<PackageReference Include="SIL.Core.Desktop" Version="8.0.0">
Expand Down
12 changes: 6 additions & 6 deletions Backend/BackendFramework.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<EmbeddedResource Include="Data\sdList.txt" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.11.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.11.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.1.4" />
<PackageReference Include="MongoDB.Driver" Version="2.12.4" />
<PackageReference Include="MailKit" Version="2.13.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.12" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.14.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.14.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" />
<PackageReference Include="MongoDB.Driver" Version="2.13.2" />
<PackageReference Include="MailKit" Version="2.15.0" />

<!-- SIL Maintained Dependencies. -->
<PackageReference Include="icu.net" Version="2.7.1" />
Expand Down
40 changes: 20 additions & 20 deletions docs/user_guide/docs/licenses/backend_licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ license Type:LICENSE.md

####################################################################################################
Package:MailKit
Version:2.13.0
Version:2.15.0
project URL:http://www.mimekit.net/
Description:MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.

Expand Down Expand Up @@ -69,11 +69,11 @@ license Type:Apache-2.0

####################################################################################################
Package:Microsoft.AspNetCore.Authentication.JwtBearer
Version:5.0.9
Version:5.0.12
project URL:https://asp.net/
Description:ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.

This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c663adee8e64ba5d379fa0edfb8201984a7df7d0
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/0bc3c376f0cd14335e8b3afca69596acabeb1f80
licenseUrl:https://licenses.nuget.org/Apache-2.0
license Type:Apache-2.0

Expand Down Expand Up @@ -486,7 +486,7 @@ license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.JsonWebTokens
Version:6.11.1
Version:6.14.1
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes types that provide support for creating, serializing and validating JSON Web Tokens.
licenseUrl:https://licenses.nuget.org/MIT
Expand All @@ -502,7 +502,7 @@ license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.Logging
Version:6.11.1
Version:6.14.1
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes Event Source based logging support.
licenseUrl:https://licenses.nuget.org/MIT
Expand Down Expand Up @@ -534,7 +534,7 @@ license Type:MIT

####################################################################################################
Package:Microsoft.IdentityModel.Tokens
Version:6.11.1
Version:6.14.1
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
licenseUrl:https://licenses.nuget.org/MIT
Expand Down Expand Up @@ -675,7 +675,7 @@ license Type:MS-EULA

####################################################################################################
Package:MimeKit
Version:2.13.0
Version:2.15.0
project URL:http://www.mimekit.net/
Description:MimeKit is an Open Source library for creating and parsing MIME, S/MIME and PGP messages on desktop and mobile platforms. It also supports parsing of Unix mbox files.

Expand All @@ -693,34 +693,34 @@ license Type:MIT

####################################################################################################
Package:MongoDB.Bson
Version:2.12.4
Version:2.13.2
project URL:https://docs.mongodb.com/drivers/csharp/
Description:MongoDB's Official Bson Library.
licenseUrl:https://www.nuget.org/packages/MongoDB.Bson/2.12.4/License
licenseUrl:https://www.nuget.org/packages/MongoDB.Bson/2.13.2/License
license Type:License.txt

####################################################################################################
Package:MongoDB.Driver
Version:2.12.4
Version:2.13.2
project URL:https://docs.mongodb.com/drivers/csharp/
Description:Official .NET driver for MongoDB.
licenseUrl:https://www.nuget.org/packages/MongoDB.Driver/2.12.4/License
licenseUrl:https://www.nuget.org/packages/MongoDB.Driver/2.13.2/License
license Type:License.txt

####################################################################################################
Package:MongoDB.Driver.Core
Version:2.12.4
Version:2.13.2
project URL:https://docs.mongodb.com/drivers/csharp/
Description:Core Component of the Official MongoDB .NET Driver.
licenseUrl:https://www.nuget.org/packages/MongoDB.Driver.Core/2.12.4/License
licenseUrl:https://www.nuget.org/packages/MongoDB.Driver.Core/2.13.2/License
license Type:License.txt

####################################################################################################
Package:MongoDB.Libmongocrypt
Version:1.2.1
Version:1.2.2
project URL:http://www.mongodb.org/display/DOCS/CSharp+Language+Center
Description:Libmongocrypt wrapper for the .NET driver.
licenseUrl:https://www.nuget.org/packages/MongoDB.Libmongocrypt/1.2.1/License
licenseUrl:https://www.nuget.org/packages/MongoDB.Libmongocrypt/1.2.2/License
license Type:License.txt

####################################################################################################
Expand Down Expand Up @@ -913,31 +913,31 @@ license Type:

####################################################################################################
Package:Swashbuckle.AspNetCore
Version:6.1.4
Version:6.2.3
project URL:https://github.com/domaindrivendev/Swashbuckle.AspNetCore
Description:Swagger tools for documenting APIs built on ASP.NET Core
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

####################################################################################################
Package:Swashbuckle.AspNetCore.Swagger
Version:6.1.4
Version:6.2.3
project URL:https://github.com/domaindrivendev/Swashbuckle.AspNetCore
Description:Middleware to expose Swagger JSON endpoints from APIs built on ASP.NET Core
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

####################################################################################################
Package:Swashbuckle.AspNetCore.SwaggerGen
Version:6.1.4
Version:6.2.3
project URL:https://github.com/domaindrivendev/Swashbuckle.AspNetCore
Description:Swagger Generator for APIs built on ASP.NET Core
licenseUrl:https://licenses.nuget.org/MIT
license Type:MIT

####################################################################################################
Package:Swashbuckle.AspNetCore.SwaggerUI
Version:6.1.4
Version:6.2.3
project URL:https://github.com/domaindrivendev/Swashbuckle.AspNetCore
Description:Middleware to expose an embedded version of the swagger-ui from an ASP.NET Core application
licenseUrl:https://licenses.nuget.org/MIT
Expand Down Expand Up @@ -1712,7 +1712,7 @@ license Type:MIT

####################################################################################################
Package:System.IdentityModel.Tokens.Jwt
Version:6.11.1
Version:6.14.1
project URL:https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet
Description:Includes types that provide support for creating, serializing and validating JSON Web Tokens.
licenseUrl:https://licenses.nuget.org/MIT
Expand Down

0 comments on commit 3c43218

Please sign in to comment.