Skip to content

Commit 9b84f90

Browse files
build(deps): Bump com.gradleup.shadow from 8.3.8 to 9.1.0 (appium#2337)
* build(deps): Bump com.gradleup.shadow from 8.3.8 to 9.1.0 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.8 to 9.1.0. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@8.3.8...9.1.0) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump java --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mykola Mokhnach <[email protected]>
1 parent e032991 commit 9b84f90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
include:
40-
- java: 11
40+
- java: 17
4141
# Need to use specific (not `-latest`) version of macOS to be sure the required version of Xcode/simulator is available
4242
platform: macos-14
4343
e2e-tests: ios

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
id 'jacoco'
99
id 'signing'
1010
id 'org.owasp.dependencycheck' version '12.1.6'
11-
id 'com.gradleup.shadow' version '8.3.8'
11+
id 'com.gradleup.shadow' version '9.2.2'
1212
id 'org.jreleaser' version '1.20.0'
1313
}
1414

0 commit comments

Comments
 (0)