From 4dc8fff386dfc817785685707a0d955b45fa8530 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:02:30 +0000 Subject: [PATCH 1/2] Bump Sentry.Extensions.Logging from 5.16.2 to 6.1.0 --- updated-dependencies: - dependency-name: Sentry.Extensions.Logging dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- TeachingRecordSystem/Directory.Packages.props | 2 +- .../packages.lock.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/TeachingRecordSystem/Directory.Packages.props b/TeachingRecordSystem/Directory.Packages.props index 3ea2325d58..a66fe12709 100644 --- a/TeachingRecordSystem/Directory.Packages.props +++ b/TeachingRecordSystem/Directory.Packages.props @@ -88,7 +88,7 @@ - + diff --git a/TeachingRecordSystem/src/TeachingRecordSystem.Worker/packages.lock.json b/TeachingRecordSystem/src/TeachingRecordSystem.Worker/packages.lock.json index 04643d2bc3..ed59d2377e 100644 --- a/TeachingRecordSystem/src/TeachingRecordSystem.Worker/packages.lock.json +++ b/TeachingRecordSystem/src/TeachingRecordSystem.Worker/packages.lock.json @@ -16,14 +16,14 @@ }, "Sentry.Extensions.Logging": { "type": "Direct", - "requested": "[5.16.2, )", - "resolved": "5.16.2", - "contentHash": "bTZigDBAPSyA0D8uXzpXyrsUyxBmQn703U3kkiOCgV2Uc+DuSMUabiVHVSuxPPfbOyTUC2wY2vsOjdlpnXI5zQ==", + "requested": "[6.1.0, )", + "resolved": "6.1.0", + "contentHash": "qo0uZbR8w8Xb6K2YN94ShYh4gTitdmg9o6QL0ZKKVGGrqZxAnDVGQw8d7JS51xLomBkp1HEIJUA3kBMWeQJ/zA==", "dependencies": { - "Microsoft.Extensions.Configuration.Binder": "9.0.0", - "Microsoft.Extensions.Http": "9.0.0", - "Microsoft.Extensions.Logging.Configuration": "9.0.0", - "Sentry": "5.16.2" + "Microsoft.Extensions.Configuration.Binder": "10.0.0", + "Microsoft.Extensions.Http": "10.0.0", + "Microsoft.Extensions.Logging.Configuration": "10.0.0", + "Sentry": "6.1.0" } }, "Serilog.Extensions.Hosting": { @@ -611,8 +611,8 @@ }, "Sentry": { "type": "Transitive", - "resolved": "5.16.2", - "contentHash": "JZiKizATWdBe4dSdvMhp3d/TiMUug3VvWjiu9ZH5UfTbrwGWYUexZ4ZGdyrIB2GuWlLBUWs3Vi1GFv3pNhRKFg==" + "resolved": "6.1.0", + "contentHash": "8d0ql+JAjVMo3WG+MHj62oh3jZVZrwWa/ExVcT0NIRcf6Qsig7wsagwaumWvlXj9F850V+YSyNHWyNNrAipFeA==" }, "Serilog.Extensions.Logging": { "type": "Transitive", From 8aedb9fd8d994012530a6e529c11f10c209c4813 Mon Sep 17 00:00:00 2001 From: James Gunn Date: Tue, 24 Feb 2026 10:13:19 +0000 Subject: [PATCH 2/2] Fix lock file --- .github/dependabot.yml | 3 +++ .../src/TeachingRecordSystem.Api/packages.lock.json | 2 +- .../TeachingRecordSystem.AuthorizeAccess/packages.lock.json | 2 +- .../src/TeachingRecordSystem.SupportUi/packages.lock.json | 2 +- .../src/TeachingRecordSystem.WebCommon/packages.lock.json | 2 +- .../packages.lock.json | 2 +- .../TeachingRecordSystem.Api.UnitTests/packages.lock.json | 2 +- .../packages.lock.json | 2 +- .../packages.lock.json | 2 +- .../packages.lock.json | 2 +- .../TeachingRecordSystem.SupportUi.Tests/packages.lock.json | 2 +- .../tests/TeachingRecordSystem.UiTestCommon/packages.lock.json | 2 +- .../TeachingRecordSystem.WebCommon.Tests/packages.lock.json | 2 +- 13 files changed, 15 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0481970e5e..64f18f417e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,6 +21,9 @@ updates: hangfire: patterns: - 'Hangfire.*' + sentry: + patterns: + - 'Sentry.*' - package-ecosystem: github-actions directory: / diff --git a/TeachingRecordSystem/src/TeachingRecordSystem.Api/packages.lock.json b/TeachingRecordSystem/src/TeachingRecordSystem.Api/packages.lock.json index 4413cb1ba9..bcf2df3a77 100644 --- a/TeachingRecordSystem/src/TeachingRecordSystem.Api/packages.lock.json +++ b/TeachingRecordSystem/src/TeachingRecordSystem.Api/packages.lock.json @@ -1046,7 +1046,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/src/TeachingRecordSystem.AuthorizeAccess/packages.lock.json b/TeachingRecordSystem/src/TeachingRecordSystem.AuthorizeAccess/packages.lock.json index d715f73c2e..fedbd89c83 100644 --- a/TeachingRecordSystem/src/TeachingRecordSystem.AuthorizeAccess/packages.lock.json +++ b/TeachingRecordSystem/src/TeachingRecordSystem.AuthorizeAccess/packages.lock.json @@ -1306,7 +1306,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/packages.lock.json b/TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/packages.lock.json index b7c9be2640..46fc040c98 100644 --- a/TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/packages.lock.json +++ b/TeachingRecordSystem/src/TeachingRecordSystem.SupportUi/packages.lock.json @@ -1227,7 +1227,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/src/TeachingRecordSystem.WebCommon/packages.lock.json b/TeachingRecordSystem/src/TeachingRecordSystem.WebCommon/packages.lock.json index 6e1974349b..d39f1a86bf 100644 --- a/TeachingRecordSystem/src/TeachingRecordSystem.WebCommon/packages.lock.json +++ b/TeachingRecordSystem/src/TeachingRecordSystem.WebCommon/packages.lock.json @@ -921,7 +921,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/tests/TeachingRecordSystem.Api.IntegrationTests/packages.lock.json b/TeachingRecordSystem/tests/TeachingRecordSystem.Api.IntegrationTests/packages.lock.json index 9f646cb7ff..22e35efc6b 100644 --- a/TeachingRecordSystem/tests/TeachingRecordSystem.Api.IntegrationTests/packages.lock.json +++ b/TeachingRecordSystem/tests/TeachingRecordSystem.Api.IntegrationTests/packages.lock.json @@ -1257,7 +1257,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/tests/TeachingRecordSystem.Api.UnitTests/packages.lock.json b/TeachingRecordSystem/tests/TeachingRecordSystem.Api.UnitTests/packages.lock.json index c87a573562..9bf14aae1a 100644 --- a/TeachingRecordSystem/tests/TeachingRecordSystem.Api.UnitTests/packages.lock.json +++ b/TeachingRecordSystem/tests/TeachingRecordSystem.Api.UnitTests/packages.lock.json @@ -1725,7 +1725,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/packages.lock.json b/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/packages.lock.json index 30deba3e2c..e286358c00 100644 --- a/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/packages.lock.json +++ b/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.EndToEndTests/packages.lock.json @@ -1583,7 +1583,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.Tests/packages.lock.json b/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.Tests/packages.lock.json index 1561a3ad4f..c6a1a31f0c 100644 --- a/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.Tests/packages.lock.json +++ b/TeachingRecordSystem/tests/TeachingRecordSystem.AuthorizeAccess.Tests/packages.lock.json @@ -1577,7 +1577,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/packages.lock.json b/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/packages.lock.json index 8065d2eeac..9825f30131 100644 --- a/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/packages.lock.json +++ b/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.EndToEndTests/packages.lock.json @@ -1494,7 +1494,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/packages.lock.json b/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/packages.lock.json index ce24c805da..86cbbdb935 100644 --- a/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/packages.lock.json +++ b/TeachingRecordSystem/tests/TeachingRecordSystem.SupportUi.Tests/packages.lock.json @@ -1487,7 +1487,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/tests/TeachingRecordSystem.UiTestCommon/packages.lock.json b/TeachingRecordSystem/tests/TeachingRecordSystem.UiTestCommon/packages.lock.json index d2301eb4ae..1b59adc721 100644 --- a/TeachingRecordSystem/tests/TeachingRecordSystem.UiTestCommon/packages.lock.json +++ b/TeachingRecordSystem/tests/TeachingRecordSystem.UiTestCommon/packages.lock.json @@ -1461,7 +1461,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": { diff --git a/TeachingRecordSystem/tests/TeachingRecordSystem.WebCommon.Tests/packages.lock.json b/TeachingRecordSystem/tests/TeachingRecordSystem.WebCommon.Tests/packages.lock.json index f06457a224..12574ba778 100644 --- a/TeachingRecordSystem/tests/TeachingRecordSystem.WebCommon.Tests/packages.lock.json +++ b/TeachingRecordSystem/tests/TeachingRecordSystem.WebCommon.Tests/packages.lock.json @@ -1149,7 +1149,7 @@ }, "Sentry.Extensions.Logging": { "type": "CentralTransitive", - "requested": "[5.16.2, )", + "requested": "[6.1.0, )", "resolved": "6.0.0", "contentHash": "c9jXcKZPq6qTWsg7y8MWgOXuuUxxSR/56xKA/GLNEuqxOUTeJ/pWxR4tgrhQ4oTyZwdTEoNyiZpa3Go9ij7Gaw==", "dependencies": {