Skip to content

Commit

Permalink
Update dependency io.github.selcukes:selcukes-java to v2.3.9 (#145)
Browse files Browse the repository at this point in the history
* Update dependency io.github.selcukes:selcukes-java to v2.3.9

* Upgraded Java

* Update pom.xml

* Update gradle.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
RameshBabuPrudhvi and renovate[bot] authored Feb 24, 2024
1 parent 538732a commit a973c98
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
strategy:
matrix:
os: [ macos-latest ]
java: [ 11 ]
java: [ 17 ]
api-level: [ 30 ]
target: [ default ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
distribution: 'corretto'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Install the Appium Server
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ plugins {
group 'io.github.selcukes'
version '1.0-SNAPSHOT'

sourceCompatibility = 11
sourceCompatibility = 17

repositories {
mavenCentral()
}
ext {
selcukesVersion = "2.3.8"
selcukesVersion = "2.3.9"
lombokVersion = "1.18.30"
slf4jVersion = "2.23.0"
}
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<artifactId>selcukes-java-skeleton</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
<selcukes.version>2.3.8</selcukes.version>
<selcukes.version>2.3.9</selcukes.version>
<lombok.version>1.18.30</lombok.version>
<slf4j.version>2.23.0</slf4j.version>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit a973c98

Please sign in to comment.