Skip to content

Commit

Permalink
feat(deps): Update dependencies 2024.11.03
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseLion committed Nov 4, 2024
1 parent e824e08 commit cdae73e
Show file tree
Hide file tree
Showing 15 changed files with 1,893 additions and 1,501 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
distribution: oracle
java-version: 22
check-latest: true
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/wrapper-validation@v3
- uses: gradle/actions/dependency-submission@v3
- uses: gradle/actions/setup-gradle@v4
- uses: gradle/actions/wrapper-validation@v4
- uses: gradle/actions/dependency-submission@v4
- run: ./gradlew compileJava compileTestJava compileTestkitJava
- run: ./gradlew checkstyleMain checkstyleTest checkstyleTestkit
- run: ./gradlew sonarlintMain sonarlintTest sonarlintTestkit
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
distribution: oracle
java-version: 22
check-latest: true
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/wrapper-validation@v3
- uses: gradle/actions/setup-gradle@v4
- uses: gradle/actions/wrapper-validation@v4
- uses: github/codeql-action/init@v3
with:
languages: java-kotlin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
distribution: oracle
java-version: 22
check-latest: true
- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/wrapper-validation@v3
- uses: gradle/actions/setup-gradle@v4
- uses: gradle/actions/wrapper-validation@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
22.4.1
23.1.0
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

