Skip to content

Commit ba02d38

Browse files
Merge pull request #11 from configcat/secu-2025-10
Secu 2025 10
2 parents 7b4553a + 27ebc27 commit ba02d38

File tree

4 files changed

+6
-35
lines changed

4 files changed

+6
-35
lines changed

.github/workflows/java-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
java-versions: [11, 17, 19 ]
1818
fail-fast: false
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Set up JDK
23-
uses: actions/setup-java@v4
23+
uses: actions/setup-java@v5
2424
with:
2525
java-version: ${{ matrix.java-versions }}
2626
distribution: zulu
@@ -37,10 +37,10 @@ jobs:
3737
if: startsWith(github.ref, 'refs/tags')
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v4
40+
- uses: actions/checkout@v5
4141

4242
- name: Set up JDK
43-
uses: actions/setup-java@v4
43+
uses: actions/setup-java@v5
4444
with:
4545
java-version: 11
4646
distribution: zulu

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
}
2323

2424
group = 'com.configcat'
25-
version = '2.0.1'
25+
version = '2.0.2'
2626

2727
sourceCompatibility = JavaVersion.VERSION_1_8
2828
targetCompatibility = JavaVersion.VERSION_1_8

build.sbt

Lines changed: 0 additions & 29 deletions
This file was deleted.

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ android-gradle = "2.3.+"
55
android-maven-gradle-plugin = "2.1"
66
swagger-annotations = "1.6.8"
77
findbugs = "3.0.2"
8-
okhttp = "4.12.0"
8+
okhttp = "5.0.0"
99
gson = "2.9.1"
1010
gson-fire = "1.9.0"
1111
javax-jsr-api = "1.1.1"

0 commit comments

Comments
 (0)