mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
SendGrid Mail Delivery Provider (#1892)
* add sendgrid mail delivery service * < * remove duplicate code * fix test by using ISendGridClient interface
This commit is contained in:
@ -1737,6 +1737,15 @@
|
||||
"resolved": "4.4.0",
|
||||
"contentHash": "YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA=="
|
||||
},
|
||||
"SendGrid": {
|
||||
"type": "Transitive",
|
||||
"resolved": "9.25.3",
|
||||
"contentHash": "Dldhsc4+jV28rfa53W+09A549lDfKqGEFFtdOU4uOxHvS/pFhBN8lRkAEzvbMbycwZJJCzfrDdKc/qT1MxWynQ==",
|
||||
"dependencies": {
|
||||
"Newtonsoft.Json": "9.0.1",
|
||||
"starkbank-ecdsa": "[1.3.3, 2.0.0)"
|
||||
}
|
||||
},
|
||||
"Sentry": {
|
||||
"type": "Transitive",
|
||||
"resolved": "2.1.5",
|
||||
@ -1952,6 +1961,11 @@
|
||||
"System.Threading.Timer": "4.3.0"
|
||||
}
|
||||
},
|
||||
"starkbank-ecdsa": {
|
||||
"type": "Transitive",
|
||||
"resolved": "1.3.3",
|
||||
"contentHash": "OblOaKb1enXn+dSp7tsx9yjwV+/BEKM9jFhshIkZTwCk7LuTFTp+wSon6rFzuPiIiTGtvVWQNUw2slHjGktJog=="
|
||||
},
|
||||
"Stripe.net": {
|
||||
"type": "Transitive",
|
||||
"resolved": "37.26.0",
|
||||
@ -3511,27 +3525,27 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Azure.Messaging.EventGrid": "4.7.0",
|
||||
"CommCore": "1.46.0",
|
||||
"Core": "1.46.0",
|
||||
"CommCore": "1.46.2",
|
||||
"Core": "1.46.2",
|
||||
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "5.0.9",
|
||||
"NewRelic.Agent": "8.41.0",
|
||||
"SharedWeb": "1.46.0",
|
||||
"SharedWeb": "1.46.2",
|
||||
"Swashbuckle.AspNetCore": "6.2.3"
|
||||
}
|
||||
},
|
||||
"commcore": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "1.46.0"
|
||||
"Core": "1.46.2"
|
||||
}
|
||||
},
|
||||
"common": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Api": "1.46.0",
|
||||
"Api": "1.46.2",
|
||||
"AutoFixture.AutoNSubstitute": "4.14.0",
|
||||
"AutoFixture.Xunit2": "4.14.0",
|
||||
"Core": "1.46.0",
|
||||
"Core": "1.46.2",
|
||||
"Microsoft.NET.Test.Sdk": "16.6.1",
|
||||
"NSubstitute": "4.2.2",
|
||||
"xunit": "2.4.1"
|
||||
@ -3564,6 +3578,7 @@
|
||||
"Newtonsoft.Json": "12.0.3",
|
||||
"Otp.NET": "1.2.2",
|
||||
"Quartz": "3.1.0",
|
||||
"SendGrid": "9.25.3",
|
||||
"Sentry.Serilog": "2.1.5",
|
||||
"Serilog.AspNetCore": "3.4.0",
|
||||
"Serilog.Extensions.Logging": "3.0.1",
|
||||
@ -3578,7 +3593,7 @@
|
||||
"infrastructure.dapper": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "1.46.0",
|
||||
"Core": "1.46.2",
|
||||
"Dapper": "2.0.123",
|
||||
"System.Data.SqlClient": "4.8.3"
|
||||
}
|
||||
@ -3587,7 +3602,7 @@
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"AutoMapper.Extensions.Microsoft.DependencyInjection": "8.0.1",
|
||||
"Core": "1.46.0",
|
||||
"Core": "1.46.2",
|
||||
"Microsoft.EntityFrameworkCore.Relational": "5.0.12",
|
||||
"Npgsql.EntityFrameworkCore.PostgreSQL": "5.0.2",
|
||||
"Pomelo.EntityFrameworkCore.MySql": "5.0.3",
|
||||
@ -3597,9 +3612,9 @@
|
||||
"sharedweb": {
|
||||
"type": "Project",
|
||||
"dependencies": {
|
||||
"Core": "1.46.0",
|
||||
"Infrastructure.Dapper": "1.46.0",
|
||||
"Infrastructure.EntityFramework": "1.46.0"
|
||||
"Core": "1.46.2",
|
||||
"Infrastructure.Dapper": "1.46.2",
|
||||
"Infrastructure.EntityFramework": "1.46.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user