File tree Expand file tree Collapse file tree 4 files changed +6
-35
lines changed Expand file tree Collapse file tree 4 files changed +6
-35
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ plugins {
2222}
2323
2424group = ' com.configcat'
25- version = ' 2.0.1 '
25+ version = ' 2.0.2 '
2626
2727sourceCompatibility = JavaVersion . VERSION_1_8
2828targetCompatibility = JavaVersion . VERSION_1_8
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ android-gradle = "2.3.+"
55android-maven-gradle-plugin = " 2.1"
66swagger-annotations = " 1.6.8"
77findbugs = " 3.0.2"
8- okhttp = " 4.12 .0"
8+ okhttp = " 5.0 .0"
99gson = " 2.9.1"
1010gson-fire = " 1.9.0"
1111javax-jsr-api = " 1.1.1"
You can’t perform that action at this time.
0 commit comments