EzMediaCore icon indicating copy to clipboard operation
EzMediaCore copied to clipboard

Update dependency me.friwi:jcefmaven to v109.1.11.1

Open renovate[bot] opened this issue 1 year ago • 0 comments

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
me.friwi:jcefmaven 109.1.11 -> 109.1.11.1 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jcefmaven/jcefmaven (me.friwi:jcefmaven)

v109.1.11.1: JCEF Maven 109.1.11.1

Compare Source

Update JCEF to 854af1f

Build: GitHub Actions #​81 MVN version: 109.1.11.1 JCEF commit: 854af1f CEF version: 109.1.11+g6d4fdb2+chromium-109.0.5414.87

Use with Maven:

<dependency>
    <groupId>me.friwi</groupId>
    <artifactId>jcefmaven</artifactId>
    <version>109.1.11.1</version>
</dependency>
Natives (only include if you want to bundle them in a fat jar)
Linux AMD64
<dependency>
    <groupId>me.friwi</groupId>
    <artifactId>jcef-natives-linux-amd64</artifactId>
    <version>jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87</version>
</dependency>
Linux ARM
<dependency>
    <groupId>me.friwi</groupId>
    <artifactId>jcef-natives-linux-arm</artifactId>
    <version>jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87</version>
</dependency>
Linux ARM64
<dependency>
    <groupId>me.friwi</groupId>
    <artifactId>jcef-natives-linux-arm64</artifactId>
    <version>jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87</version>
</dependency>
Macosx AMD64
<dependency>
    <groupId>me.friwi</groupId>
    <artifactId>jcef-natives-macosx-amd64</artifactId>
    <version>jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87</version>
</dependency>
Macosx ARM64
<dependency>
    <groupId>me.friwi</groupId>
    <artifactId>jcef-natives-macosx-arm64</artifactId>
    <version>jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87</version>
</dependency>
Windows AMD64
<dependency>
    <groupId>me.friwi</groupId>
    <artifactId>jcef-natives-windows-amd64</artifactId>
    <version>jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87</version>
</dependency>
Windows ARM64
<dependency>
    <groupId>me.friwi</groupId>
    <artifactId>jcef-natives-windows-arm64</artifactId>
    <version>jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87</version>
</dependency>
Windows i386
<dependency>
    <groupId>me.friwi</groupId>
    <artifactId>jcef-natives-windows-i386</artifactId>
    <version>jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87</version>
</dependency>

Use with Gradle:

implementation 'me.friwi:jcefmaven:109.1.11.1'
Natives (only include if you want to bundle them in a fat jar)
Linux AMD64
implementation 'me.friwi:jcef-natives-linux-amd64:jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87'
Linux ARM
implementation 'me.friwi:jcef-natives-linux-arm:jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87'
Linux ARM64
implementation 'me.friwi:jcef-natives-linux-arm64:jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87'
Macosx AMD64
implementation 'me.friwi:jcef-natives-macosx-amd64:jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87'
Macosx ARM64
implementation 'me.friwi:jcef-natives-macosx-arm64:jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87'
Windows AMD64
implementation 'me.friwi:jcef-natives-windows-amd64:jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87'
Windows ARM64
implementation 'me.friwi:jcef-natives-windows-arm64:jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87'
Windows i386
implementation 'me.friwi:jcef-natives-windows-i386:jcef-854af1f+cef-109.1.11+g6d4fdb2+chromium-109.0.5414.87'

Changes from previous release:

Fix action for OSR drop event (fixes issue #&#8203;429)

Test results of this release These test results are provided by developers like yourself. If the platform you are currently running on is marked as untested below, please consider submitting a test report. You can report your test results using a new issue in just a minute! It will help other developers in choosing a stable version. Thank you!

linux windows macosx
amd64 Untested Untested Untested
arm64 Untested Untested Untested
i386 - Untested -
arm Untested - -

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 this update again.


  • [ ] If you want to rebase/retry this PR, check this box

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

renovate[bot] avatar Jan 23 '23 15:01 renovate[bot]