Skip to content

Commit

Permalink
Bump itextpdf_version from 7.2.5 to 9.0.0
Browse files Browse the repository at this point in the history
Bumps `itextpdf_version` from 7.2.5 to 9.0.0.

Updates `com.itextpdf:kernel` from 7.2.5 to 9.0.0

Updates `com.itextpdf:layout` from 7.2.5 to 9.0.0

Updates `com.itextpdf:io` from 7.2.5 to 9.0.0

---
updated-dependencies:
- dependency-name: com.itextpdf:kernel
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.itextpdf:layout
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: com.itextpdf:io
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 12, 2025
1 parent 15c1788 commit c358f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ dependencies {
implementation("com.github.matomo-org:matomo-sdk-android:4.1.4")
implementation("com.github.MikeOrtiz:TouchImageView:3.3")

val itextpdf_version = "7.2.5"
val itextpdf_version = "9.0.0"
implementation("com.itextpdf:kernel:$itextpdf_version")
implementation("com.itextpdf:layout:$itextpdf_version")
implementation("com.itextpdf:io:$itextpdf_version")
Expand Down

0 comments on commit c358f29

Please sign in to comment.