Skip to content

Commit

Permalink
Bump org.webjars.npm:pdfjs-dist from 4.6.82 to 4.9.155
Browse files Browse the repository at this point in the history
  • Loading branch information
andi-huber committed Dec 9, 2024
1 parent cf400cd commit 0c3bd46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/vw/pdfjs/wicket/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<groupId>org.webjars.npm</groupId>
<artifactId>pdfjs-dist</artifactId>
<!-- keep in sync with o.a.i.extensions.pdfjs.wkt.integration.PdfJsVersion -->
<version>4.6.82</version>
<version>4.9.155</version>
</dependency>

</dependencies>
Expand Down
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.6.82", JavaScriptReferenceType.MODULE)
V4_X("v4", "pdfjs-dist/4.9.155", JavaScriptReferenceType.MODULE)
;
@Getter private final String integrationScriptSuffix;
@Getter private final String webjarPath;
Expand Down

0 comments on commit 0c3bd46

Please sign in to comment.