Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 005fb20

Browse files
chore(deps): update all non-major dependencies
1 parent 6af56a2 commit 005fb20

File tree

6 files changed

+60
-56
lines changed

6 files changed

+60
-56
lines changed

commitlint/package-lock.json

+51-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

commitlint/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"@commitlint/cli": "17.6.6",
13-
"@commitlint/config-conventional": "17.6.6",
12+
"@commitlint/cli": "17.6.7",
13+
"@commitlint/config-conventional": "17.6.7",
1414
"husky": "8.0.3"
1515
}
1616
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ LIB_AWAITILITY_VER=4.2.0
4141
LIB_JSOUP_VER=1.16.1
4242
### Plugins
4343
PLUGIN_JACOCO_VER=0.8.10
44-
PLUGIN_SONARQUBE_VER=4.2.1.3168
44+
PLUGIN_SONARQUBE_VER=4.3.0.3225
4545
PLUGIN_NEXUS_PUBLISH_VER=1.3.0
4646
PLUGIN_GOOGLE_JAVA_FORMAT_VER=0.9

gradle/wrapper/gradle-wrapper.jar

1.27 KB
Binary file not shown.
+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-all.zip
44
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

gradlew

+4-1
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,13 @@ location of your Java installation."
130130
fi
131131
else
132132
JAVACMD=java
133-
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
133+
if ! command -v java >/dev/null 2>&1
134+
then
135+
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
134136
135137
Please set the JAVA_HOME variable in your environment to match the
136138
location of your Java installation."
139+
fi
137140
fi
138141

139142
# Increase the maximum file descriptors if we can.

0 commit comments

Comments
 (0)