File tree Expand file tree Collapse file tree 6 files changed +25
-19
lines changed Expand file tree Collapse file tree 6 files changed +25
-19
lines changed Original file line number Diff line number Diff line change @@ -321,5 +321,5 @@ ktlint {
321
321
}
322
322
323
323
tasks.wrapper {
324
- gradleVersion = " 7.5.1 "
324
+ gradleVersion = " 7.6 "
325
325
}
Original file line number Diff line number Diff line change 1
1
kotlin.code.style =official
2
2
3
- kotlinVersion =1.7.20
3
+ kotlinVersion =1.7.22
4
4
dokkaVersion =1.7.20
5
- dockerComposeVersion =0.16.9
6
- dependencyUpdateVersion =0.43 .0
5
+ dockerComposeVersion =0.16.11
6
+ dependencyUpdateVersion =0.44 .0
7
7
nexusPublishVersion =1.1.0
8
8
jsoupVersion =1.15.3
9
9
10
10
coroutinesVersion =1.6.4
11
11
avroVersion =1.11.1
12
12
snappyVersion =1.1.8.4
13
- jacksonVersion =2.13.4.20221013
13
+ jacksonVersion =2.14.1
14
14
jCommanderVersion =1.82
15
15
almworksVersion =1.1.2
16
- minioVersion =8.4.5
16
+ minioVersion =8.4.6
17
17
guavaVersion =31.1-jre
18
- opencsvVersion =5.7.0
18
+ opencsvVersion =5.7.1
19
19
okhttpVersion =4.10.0
20
- jedisVersion =4.3.0
21
- slf4jVersion =2.0.3
20
+ jedisVersion =4.3.1
21
+ slf4jVersion =2.0.5
22
22
log4jVersion =2.19.0
23
- azureStorageVersion =12.20.0
24
- nettyVersion =4.1.84 .Final
25
- snakeYamlVersion =1.32
23
+ azureStorageVersion =12.20.1
24
+ nettyVersion =4.1.85 .Final
25
+ snakeYamlVersion =1.33
26
26
apacheCommonsTextVersion =1.10.0
27
27
28
28
junitVersion =5.9.1
29
- mockitoKotlinVersion =4.0 .0
30
- radarSchemasVersion =0.7.9
29
+ mockitoKotlinVersion =4.1 .0
30
+ radarSchemasVersion =0.8.2
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6-bin.zip
4
+ networkTimeout =10000
4
5
zipStoreBase =GRADLE_USER_HOME
5
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 55
55
# Darwin, MinGW, and NonStop.
56
56
#
57
57
# (3) This script is generated from the Groovy template
58
- # https://github.com/gradle/gradle/blob/master /subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
58
+ # https://github.com/gradle/gradle/blob/HEAD /subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
59
59
# within the Gradle project.
60
60
#
61
61
# You can find Gradle at https://github.com/gradle/gradle/.
80
80
esac
81
81
done
82
82
83
- APP_HOME=$( cd " ${APP_HOME:- ./ } " && pwd -P ) || exit
84
-
85
- APP_NAME=" Gradle"
83
+ # This is normally unused
84
+ # shellcheck disable=SC2034
86
85
APP_BASE_NAME=${0##*/ }
86
+ APP_HOME=$( cd " ${APP_HOME:- ./ } " && pwd -P ) || exit
87
87
88
88
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
89
89
DEFAULT_JVM_OPTS=' "-Xmx64m" "-Xms64m"'
143
143
if ! " $cygwin " && ! " $darwin " && ! " $nonstop " ; then
144
144
case $MAX_FD in # (
145
145
max* )
146
+ # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
147
+ # shellcheck disable=SC3045
146
148
MAX_FD=$( ulimit -H -n ) ||
147
149
warn " Could not query maximum file descriptor limit"
148
150
esac
149
151
case $MAX_FD in # (
150
152
' ' | soft) : ;; # (
151
153
* )
154
+ # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
155
+ # shellcheck disable=SC3045
152
156
ulimit -n " $MAX_FD " ||
153
157
warn " Could not set maximum file descriptor limit to $MAX_FD "
154
158
esac
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ if "%OS%"=="Windows_NT" setlocal
26
26
27
27
set DIRNAME = %~dp0
28
28
if " %DIRNAME% " == " " set DIRNAME = .
29
+ @ rem This is normally unused
29
30
set APP_BASE_NAME = %~n0
30
31
set APP_HOME = %DIRNAME%
31
32
You can’t perform that action at this time.
0 commit comments