Skip to content

Commit

Permalink
Bump Oracle.ManagedDataAccess from 21.10.0 to 21.11.0
Browse files Browse the repository at this point in the history
Bumps Oracle.ManagedDataAccess from 21.10.0 to 21.11.0.

---
updated-dependencies:
- dependency-name: Oracle.ManagedDataAccess
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 26, 2023
1 parent de70476 commit 9cad025
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/net/Wexflow.Core.Db.Oracle/Wexflow.Core.Db.Oracle.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
Expand Down Expand Up @@ -120,7 +120,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Oracle.ManagedDataAccess">
<Version>21.10.0</Version>
<Version>21.11.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
2 changes: 1 addition & 1 deletion src/net/Wexflow.Tasks.Sql/Wexflow.Tasks.Sql.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<Version>4.1.12</Version>
</PackageReference>
<PackageReference Include="Oracle.ManagedDataAccess">
<Version>21.10.0</Version>
<Version>21.11.0</Version>
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core">
<Version>1.0.118</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<Version>4.1.12</Version>
</PackageReference>
<PackageReference Include="Oracle.ManagedDataAccess">
<Version>21.10.0</Version>
<Version>21.11.0</Version>
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core">
<Version>1.0.118</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<Version>4.1.12</Version>
</PackageReference>
<PackageReference Include="Oracle.ManagedDataAccess">
<Version>21.10.0</Version>
<Version>21.11.0</Version>
</PackageReference>
<PackageReference Include="System.Data.SQLite.Core">
<Version>1.0.118</Version>
Expand Down

0 comments on commit 9cad025

Please sign in to comment.