Skip to content

Commit

Permalink
Bump MASES.JNet from 2.5.8 to 2.5.9 in /src/net (#653)
Browse files Browse the repository at this point in the history
* Bump MASES.JNet from 2.5.8 to 2.5.9 in /src/net

Bumps [MASES.JNet](https://github.com/masesgroup/JNet) from 2.5.8 to 2.5.9.
- [Release notes](https://github.com/masesgroup/JNet/releases)
- [Commits](masesgroup/JNet@V2.5.8.0...V2.5.9.0)

---
updated-dependencies:
- dependency-name: MASES.JNet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update KNetPS to latest JNetPSCore

* POM alignment for compilation
---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: masesdevelopers <[email protected]>
  • Loading branch information
dependabot[bot] and masesdevelopers authored Sep 19, 2024
1 parent f703de3 commit db32c1f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generateclasses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Clear Java generated files
run: Remove-Item .\src\jvm\knet\src\main\java\org\mases\knet\generated\* -Recurse -Force -Exclude README.md

- run: dotnet tool update --version 2.5.8 -g MASES.JNetReflector
- run: dotnet tool update --version 2.5.9 -g MASES.JNetReflector

- name: Build classes
shell: cmd
Expand Down
3 changes: 2 additions & 1 deletion src/jvm/knet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<kafkaVersion>3.6.2</kafkaVersion>
<knetVersion>2.6.5.0</knetVersion>
<jcobridgepath>../../../bin/net6.0/JCOBridge.jar</jcobridgepath>
<jnetpath>../../../bin/net8.0/jars/jnet-2.5.9.0.jar</jnetpath>
</properties>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -134,7 +135,7 @@
<configuration>
<compilerArgs>
<arg>-cp</arg>
<arg>${originalClassPath}${path.separator}${basedir}/${jcobridgepath}</arg>
<arg>${originalClassPath}${path.separator}${basedir}/${jcobridgepath}${path.separator}${basedir}/${jnetpath}</arg>
</compilerArgs>
</configuration>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNet/KNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<None Include="..\..\documentation\articles\usage.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MASES.JNet" Version="2.5.8">
<PackageReference Include="MASES.JNet" Version="2.5.9">
<IncludeAssets>All</IncludeAssets>
<PrivateAssets>None</PrivateAssets>
</PackageReference>
Expand Down
2 changes: 1 addition & 1 deletion src/net/KNetPS/KNetPS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<!--<IncludeAssets>All</IncludeAssets>-->
<!--<PrivateAssets>None</PrivateAssets>-->
</ProjectReference>
<PackageReference Include="MASES.JNetPSCore" Version="2.5.8" />
<PackageReference Include="MASES.JNetPSCore" Version="2.5.9" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit db32c1f

Please sign in to comment.