Skip to content

Commit

Permalink
Merge branch 'main' into feature/http-language-support
Browse files Browse the repository at this point in the history
  • Loading branch information
koros committed Nov 19, 2024
2 parents da3bf05 + 4aac4dc commit 69ba9ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion it/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<kiota-java.version>1.7.0</kiota-java.version>
<kiota-java.version>1.8.0</kiota-java.version>
</properties>

<dependencies>
Expand Down
4 changes: 3 additions & 1 deletion src/kiota/kiota.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="StreamJsonRpc" Version="2.20.17" />
<NuGetAuditSuppress Include="https://github.com/advisories/GHSA-4qm4-8hg2-g2xm" />
<PackageReference Include="MessagePack" Version="2.5.187" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
<PackageReference Include="System.CommandLine.Rendering" Version="0.4.0-alpha.22272.1" />
Expand All @@ -70,4 +72,4 @@
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
</Project>
</Project>

0 comments on commit 69ba9ac

Please sign in to comment.