usefulness / webp-imageio

Java ImageIO WebP support (includes ARM chips support)
Apache License 2.0
35 stars 5 forks source link

Update gradle.starter to v0.62.0 #113

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.starter.library.kotlin 0.61.1 -> 0.62.0 age adoption passing confidence
com.starter.versioning 0.61.1 -> 0.62.0 age adoption passing confidence
com.starter.config 0.61.1 -> 0.62.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 year ago

Jar size:

Jar size change: +201.0B (3.1MiB -> 3.1MiB)

Diffuse output:

OLD: diffuse-source-file
NEW: pull-request-artifact.jar

       │          compressed          │          uncompressed          
       ├──────────┬──────────┬────────┼───────────┬───────────┬────────
 JAR   │ old      │ new      │ diff   │ old       │ new       │ diff   
───────┼──────────┼──────────┼────────┼───────────┼───────────┼────────
 class │ 55.1 KiB │ 55.3 KiB │ +201 B │ 116.7 KiB │ 117.4 KiB │ +657 B 
 other │    3 MiB │    3 MiB │    0 B │   6.4 MiB │   6.4 MiB │    0 B 
───────┼──────────┼──────────┼────────┼───────────┼───────────┼────────
 total │  3.1 MiB │  3.1 MiB │ +201 B │   6.5 MiB │   6.5 MiB │ +657 B 

 CLASSES │ old │ new │ diff       
─────────┼─────┼─────┼────────────
 classes │  25 │  25 │  0 (+0 -0) 
 methods │ 634 │ 638 │ +4 (+4 -0) 
  fields │  65 │  67 │ +2 (+2 -0)
JAR ``` compressed │ uncompressed │ ──────────┬────────┼──────────┬────────┤ size │ diff │ size │ diff │ path ──────────┼────────┼──────────┼────────┼───────────────────────────────────────────────────────────────── 2 KiB │ +130 B │ 4.2 KiB │ +367 B │ ∆ com/luciad/imageio/webp/CompressionType.class 1.4 KiB │ +121 B │ 2.5 KiB │ +374 B │ ∆ com/luciad/imageio/webp/internal/VP8StatusCode.class 1.8 KiB │ -18 B │ 4.2 KiB │ -11 B │ ∆ com/luciad/imageio/webp/WebPWriter.class 1.7 KiB │ -13 B │ 3.1 KiB │ -36 B │ ∆ com/luciad/imageio/webp/internal/NativeLoader_version_2.class 4.3 KiB │ -11 B │ 8.6 KiB │ -11 B │ ∆ com/luciad/imageio/webp/WebPReader.class 2.8 KiB │ -10 B │ 5.5 KiB │ -31 B │ ∆ com/luciad/imageio/webp/WebPWrapper.class 1.3 KiB │ +3 B │ 2.1 KiB │ +5 B │ ∆ com/luciad/imageio/webp/internal/NativeLoader_cleanup_1.class 5.9 KiB │ -3 B │ 12.5 KiB │ 0 B │ ∆ com/luciad/imageio/webp/internal/NativeLoader.class 827 B │ -2 B │ 1.1 KiB │ 0 B │ ∆ com/luciad/imageio/webp/WebPWriteParam_Companion.class 1.8 KiB │ +2 B │ 3.5 KiB │ 0 B │ ∆ com/luciad/imageio/webp/WebPImageWriterSpi.class 696 B │ -1 B │ 807 B │ 0 B │ ∆ com/luciad/imageio/webp/WebPWriteParam_WhenMappings.class 4.9 KiB │ +1 B │ 9.5 KiB │ 0 B │ ∆ com/luciad/imageio/webp/internal/OsInfo.class 6 KiB │ +1 B │ 17.2 KiB │ 0 B │ ∆ com/luciad/imageio/webp/WebPWriteParam.class 843 B │ +1 B │ 1.1 KiB │ 0 B │ ∆ com/luciad/imageio/webp/CompressionType_Companion.class ──────────┼────────┼──────────┼────────┼───────────────────────────────────────────────────────────────── 36.3 KiB │ +201 B │ 75.8 KiB │ +657 B │ (total) ```
CLASSES ``` METHODS: old │ new │ diff ─────┼─────┼──────────── 634 │ 638 │ +4 (+4 -0) + com.luciad.imageio.webp.CompressionType getEntries() → EnumEntries + com.luciad.imageio.webp.internal.VP8StatusCode getEntries() → EnumEntries + kotlin.enums.EnumEntriesKt enumEntries(Enum[]) → EnumEntries + kotlin.jvm.internal.Intrinsics checkNotNull(Object) FIELDS: old │ new │ diff ─────┼─────┼──────────── 65 │ 67 │ +2 (+2 -0) + com.luciad.imageio.webp.CompressionType _ENTRIES: EnumEntries + com.luciad.imageio.webp.internal.VP8StatusCode _ENTRIES: EnumEntries ```