Skip to content

Commit

Permalink
Bump bootstrap
Browse files Browse the repository at this point in the history
Bumps bootstrap from 3.3.1 to 5.0.0.

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent 99ba2a2 commit fda62b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Aspose.Words" publicKeyToken="716fcc553a201e56" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-15.3.0.0" newVersion="15.3.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Aspose.Words" version="15.3.0" targetFramework="net45" />
<package id="bootstrap" version="3.3.1" targetFramework="net45" />
<package id="bootstrap" version="5.0.0" targetFramework="net45" />
<package id="jQuery" version="1.9.0" targetFramework="net45" />
</packages>

0 comments on commit fda62b6

Please sign in to comment.