Skip to content

Commit ec1dd80

Browse files
authored
feat(deps): Update dependencies 2023.10.20 (#120)
1 parent 45773c5 commit ec1dd80

12 files changed

+858
-1108
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.5.1
1+
21.0.0

.releaserc.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/semantic-release",
3-
"branches": [
4-
"main"
5-
],
3+
"branches": ["main"],
64
"plugins": [
75
"@semantic-release/commit-analyzer",
86
"@semantic-release/release-notes-generator",

.yarn/releases/yarn-3.6.2.cjs .yarn/releases/yarn-3.6.4.cjs

+131-131
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ plugins:
66
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
77
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
88

9-
yarnPath: .yarn/releases/yarn-3.6.2.cjs
9+
yarnPath: .yarn/releases/yarn-3.6.4.cjs

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ plugins {
1010

1111
id('com.gradle.plugin-publish') version '1.2.1'
1212
id('io.github.joselion.pretty-jupiter') version '3.0.1'
13-
id('io.github.joselion.strict-null-check') version '3.0.0'
14-
id('name.remal.sonarlint') version '3.3.9'
13+
id('io.github.joselion.strict-null-check') version '3.0.1'
14+
id('name.remal.sonarlint') version '3.3.12'
1515
}
1616

1717
group = 'io.github.joselion'

buildscript-gradle.lockfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.2.1=classpath
55
com.gradle.publish:plugin-publish-plugin:1.2.1=classpath
66
io.github.joselion.pretty-jupiter:io.github.joselion.pretty-jupiter.gradle.plugin:3.0.1=classpath
7-
io.github.joselion.strict-null-check:io.github.joselion.strict-null-check.gradle.plugin:3.0.0=classpath
7+
io.github.joselion.strict-null-check:io.github.joselion.strict-null-check.gradle.plugin:3.0.1=classpath
88
io.github.joselion:maybe:3.2.0=classpath
99
io.github.joselion:pretty-jupiter:3.0.1=classpath
10-
io.github.joselion:strict-null-check:3.0.0=classpath
11-
name.remal.gradle-plugins.sonarlint:sonarlint:3.3.9=classpath
12-
name.remal.sonarlint:name.remal.sonarlint.gradle.plugin:3.3.9=classpath
10+
io.github.joselion:strict-null-check:3.0.1=classpath
11+
name.remal.gradle-plugins.sonarlint:sonarlint:3.3.12=classpath
12+
name.remal.sonarlint:name.remal.sonarlint.gradle.plugin:3.3.12=classpath
1313
org.apache.maven:maven-model:3.6.3=classpath
1414
empty=

gradle.lockfile

+18-17
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ com.google.guava:failureaccess:1.0.1=checkstyle
1111
com.google.guava:guava:32.0.1-jre=checkstyle
1212
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle
1313
com.google.j2objc:j2objc-annotations:2.8=checkstyle
14-
com.puppycrawl.tools:checkstyle:10.12.3=checkstyle
14+
com.puppycrawl.tools:checkstyle:10.12.4=checkstyle
1515
commons-beanutils:commons-beanutils:1.9.4=checkstyle
1616
commons-codec:commons-codec:1.15=checkstyle
1717
commons-collections:commons-collections:3.2.2=checkstyle
1818
commons-io:commons-io:2.11.0=sonarlintCoreClasspath
19-
info.picocli:picocli:4.7.4=checkstyle
19+
info.picocli:picocli:4.7.5=checkstyle
2020
io.github.joselion:maybe:3.3.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21-
net.bytebuddy:byte-buddy-agent:1.14.6=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
22-
net.bytebuddy:byte-buddy:1.14.6=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
21+
net.bytebuddy:byte-buddy-agent:1.14.8=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
22+
net.bytebuddy:byte-buddy:1.14.8=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
2323
net.sf.saxon:Saxon-HE:12.3=checkstyle
24-
org.antlr:antlr4-runtime:4.11.1=checkstyle
24+
org.antlr:antlr4-runtime:4.13.1=checkstyle
2525
org.apache.commons:commons-compress:1.21=sonarlintCoreClasspath
2626
org.apache.commons:commons-lang3:3.12.0=sonarlintCoreClasspath
2727
org.apache.commons:commons-lang3:3.8.1=checkstyle
@@ -35,10 +35,10 @@ org.apache.maven.doxia:doxia-core:1.12.0=checkstyle
3535
org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
3636
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
3737
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
38-
org.apache.tomcat.embed:tomcat-embed-core:9.0.81=sonarlintCoreClasspath
39-
org.apache.tomcat.embed:tomcat-embed-el:9.0.81=sonarlintCoreClasspath
40-
org.apache.tomcat.embed:tomcat-embed-jasper:9.0.81=sonarlintCoreClasspath
41-
org.apache.tomcat:tomcat-annotations-api:9.0.81=sonarlintCoreClasspath
38+
org.apache.tomcat.embed:tomcat-embed-core:9.0.82=sonarlintCoreClasspath
39+
org.apache.tomcat.embed:tomcat-embed-el:9.0.82=sonarlintCoreClasspath
40+
org.apache.tomcat.embed:tomcat-embed-jasper:9.0.82=sonarlintCoreClasspath
41+
org.apache.tomcat:tomcat-annotations-api:9.0.82=sonarlintCoreClasspath
4242
org.apache.xbean:xbean-reflect:3.7=checkstyle
4343
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath,testkitCompileClasspath
4444
org.assertj:assertj-core:3.24.2=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
@@ -69,13 +69,13 @@ org.junit.platform:junit-platform-commons:1.10.0=testCompileClasspath,testRuntim
6969
org.junit.platform:junit-platform-engine:1.10.0=testRuntimeClasspath,testkitRuntimeClasspath
7070
org.junit.platform:junit-platform-launcher:1.10.0=testRuntimeClasspath,testkitRuntimeClasspath
7171
org.junit:junit-bom:5.10.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
72-
org.mockito:mockito-core:5.5.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
72+
org.mockito:mockito-core:5.6.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
7373
org.objenesis:objenesis:3.3=testRuntimeClasspath,testkitRuntimeClasspath
7474
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
7575
org.osgi:org.osgi.service.prefs:1.1.2=sonarlintCoreClasspath
7676
org.osgi:osgi.annotation:8.0.1=sonarlintCoreClasspath
7777
org.ow2.asm:asm:9.0=sonarlintCoreClasspath
78-
org.projectlombok:lombok:1.18.28=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testkitAnnotationProcessor,testkitCompileClasspath
78+
org.projectlombok:lombok:1.18.30=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testkitAnnotationProcessor,testkitCompileClasspath
7979
org.reflections:reflections:0.10.2=checkstyle
8080
org.sonarsource.analyzer-commons:sonar-analyzer-commons:2.7.0.1482=sonarlintCoreClasspath
8181
org.sonarsource.analyzer-commons:sonar-analyzer-recognizers:2.7.0.1482=sonarlintCoreClasspath
@@ -90,15 +90,16 @@ org.sonarsource.java:java-surefire:7.24.0.32100=sonarlintCoreClasspath
9090
org.sonarsource.java:java-symbolic-execution:7.24.0.32100=sonarlintCoreClasspath
9191
org.sonarsource.java:jdt:7.24.0.32100=sonarlintCoreClasspath
9292
org.sonarsource.java:sonar-java-plugin:7.24.0.32100=sonarlintCoreClasspath
93-
org.sonarsource.javascript:css:10.6.0.22520=sonarlintCoreClasspath
94-
org.sonarsource.javascript:javascript-checks:10.6.0.22520=sonarlintCoreClasspath
95-
org.sonarsource.javascript:sonar-javascript-plugin:10.6.0.22520=sonarlintCoreClasspath
93+
org.sonarsource.javascript:css:10.7.0.22914=sonarlintCoreClasspath
94+
org.sonarsource.javascript:javascript-checks:10.7.0.22914=sonarlintCoreClasspath
95+
org.sonarsource.javascript:sonar-javascript-plugin:10.7.0.22914=sonarlintCoreClasspath
9696
org.sonarsource.kotlin:sonar-kotlin-plugin:2.18.0.2938=sonarlintCoreClasspath
97-
org.sonarsource.slang:sonar-ruby-plugin:1.14.0.4481=sonarlintCoreClasspath
98-
org.sonarsource.slang:sonar-scala-plugin:1.14.0.4481=sonarlintCoreClasspath
99-
org.sonarsource.sonarlint.core:sonarlint-core:9.2.0.74516=sonarlintCore,sonarlintCoreClasspath
97+
org.sonarsource.slang:sonar-ruby-plugin:1.15.0.4655=sonarlintCoreClasspath
98+
org.sonarsource.slang:sonar-scala-plugin:1.15.0.4655=sonarlintCoreClasspath
99+
org.sonarsource.sonarlint.core:sonarlint-core:9.3.1.74774=sonarlintCore,sonarlintCoreClasspath
100100
org.sonarsource.sslr:sslr-core:1.24.0.633=sonarlintCoreClasspath
101101
org.sonarsource.xml:sonar-xml-plugin:2.10.0.4108=sonarlintCoreClasspath
102+
org.tukaani:xz:1.9=sonarlintCoreClasspath
102103
org.xmlresolver:xmlresolver:5.2.0=checkstyle
103104
xerces:xercesImpl:2.12.2=sonarlintCoreClasspath
104105
xml-apis:xml-apis:1.4.01=sonarlintCoreClasspath

gradle/wrapper/gradle-wrapper.properties

+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.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

+7-7
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
145145
case $MAX_FD in #(
146146
max*)
147147
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
148-
# shellcheck disable=SC3045
148+
# shellcheck disable=SC2039,SC3045
149149
MAX_FD=$( ulimit -H -n ) ||
150150
warn "Could not query maximum file descriptor limit"
151151
esac
152152
case $MAX_FD in #(
153153
'' | soft) :;; #(
154154
*)
155155
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
156-
# shellcheck disable=SC3045
156+
# shellcheck disable=SC2039,SC3045
157157
ulimit -n "$MAX_FD" ||
158158
warn "Could not set maximum file descriptor limit to $MAX_FD"
159159
esac
@@ -202,11 +202,11 @@ fi
202202
# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
203203
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
204204

