Skip to content

Commit ccebc83

Browse files
authored
Merge pull request #59 from OSGP/dependabot/gradle/minor-patch-d11f0aa3de
Bump the minor-patch group across 1 directory with 8 updates
2 parents b52f853 + 0991567 commit ccebc83

6 files changed

Lines changed: 29 additions & 42 deletions

File tree

application/src/integrationTest/kotlin/org/gxf/soapbridge/EndToEndTest.kt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ class EndToEndTest(
6060

6161
val soapBody =
6262
"""
63-
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:m="http://www.example.org">
64-
<soap:Header>
65-
</soap:Header>
66-
<soap:Body>
67-
<m:GetStockPrice>
68-
<m:StockName>T</m:StockName>
69-
</m:GetStockPrice>
70-
</soap:Body>
71-
</soap:Envelope>
63+
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:m="http://www.example.org">
64+
<soap:Header>
65+
</soap:Header>
66+
<soap:Body>
67+
<m:GetStockPrice>
68+
<m:StockName>T</m:StockName>
69+
</m:GetStockPrice>
70+
</soap:Body>
71+
</soap:Envelope>
7272
"""
7373
.trimIndent()
7474

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
kotlinLogging = "7.0.13"
33
gxfUtils = "2.7"
4-
apacheHttpClient = "5.5.1"
4+
apacheHttpClient = "5.6.1"
55
dependency-management = "1.1.7"
66
gradleWrapperUpgrade = "0.12"
7-
kotlin = "2.2.21"
8-
sonarqube = "7.0.1.6134"
9-
spotless = "8.0.0"
7+
kotlin = "2.3.21"
8+
sonarqube = "7.3.0.8198"
9+
spotless = "8.5.1"
1010
spring-boot = "3.5.7"
11-
wiremock = "3.13.1"
11+
wiremock = "3.13.2"
1212

1313
[libraries]
1414
logging = { group = "io.github.oshai", name = "kotlin-logging-jvm", version.ref = "kotlinLogging" }

gradle/wrapper/gradle-wrapper.jar

2.93 KB
Binary file not shown.
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=8fad3d78296ca518113f3d29016617c7f9367dc005f932bd9d93bf45ba46072b
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
3+
distributionSha256Sum=bafc141b619ad6350fd975fc903156dd5c151998cc8b058e8c1044ab5f7b031f
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
55
networkTimeout=10000
6+
retries=0
7+
retryBackOffMs=500
68
validateDistributionUrl=true
79
zipStoreBase=GRADLE_USER_HOME
810
zipStorePath=wrapper/dists

gradlew

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

gradlew.bat

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

0 commit comments

Comments
 (0)