Skip to content

Commit 196d4ab

Browse files
Merge branch 'main' into mdwairi/add-technical-docs
2 parents 4cceb4f + e5849c7 commit 196d4ab

File tree

9 files changed

+108
-108
lines changed

9 files changed

+108
-108
lines changed

expediagroup-sdk-core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ dependencies {
2525
compileOnly 'org.slf4j:slf4j-api:2.0.17'
2626

2727
/* Testing */
28-
testImplementation platform('org.junit:junit-bom:5.11.4')
28+
testImplementation platform('org.junit:junit-bom:5.13.3')
2929
testImplementation 'org.junit.jupiter:junit-jupiter-api'
3030
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3131
testImplementation 'org.junit.jupiter:junit-jupiter-params'
3232

33-
testImplementation 'io.mockk:mockk:1.13.16'
33+
testImplementation 'io.mockk:mockk:1.14.4'
3434
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
3535

3636
testImplementation 'org.slf4j:slf4j-api:2.0.17'

expediagroup-sdk-graphql/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import kotlinx.kover.gradle.plugin.dsl.AggregationType
22
import kotlinx.kover.gradle.plugin.dsl.CoverageUnit
33

44
plugins {
5-
id 'com.apollographql.apollo' version '4.1.1'
5+
id 'com.apollographql.apollo' version '4.3.1'
66
id 'maven-publish'
77
id 'signing'
88
}
@@ -24,11 +24,11 @@ dependencies {
2424
compileOnly 'org.slf4j:slf4j-api:2.0.17'
2525

2626
/* Testing */
27-
testImplementation platform('org.junit:junit-bom:5.11.4')
27+
testImplementation platform('org.junit:junit-bom:5.13.3')
2828
testImplementation 'org.junit.jupiter:junit-jupiter-api'
2929
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3030
testImplementation 'org.junit.jupiter:junit-jupiter-params'
31-
testImplementation 'io.mockk:mockk:1.13.16'
31+
testImplementation 'io.mockk:mockk:1.14.4'
3232
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
3333
testImplementation 'org.slf4j:slf4j-api:2.0.17'
3434
}

expediagroup-sdk-openapi-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ apply from: "$rootDir/gradle-tasks/publish-gradle-plugin.gradle"
1313
apply from: "$rootDir/gradle-tasks/signing.gradle"
1414

1515
dependencies {
16-
api 'org.openapitools:openapi-generator:7.11.0'
16+
api 'org.openapitools:openapi-generator:7.14.0'
1717
}
1818

1919
kotlin {

expediagroup-sdk-rest/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ dependencies {
2525
api 'com.expediagroup:expediagroup-sdk-core:0.0.10-alpha'
2626

2727
/* Testing */
28-
testImplementation platform('org.junit:junit-bom:5.11.4')
28+
testImplementation platform('org.junit:junit-bom:5.13.3')
2929
testImplementation 'org.junit.jupiter:junit-jupiter-api'
3030
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
3131
testImplementation 'org.junit.jupiter:junit-jupiter-params'
3232

33-
testImplementation 'io.mockk:mockk:1.13.16'
33+
testImplementation 'io.mockk:mockk:1.14.4'
3434
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
3535

3636
testImplementation 'org.slf4j:slf4j-api:2.0.17'

expediagroup-sdk-transport-okhttp/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ dependencies {
2222
compileOnly 'org.slf4j:slf4j-api:2.0.17'
2323

2424
/* Testing */
25-
testImplementation platform('org.junit:junit-bom:5.11.4')
25+
testImplementation platform('org.junit:junit-bom:5.13.3')
2626
testImplementation 'org.junit.jupiter:junit-jupiter-api'
2727
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
2828
testImplementation 'org.junit.jupiter:junit-jupiter-params'
2929

30-
testImplementation 'io.mockk:mockk:1.13.16'
30+
testImplementation 'io.mockk:mockk:1.14.4'
3131
testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0'
3232

3333
testImplementation(project(':expediagroup-sdk-core'))

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 94 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)