Skip to content

Commit

Permalink
Bump org.webjars.npm:pdfjs-dist from 4.3.136 to 4.4.168 (part 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-huber committed Jul 15, 2024
1 parent d706a83 commit 57c185e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
public enum PdfJsVersion {
V2_X("v2x3x", "pdfjs-dist/2.16.105", JavaScriptReferenceType.TEXT_JAVASCRIPT),
V3_X("v2x3x", "pdfjs-dist/3.11.174", JavaScriptReferenceType.TEXT_JAVASCRIPT),
V4_X("v4", "pdfjs-dist/4.3.136", JavaScriptReferenceType.MODULE)
V4_X("v4", "pdfjs-dist/4.4.168", JavaScriptReferenceType.MODULE)
;
@Getter private final String integrationScriptSuffix;
@Getter private final String webjarPath;
Expand Down

0 comments on commit 57c185e

Please sign in to comment.