This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/main by this push:
new 91e581f0f3 Bump System.CodeDom from 10.0.2 to 10.0.3 (#3657)
91e581f0f3 is described below
commit 91e581f0f3c2eaa93ddfd5836cd5e5f001d467e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 16 08:28:55 2026 +0200
Bump System.CodeDom from 10.0.2 to 10.0.3 (#3657)
---
updated-dependencies:
- dependency-name: System.CodeDom
dependency-version: 10.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
lang/csharp/versions.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/csharp/versions.props b/lang/csharp/versions.props
index 6401979537..bc4d511536 100644
--- a/lang/csharp/versions.props
+++ b/lang/csharp/versions.props
@@ -27,7 +27,7 @@
-->
<PropertyGroup Label="Latest Package Versions">
<NewtonsoftJsonVersion>13.0.1</NewtonsoftJsonVersion>
- <SystemCodeDomVersion>10.0.2</SystemCodeDomVersion>
+ <SystemCodeDomVersion>10.0.3</SystemCodeDomVersion>
<SystemReflectionVersion>4.3.0</SystemReflectionVersion>
<SystemReflectionEmitILGenerationVersion>4.7.0</SystemReflectionEmitILGenerationVersion>
<SystemReflectionEmitLightweightVersion>4.7.0</SystemReflectionEmitLightweightVersion>