File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
5
5
buildscript {
6
- ext. kotlin_version = ' 1.9.0 '
6
+ ext. kotlin_version = ' 1.9.10 '
7
7
ext. gradleVersion = ' 7.4.2'
8
8
ext. dokka_version = " 1.8.20"
9
9
ext. jacocoVersion = ' 0.8.10'
@@ -34,7 +34,7 @@ buildscript {
34
34
}
35
35
36
36
plugins {
37
- id " org.sonarqube" version " 4.2 .1.3168 "
37
+ id " org.sonarqube" version " 4.3 .1.3277 "
38
38
}
39
39
40
40
sonarqube {
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ dependencies {
94
94
95
95
96
96
testImplementation ' junit:junit:4.13.2'
97
- testImplementation ' org.junit.jupiter:junit-jupiter:5.9.3 '
97
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.10.0 '
98
98
testImplementation project(path : ' :pushsdkandroid' )
99
99
testImplementation ' org.robolectric:robolectric:4.10.3'
100
100
@@ -110,7 +110,7 @@ dependencies {
110
110
// noinspection GradleDependency
111
111
// implementation 'com.google.firebase:firebase-iid:20.2.4'
112
112
// noinspection GradleDependency
113
- implementation ' com.google.firebase:firebase-messaging:23.2.0 '
113
+ implementation ' com.google.firebase:firebase-messaging:23.2.1 '
114
114
115
115
implementation ' io.github.microutils:kotlin-logging:3.0.5'
116
116
implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'
You can’t perform that action at this time.
0 commit comments