934 changes: 934 additions & 0 deletions .yarn/releases/yarn-4.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ plugins:
path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.5.1.cjs
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ group = 'io.github.joselion'
java {
sourceCompatibility = JavaLanguageVersion.of(17)
toolchain {
languageVersion = JavaLanguageVersion.of(22)
languageVersion = JavaLanguageVersion.of(23)
vendor = JvmVendorSpec.ORACLE
}
}
Expand Down
18 changes: 9 additions & 9 deletions buildscript-gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.2.1=classpath
com.gradle.publish:plugin-publish-plugin:1.2.1=classpath
io.github.joselion.pretty-jupiter:io.github.joselion.pretty-jupiter.gradle.plugin:3.3.0=classpath
io.github.joselion.strict-null-check:io.github.joselion.strict-null-check.gradle.plugin:3.3.0=classpath
io.github.joselion:maybe:3.5.0=classpath
io.github.joselion:pretty-jupiter:3.3.0=classpath
io.github.joselion:strict-null-check:3.3.0=classpath
name.remal.gradle-plugins.sonarlint:sonarlint:4.2.6=classpath
name.remal.sonarlint:name.remal.sonarlint.gradle.plugin:4.2.6=classpath
com.gradle.plugin-publish:com.gradle.plugin-publish.gradle.plugin:1.3.0=classpath
com.gradle.publish:plugin-publish-plugin:1.3.0=classpath
io.github.joselion.pretty-jupiter:io.github.joselion.pretty-jupiter.gradle.plugin:3.4.1=classpath
io.github.joselion.strict-null-check:io.github.joselion.strict-null-check.gradle.plugin:3.4.1=classpath
io.github.joselion:maybe:4.3.0=classpath
io.github.joselion:pretty-jupiter:3.4.1=classpath
io.github.joselion:strict-null-check:3.4.1=classpath
name.remal.gradle-plugins.sonarlint:sonarlint:4.2.14=classpath
name.remal.sonarlint:name.remal.sonarlint.gradle.plugin:4.2.14=classpath
org.apache.maven:maven-model:3.6.3=classpath
empty=
91 changes: 48 additions & 43 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,25 @@
com.fasterxml.staxmate:staxmate:2.4.1=sonarlintCoreClasspath
com.fasterxml.woodstox:woodstox-core:6.4.0=sonarlintCoreClasspath
com.google.code.findbugs:jsr305:3.0.2=checkstyle,sonarlintCoreClasspath
com.google.code.gson:gson:2.8.9=sonarlintCoreClasspath
com.google.errorprone:error_prone_annotations:2.26.1=checkstyle
com.google.code.gson:gson:2.11.0=sonarlintCoreClasspath
com.google.errorprone:error_prone_annotations:2.27.0=sonarlintCoreClasspath
com.google.errorprone:error_prone_annotations:2.28.0=checkstyle
com.google.guava:failureaccess:1.0.2=checkstyle
com.google.guava:guava:33.2.0-jre=checkstyle
com.google.guava:guava:33.3.1-jre=checkstyle
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle
com.puppycrawl.tools:checkstyle:10.17.0=checkstyle
com.google.j2objc:j2objc-annotations:3.0.0=checkstyle
com.google.protobuf:protobuf-java:3.25.5=sonarlintCoreClasspath
com.puppycrawl.tools:checkstyle:10.20.0=checkstyle
commons-beanutils:commons-beanutils:1.9.4=checkstyle
commons-codec:commons-codec:1.15=checkstyle
commons-collections:commons-collections:3.2.2=checkstyle
commons-io:commons-io:2.15.1=sonarlintCoreClasspath
info.picocli:picocli:4.7.6=checkstyle
jakarta.el:jakarta.el-api:4.0.0=sonarlintCoreClasspath
net.bytebuddy:byte-buddy-agent:1.14.15=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
net.bytebuddy:byte-buddy:1.14.18=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
net.sf.saxon:Saxon-HE:12.4=checkstyle
org.antlr:antlr4-runtime:4.13.1=checkstyle
net.bytebuddy:byte-buddy-agent:1.15.4=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
net.bytebuddy:byte-buddy:1.15.4=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
net.sf.saxon:Saxon-HE:12.5=checkstyle
org.antlr:antlr4-runtime:4.13.2=checkstyle
org.apache.commons:commons-compress:1.26.0=sonarlintCoreClasspath
org.apache.commons:commons-lang3:3.14.0=sonarlintCoreClasspath
org.apache.commons:commons-lang3:3.8.1=checkstyle
Expand All @@ -33,14 +36,14 @@ org.apache.maven.doxia:doxia-core:1.12.0=checkstyle
org.apache.maven.doxia:doxia-logging-api:1.12.0=checkstyle
org.apache.maven.doxia:doxia-module-xdoc:1.12.0=checkstyle
org.apache.maven.doxia:doxia-sink-api:1.12.0=checkstyle
org.apache.tomcat.embed:tomcat-embed-core:9.0.84=sonarlintCoreClasspath
org.apache.tomcat.embed:tomcat-embed-el:9.0.84=sonarlintCoreClasspath
org.apache.tomcat.embed:tomcat-embed-jasper:9.0.84=sonarlintCoreClasspath
org.apache.tomcat:tomcat-annotations-api:9.0.84=sonarlintCoreClasspath
org.apache.tomcat.embed:tomcat-embed-core:9.0.90=sonarlintCoreClasspath
org.apache.tomcat.embed:tomcat-embed-el:9.0.90=sonarlintCoreClasspath
org.apache.tomcat.embed:tomcat-embed-jasper:9.0.90=sonarlintCoreClasspath
org.apache.tomcat:tomcat-annotations-api:9.0.90=sonarlintCoreClasspath
org.apache.xbean:xbean-reflect:3.7=checkstyle
org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath,testkitCompileClasspath
org.assertj:assertj-core:3.26.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.checkerframework:checker-qual:3.43.0=checkstyle
org.checkerframework:checker-qual:3.48.1=checkstyle
org.codehaus.plexus:plexus-classworlds:2.6.0=checkstyle
org.codehaus.plexus:plexus-component-annotations:2.1.0=checkstyle
org.codehaus.plexus:plexus-container-default:2.1.0=checkstyle
Expand All @@ -53,15 +56,15 @@ org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt
org.jacoco:org.jacoco.core:0.8.12=jacocoAnt
org.jacoco:org.jacoco.report:0.8.12=jacocoAnt
org.javassist:javassist:3.28.0-GA=checkstyle
org.junit.jupiter:junit-jupiter-api:5.10.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.10.3=testRuntimeClasspath,testkitRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.10.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.jupiter:junit-jupiter:5.10.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.platform:junit-platform-commons:1.10.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.platform:junit-platform-engine:1.10.3=testRuntimeClasspath,testkitRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.10.3=testRuntimeClasspath,testkitRuntimeClasspath
org.junit:junit-bom:5.10.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.mockito:mockito-core:5.12.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.jupiter:junit-jupiter-api:5.11.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.jupiter:junit-jupiter-engine:5.11.3=testRuntimeClasspath,testkitRuntimeClasspath
org.junit.jupiter:junit-jupiter-params:5.11.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.jupiter:junit-jupiter:5.11.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.platform:junit-platform-commons:1.11.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.junit.platform:junit-platform-engine:1.11.3=testRuntimeClasspath,testkitRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.11.3=testRuntimeClasspath,testkitRuntimeClasspath
org.junit:junit-bom:5.11.3=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.mockito:mockito-core:5.14.2=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.objenesis:objenesis:3.3=testRuntimeClasspath,testkitRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath,testkitCompileClasspath,testkitRuntimeClasspath
org.ow2.asm:asm-commons:9.7=jacocoAnt
Expand All @@ -70,31 +73,33 @@ org.ow2.asm:asm:9.0=sonarlintCoreClasspath
org.ow2.asm:asm:9.7=jacocoAnt
org.projectlombok:lombok:1.18.34=annotationProcessor,compileClasspath,testAnnotationProcessor,testCompileClasspath,testkitAnnotationProcessor,testkitCompileClasspath
org.reflections:reflections:0.10.2=checkstyle
org.sonarsource.analyzer-commons:sonar-analyzer-commons:2.11.0.2861=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-analyzer-recognizers:2.11.0.2861=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-performance-measure:2.11.0.2861=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-regex-parsing:2.11.0.2861=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-xml-parsing:2.11.0.2861=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-analyzer-commons:2.14.0.3087=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-analyzer-recognizers:2.12.0.2964=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-performance-measure:2.12.0.2964=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-regex-parsing:2.12.0.2964=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-xml-parsing:2.14.0.3087=sonarlintCoreClasspath
org.sonarsource.html:sonar-html-plugin:3.16.0.5274=sonarlintCoreClasspath
org.sonarsource.java:check-list:8.1.0.36477=sonarlintCoreClasspath
org.sonarsource.java:external-reports:8.1.0.36477=sonarlintCoreClasspath
org.sonarsource.java:java-checks-aws:8.1.0.36477=sonarlintCoreClasspath
org.sonarsource.java:java-checks-common:8.1.0.36477=sonarlintCoreClasspath
org.sonarsource.java:java-checks:8.1.0.36477=sonarlintCoreClasspath
org.sonarsource.java:java-frontend:8.1.0.36477=sonarlintCoreClasspath
org.sonarsource.java:java-jsp:8.1.0.36477=sonarlintCoreClasspath
org.sonarsource.java:java-surefire:8.1.0.36477=sonarlintCoreClasspath
org.sonarsource.java:jdt-package:1.1.0.34=sonarlintCoreClasspath
org.sonarsource.java:sonar-java-plugin:8.1.0.36477=sonarlintCoreClasspath
org.sonarsource.javascript:css:10.14.0.26080=sonarlintCoreClasspath
org.sonarsource.javascript:javascript-checks:10.14.0.26080=sonarlintCoreClasspath
org.sonarsource.javascript:sonar-javascript-plugin:10.14.0.26080=sonarlintCoreClasspath
org.sonarsource.java:check-list:8.5.0.37199=sonarlintCoreClasspath
org.sonarsource.java:external-reports:8.5.0.37199=sonarlintCoreClasspath
org.sonarsource.java:java-checks-aws:8.5.0.37199=sonarlintCoreClasspath
org.sonarsource.java:java-checks-common:8.5.0.37199=sonarlintCoreClasspath
org.sonarsource.java:java-checks:8.5.0.37199=sonarlintCoreClasspath
org.sonarsource.java:java-frontend:8.5.0.37199=sonarlintCoreClasspath
org.sonarsource.java:java-jsp:8.5.0.37199=sonarlintCoreClasspath
org.sonarsource.java:java-surefire:8.5.0.37199=sonarlintCoreClasspath
org.sonarsource.java:jdt-package:1.3.0.89=sonarlintCoreClasspath
org.sonarsource.java:sonar-java-plugin:8.5.0.37199=sonarlintCoreClasspath
org.sonarsource.javascript:api:10.16.0.27621=sonarlintCoreClasspath
org.sonarsource.javascript:bridge:10.16.0.27621=sonarlintCoreClasspath
org.sonarsource.javascript:css:10.16.0.27621=sonarlintCoreClasspath
org.sonarsource.javascript:javascript-checks:10.16.0.27621=sonarlintCoreClasspath
org.sonarsource.javascript:sonar-javascript-plugin:10.16.0.27621=sonarlintCoreClasspath
org.sonarsource.kotlin:sonar-kotlin-plugin:2.20.0.4382=sonarlintCoreClasspath
org.sonarsource.slang:sonar-ruby-plugin:1.15.0.4655=sonarlintCoreClasspath
org.sonarsource.slang:sonar-scala-plugin:1.15.0.4655=sonarlintCoreClasspath
org.sonarsource.slang:sonar-ruby-plugin:1.17.1.134=sonarlintCoreClasspath
org.sonarsource.slang:sonar-scala-plugin:1.17.1.166=sonarlintCoreClasspath
org.sonarsource.sonarlint.core:sonarlint-core:9.8.0.76914=sonarlintCore,sonarlintCoreClasspath
org.sonarsource.sslr:sslr-core:1.24.0.633=sonarlintCoreClasspath
org.sonarsource.xml:sonar-xml-plugin:2.10.0.4108=sonarlintCoreClasspath
org.sonarsource.xml:sonar-xml-plugin:2.11.0.5671=sonarlintCoreClasspath
org.springframework:spring-core:6.1.5=sonarlintCoreClasspath
org.springframework:spring-expression:6.1.5=sonarlintCoreClasspath
org.tukaani:xz:1.9=sonarlintCoreClasspath
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"author": "JoseLion <[email protected]>",
"license": "MIT",
"engines": {
"node": "^22.4.1"
"node": "^23.1.0"
},
"packageManager": "[email protected]",
"scripts": {
"release": "semantic-release"
},
"devDependencies": {
"gradle-semantic-release-plugin": "^1.9.2",
"semantic-release": "^24.0.0"
"gradle-semantic-release-plugin": "^1.10.1",
"semantic-release": "^24.2.0"
}
}
16 changes: 8 additions & 8 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ rootProject.name = 'pretty-jupiter'
dependencyResolutionManagement {
versionCatalogs {
libs {
version('checkstyle', '10.17.0')
version('checkstyle', '10.20.0')
version('jacoco', '0.8.12')
version('junit', '5.10.3')
version('junit', '5.11.3')

plugin('pluginPublish', 'com.gradle.plugin-publish').version('1.2.1')
plugin('prettyJupiter', 'io.github.joselion.pretty-jupiter').version('3.3.0')
plugin('sonarlint', 'name.remal.sonarlint').version('4.2.6')
plugin('strictNullCheck', 'io.github.joselion.strict-null-check').version('3.3.0')
plugin('pluginPublish', 'com.gradle.plugin-publish').version('1.3.0')
plugin('prettyJupiter', 'io.github.joselion.pretty-jupiter').version('3.4.1')
plugin('sonarlint', 'name.remal.sonarlint').version('4.2.14')
plugin('strictNullCheck', 'io.github.joselion.strict-null-check').version('3.4.1')

library('assertj', 'org.assertj', 'assertj-core').version('3.26.3')
library('lombok', 'org.projectlombok', 'lombok').version('1.18.34')
library('mockito', 'org.mockito', 'mockito-core').version('5.12.0')
library('sonarlint-java', 'org.sonarsource.java', 'sonar-java-plugin').version('8.1.0.36477')
library('mockito', 'org.mockito', 'mockito-core').version('5.14.2')
library('sonarlint-java', 'org.sonarsource.java', 'sonar-java-plugin').version('8.5.0.37199')
}
}
}
Loading

0 comments on commit cdae73e

Please sign in to comment.