205-
# Collect all arguments for the java command;
206-
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
207-
# shell script including quotes and variable substitutions, so put them in
208-
# double quotes to make sure that they get re-expanded; and
209-
# * put everything else in single quotes, so that it's not re-expanded.
205+
# Collect all arguments for the java command:
206+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
207+
# and any embedded shellness will be escaped.
208+
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
209+
# treated as '${Hostname}' itself on the command line.
210210

211211
set -- \
212212
"-Dorg.gradle.appname=$APP_BASE_NAME" \

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"author": "JoseLion <[email protected]>",
77
"license": "MIT",
88
"engines": {
9-
"node": "20.5.1"
9+
"node": "21.0.0"
1010
},
11-
"packageManager": "[email protected].2",
11+
"packageManager": "[email protected].4",
1212
"scripts": {
1313
"release": "semantic-release"
1414
},
1515
"devDependencies": {
1616
"gradle-semantic-release-plugin": "^1.7.7",
17-
"semantic-release": "^21.0.7"
17+
"semantic-release": "^22.0.5"
1818
}
1919
}

settings.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ rootProject.name = 'strict-null-check'
33
dependencyResolutionManagement {
44
versionCatalogs {
55
libs {
6-
version('checkstyle', '10.12.3')
6+
version('checkstyle', '10.12.4')
77
version('junit', '5.10.0')
8-
version('sonarlint-core', '9.2.0.74516')
8+
version('sonarlint-core', '9.3.1.74774')
99

1010
library('assertj', 'org.assertj', 'assertj-core').version('3.24.2')
11-
library('lombok', 'org.projectlombok', 'lombok').version('1.18.28')
11+
library('lombok', 'org.projectlombok', 'lombok').version('1.18.30')
1212
library('maybe', 'io.github.joselion', 'maybe').version('3.3.1')
13-
library('mockito', 'org.mockito', 'mockito-core').version('5.5.0')
13+
library('mockito', 'org.mockito', 'mockito-core').version('5.6.0')
1414
library('sonarlint-java', 'org.sonarsource.java', 'sonar-java-plugin').version('7.24.0.32100')
15-
library('tomcat-jasper', 'org.apache.tomcat.embed', 'tomcat-embed-jasper').version('9.0.81')
15+
library('tomcat-jasper', 'org.apache.tomcat.embed', 'tomcat-embed-jasper').version('9.0.82')
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)