Skip to content

Commit 9dcc1e1

Browse files
authored
Merge pull request #108 from mockito/dependabot/gradle/mockitoVersion-5.2.0
Bump mockitoVersion from 4.10.0 to 5.2.0
2 parents e632988 + f96ffd1 commit 9dcc1e1

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
- name: 1. Check out code
3232
uses: actions/checkout@v3 # https://github.com/actions/checkout
3333

34-
- name: 2. Set up Java 8
34+
- name: 2. Set up Java 11
3535
uses: actions/setup-java@v3 # https://github.com/actions/setup-java
3636
with:
37-
java-version: 8
38-
distribution: 'temurin'
37+
java-version: 11
38+
distribution: 'zulu'
3939

4040
- name: 3. Validate Gradle wrapper
4141
uses: gradle/wrapper-validation-action@v1.0.5 # https://github.com/gradle/wrapper-validation-action
@@ -53,7 +53,7 @@ jobs:
5353
# Definition of the build matrix
5454
strategy:
5555
matrix:
56-
java: [8, 11, 17]
56+
java: [11, 17]
5757
os: [ ubuntu-latest, windows-latest, macOS-latest ]
5858

5959
steps:
@@ -91,11 +91,11 @@ jobs:
9191
with:
9292
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
9393

94-
- name: Set up Java 8
94+
- name: Set up Java 11
9595
uses: actions/setup-java@v3
9696
with:
97-
java-version: 8
98-
distribution: 'temurin'
97+
java-version: 11
98+
distribution: 'zulu'
9999

100100
- name: Build and publish to Sonatype/MavenCentral
101101
run: ./gradlew publishToSonatype closeAndReleaseStagingRepository githubRelease

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
}
3232

3333
dependencies {
34-
def mockitoVersion = "4.10.0"
34+
def mockitoVersion = "5.2.0"
3535

3636
api "org.mockito:mockito-core:$mockitoVersion"
3737
api "org.testng:testng:7.5"

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.4.*
1+
version=0.5.*

0 commit comments

Comments
 (0)