Skip to content

Commit 8da43fe

Browse files
Bump MASES.JNet from 2.6.5 to 2.6.6 (#135)
* Bump MASES.JNet from 2.6.5 to 2.6.6 --- updated-dependencies: - dependency-name: MASES.JNet dependency-version: 2.6.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update missing from dependabot --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com>
1 parent 8d30dcb commit 8da43fe

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/generateclasses.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
DOTNET_CreateDumpDiagnostics: 1
4141
DOTNET_CreateDumpVerboseDiagnostics: 1
4242
DOTNET_EnableCrashReport: 1
43-
JCOBRIDGE_LicensePath: ${{ secrets.JCOBRIDGE_ENCODED_2_6_5 }}
44-
JNet_Version: 2.6.5
43+
JCOBRIDGE_LicensePath: ${{ secrets.JCOBRIDGE_ENCODED_2_6_6 }}
44+
JNet_Version: 2.6.6
4545
PDFBox_Version: 3.0.7
4646
FONTCACHE_FOLDER: ${{ github.workspace }}\fontcache
4747

src/jvm/netpdf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<maven.compiler.target>${java.version}</maven.compiler.target>
4444
<classpathfile>${basedir}/classpathfile.classpath</classpathfile>
4545
<mavenSkipMain>false</mavenSkipMain> <!-- set mavenSkipMain to true to avoid source compilation: use directive in command-line -->
46-
<jnetVersion>2.6.5.0</jnetVersion>
46+
<jnetVersion>2.6.6.0</jnetVersion>
4747
<pdfBoxVersion>3.0.7</pdfBoxVersion>
4848
<netpdfversion>3.0.9.0</netpdfversion>
4949
<rootDir>${basedir}/../../../</rootDir>

src/net/NetPDF/NetPDF.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<None Remove="Specific\**" />
4444
</ItemGroup>
4545
<ItemGroup>
46-
<PackageReference Include="MASES.JNet" Version="2.6.5">
46+
<PackageReference Include="MASES.JNet" Version="2.6.6">
4747
<IncludeAssets>All</IncludeAssets>
4848
<PrivateAssets>None</PrivateAssets>
4949
</PackageReference>

0 commit comments

Comments
 (0)