Skip to content

Commit 7a7cff0

Browse files
committed
chore: wrapper and dep updates
1 parent fbceffe commit 7a7cff0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Gradle Dependencies Versions
23-
bc-plugins = "1.7.0"
23+
bc-plugins = "1.8.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"
@@ -149,7 +149,7 @@ apache-commons-imaging = "1.0-alpha5"
149149
testcontainers = "1.20.4"
150150
sourceBuddy = "2.5.0"
151151
tcp-javanioproxy = "1.6"
152-
kubernetes-client = "22.0.0"
152+
kubernetes-client = "22.0.1"
153153
reflect-typeparamresolver = "1.0.2"
154154
reflect-typetools = "0.6.3"
155155
async-profiler = "3.0"

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)