Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): Update dependencies 2024.03.05 #28

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions buildscript-gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ com.fasterxml.jackson:jackson-bom:2.14.2=classpath
com.google.code.findbugs:jsr305:3.0.2=classpath
io.github.gradle-nexus.publish-plugin:io.github.gradle-nexus.publish-plugin.gradle.plugin:2.0.0-rc-2=classpath
io.github.gradle-nexus:publish-plugin:2.0.0-rc-2=classpath
io.github.joselion.pretty-jupiter:io.github.joselion.pretty-jupiter.gradle.plugin:3.2.0=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.2.0=classpath
io.github.joselion:pretty-jupiter:3.3.0=classpath
io.github.joselion:strict-null-check:3.3.0=classpath
io.spring.dependency-management:io.spring.dependency-management.gradle.plugin:1.1.4=classpath
io.spring.gradle:dependency-management-plugin:1.1.4=classpath
name.remal.gradle-plugins.sonarlint:sonarlint:3.4.8=classpath
name.remal.sonarlint:name.remal.sonarlint.gradle.plugin:3.4.8=classpath
name.remal.gradle-plugins.sonarlint:sonarlint:3.4.9=classpath
name.remal.sonarlint:name.remal.sonarlint.gradle.plugin:3.4.9=classpath
net.java.dev.jna:jna-platform:5.13.0=classpath
net.java.dev.jna:jna:5.13.0=classpath
org.antlr:antlr4-runtime:4.7.2=classpath
Expand Down
6 changes: 3 additions & 3 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ com.google.guava:guava:33.0.0-jre=checkstyle
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=checkstyle
com.h2database:h2:2.2.224=testFixturesRuntimeClasspath,testRuntimeClasspath
com.jayway.jsonpath:json-path:2.9.0=testCompileClasspath,testRuntimeClasspath
com.puppycrawl.tools:checkstyle:10.13.0=checkstyle
com.puppycrawl.tools:checkstyle:10.14.0=checkstyle
com.vaadin.external.google:android-json:0.0.20131108.vaadin1=testCompileClasspath,testRuntimeClasspath
commons-beanutils:commons-beanutils:1.9.4=checkstyle
commons-collections:commons-collections:3.2.2=checkstyle
Expand Down Expand Up @@ -106,7 +106,7 @@ org.junit.platform:junit-platform-commons:1.10.2=testCompileClasspath,testRuntim
org.junit.platform:junit-platform-engine:1.10.2=testRuntimeClasspath
org.junit.platform:junit-platform-launcher:1.10.2=testRuntimeClasspath
org.junit:junit-bom:5.10.2=testCompileClasspath,testRuntimeClasspath
org.mockito:mockito-core:5.10.0=testCompileClasspath,testRuntimeClasspath
org.mockito:mockito-core:5.11.0=testCompileClasspath,testRuntimeClasspath
org.mockito:mockito-junit-jupiter:5.7.0=testCompileClasspath,testRuntimeClasspath
org.objenesis:objenesis:3.3=testRuntimeClasspath
org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
Expand All @@ -123,7 +123,7 @@ org.sonarsource.analyzer-commons:sonar-analyzer-recognizers:2.7.0.1482=sonarlint
org.sonarsource.analyzer-commons:sonar-performance-measure:2.7.0.1482=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-regex-parsing:2.7.0.1482=sonarlintCoreClasspath
org.sonarsource.analyzer-commons:sonar-xml-parsing:2.7.0.1482=sonarlintCoreClasspath
org.sonarsource.html:sonar-html-plugin:3.13.0.4821=sonarlintCoreClasspath
org.sonarsource.html:sonar-html-plugin:3.14.0.5048=sonarlintCoreClasspath
org.sonarsource.java:external-reports:7.31.0.34839=sonarlintCoreClasspath
org.sonarsource.java:java-checks-aws:7.31.0.34839=sonarlintCoreClasspath
org.sonarsource.java:java-checks-common:7.31.0.34839=sonarlintCoreClasspath
Expand Down
8 changes: 4 additions & 4 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ rootProject.name = 'spring-r2dbc-relationships'
dependencyResolutionManagement {
versionCatalogs {
libs {
version('checkstyle', '10.13.0')
version('checkstyle', '10.14.0')
version('eclipse', '2.2.800')
version('junit', '5.10.2')
version('sonarlint-core', '9.8.0.76914')

plugin('prettyJupiter', 'io.github.joselion.pretty-jupiter').version('3.2.0')
plugin('prettyJupiter', 'io.github.joselion.pretty-jupiter').version('3.3.0')
plugin('publishPlugin', 'io.github.gradle-nexus.publish-plugin').version('2.0.0-rc-2')
plugin('sonarlint', 'name.remal.sonarlint').version('3.4.8')
plugin('sonarlint', 'name.remal.sonarlint').version('3.4.9')
plugin('spring-boot', 'org.springframework.boot').version('3.2.3')
plugin('spring-management', 'io.spring.dependency-management').version('1.1.4')
plugin('strictNullCheck', 'io.github.joselion.strict-null-check').version('3.3.0')

library('assertj-core', 'org.assertj', 'assertj-core').version('3.25.3')
library('lombok', 'org.projectlombok', 'lombok').version('1.18.30')
library('maybe', 'io.github.joselion', 'maybe').version('[4.2.1,)')
library('mockito-core', 'org.mockito', 'mockito-core').version('5.10.0')
library('mockito-core', 'org.mockito', 'mockito-core').version('5.11.0')
library('sonarlint-java', 'org.sonarsource.java', 'sonar-java-plugin').version('7.31.0.34839')

library('h2', 'com.h2database', 'h2').withoutVersion()
Expand Down
Loading