Skip to content

Commit 1a126ee

Browse files
Merge branch 'develop' into ODM-12213_file-content-in-api
2 parents 571984c + 0f21349 commit 1a126ee

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ python-api-client:
7373
pypi-clean.sh
7474

7575
r-api-client:
76-
FROM r-base:4.4.2
76+
FROM r-base:4.4.3
7777
WORKDIR /app
7878

7979
CACHE /root/.cache

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
22

33
[versions]
4-
openapiGenerator = "7.11.0"
4+
openapiGenerator = "7.12.0"
55

66
[plugins]
77
openapi-generator = { id = "org.openapi.generator", version.ref = "openapiGenerator" }

gradle/wrapper/gradle-wrapper.jar

122 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.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

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

0 commit comments

Comments
 (0)