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

Commit ea600b5

Browse files
chore(deps): update all non-major dependencies
1 parent a701d4a commit ea600b5

File tree

6 files changed

+58
-57
lines changed

6 files changed

+58
-57
lines changed

commitlint/package-lock.json

+47-47
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.5.1",
13-
"@commitlint/config-conventional": "17.4.4",
12+
"@commitlint/cli": "17.6.3",
13+
"@commitlint/config-conventional": "17.6.3",
1414
"husky": "8.0.3"
1515
}
1616
}

gradle.properties

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ VCS=Git
2929
SOURCE_COMPATIBILITY=17
3030
TARGET_COMPATIBILITY=17
3131
### Dependencies
32-
LIB_GRAPHQL_JAVA_VER=20.1
32+
LIB_GRAPHQL_JAVA_VER=20.2
3333
LIB_EXTENDED_SCALARS_VER=19.1
34-
LIB_SPRING_BOOT_VER=3.0.5
34+
LIB_SPRING_BOOT_VER=3.0.6
3535
LIB_GRAPHQL_SERVLET_VER=15.0.0
3636
LIB_GRAPHQL_JAVA_TOOLS_VER=13.0.3
3737
LIB_GRAPHQL_ANNOTATIONS_VER=9.1
3838
LIB_REFLECTIONS_VER=0.10.2
3939
LIB_APACHE_COMMONS_TEXT_VER=1.10.0
4040
LIB_AWAITILITY_VER=4.2.0
41-
LIB_JSOUP_VER=1.15.4
41+
LIB_JSOUP_VER=1.16.1
4242
### Plugins
43-
PLUGIN_JACOCO_VER=0.8.8
43+
PLUGIN_JACOCO_VER=0.8.10
4444
PLUGIN_SONARQUBE_VER=4.0.0.2929
4545
PLUGIN_NEXUS_PUBLISH_VER=1.3.0
4646
PLUGIN_GOOGLE_JAVA_FORMAT_VER=0.9

gradle/wrapper/gradle-wrapper.jar

468 Bytes
Binary file not shown.
+1-1
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.0.2-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-all.zip
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

gradlew

+4-3
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,6 @@ done
8585
APP_BASE_NAME=${0##*/}
8686
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit
8787

88-
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
89-
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
90-
9188
# Use the maximum available, or set MAX_FD != -1 to use that value.
9289
MAX_FD=maximum
9390

@@ -197,6 +194,10 @@ if "$cygwin" || "$msys" ; then
197194
done
198195
fi
199196

197+
198+
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
199+
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
200+
200201
# Collect all arguments for the java command;
201202
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
202203
# shell script including quotes and variable substitutions, so put them in

0 commit comments

Comments
 (0)