1
0
mirror of synced 2026-07-09 21:00:02 +00:00

Compare commits

..

14 Commits

Author SHA1 Message Date
Joe Grandja 16b28f5a2f Release 5.4.8 2021-08-16 11:12:40 -04:00
Joe Grandja 067bdd0dd9 Lock Dependencies for Release 2021-08-16 11:12:40 -04:00
Joe Grandja 2f81cbc577 Update to Spring Boot 2.4.8
Closes gh-10181
2021-08-16 11:12:21 -04:00
Steve Riesenberg dc81e1c86b Revert "URL encode client credentials"
This reverts commit 5243b1b8a8.

Issue gh-9610 gh-9861
Closes gh-10018
2021-07-20 13:29:29 -05:00
dmitrilc 6878ff7487 Update oauth2-resourceserver.adoc
fix the name of the parameter, from failure to badCredentials

Replaces AuthenticationFailureEvent

Remove AuthenticationFailureEvent Reference

Closes gh-10062
2021-07-16 12:03:35 -06:00
Luke Quinane c5a50bd7ec Fix typos
Closes gh-10050
2021-07-08 09:48:28 -03:00
Daniel Garnier-Moiroux 37e2cc4e89 Fix Saml2WebSsoAuthenticationRequestFilter javadoc
Closes gh-10025
2021-06-30 13:55:35 +02:00
Rob Winch ad45a74b34 Update to use s01.oss.sonatype.org
Closes gh-10015
2021-06-29 16:36:42 -05:00
Rob Winch 84118a7d44 Remove -PdeployDocsHost=docs-ip.spring.io
Closes gh-10021
2021-06-29 16:17:38 -05:00
Rob Winch fb83ddabe2 Update to spring-build-conventions:0.0.38
Closes gh-10020
2021-06-29 16:14:43 -05:00
/usr/local/ΕΨΗΕΛΩΝ 50a17f58db Improve AuthenticationManagerBeanDefinitionParser XML parsing
Closes gh-7282
2021-06-28 12:19:39 +02:00
Eleftheria Stein e313e6b89a Apply DefaultLoginPageConfigurer before logout
If they are not applied in this order, then the LogoutConfigurer cannot
set the logoutSuccessUrl, because the DefaultLoginPageGeneratingFilter
does not exist yet.
This impacts users that inject the default HttpSecurity bean.

Closes gh-9973
2021-06-24 11:09:19 +02:00
Steve Riesenberg 5137a653ff Next Development Version 2021-06-21 13:02:52 -05:00
Steve Riesenberg c17767883f Revert "Lock Dependencies for Release"
This reverts commit d71be4ca28.
2021-06-21 12:57:05 -05:00
2427 changed files with 27546 additions and 27606 deletions
Vendored
+8 -8
View File
@@ -15,7 +15,7 @@ def GRADLE_ENTERPRISE_SECRET_ACCESS_KEY = string(credentialsId: 'gradle_enterpri
variable: 'GRADLE_ENTERPRISE_ACCESS_KEY')
def SPRING_SIGNING_SECRING = file(credentialsId: 'spring-signing-secring.gpg', variable: 'SIGNING_KEYRING_FILE')
def SPRING_GPG_PASSPHRASE = string(credentialsId: 'spring-gpg-passphrase', variable: 'SIGNING_PASSWORD')
def OSSRH_CREDENTIALS = usernamePassword(credentialsId: 'oss-token', passwordVariable: 'OSSRH_PASSWORD', usernameVariable: 'OSSRH_USERNAME')
def OSSRH_S01_CREDENTIALS = usernamePassword(credentialsId: 'oss-s01-token', passwordVariable: 'OSSRH_S01_TOKEN_PASSWORD', usernameVariable: 'OSSRH_S01_TOKEN_USERNAME')
def ARTIFACTORY_CREDENTIALS = usernamePassword(credentialsId: '02bd1690-b54f-4c9f-819d-a77cb7a9822c', usernameVariable: 'ARTIFACTORY_USERNAME', passwordVariable: 'ARTIFACTORY_PASSWORD')
def JENKINS_PRIVATE_SSH_KEY = file(credentialsId: 'docs.spring.io-jenkins_private_ssh_key', variable: 'DEPLOY_SSH_KEY')
def SONAR_LOGIN_CREDENTIALS = string(credentialsId: 'spring-sonar.login', variable: 'SONAR_LOGIN')
@@ -158,7 +158,7 @@ try {
sh "git clean -dfx"
withCredentials([SPRING_SIGNING_SECRING,
SPRING_GPG_PASSPHRASE,
OSSRH_CREDENTIALS,
OSSRH_S01_CREDENTIALS,
ARTIFACTORY_CREDENTIALS,
GRADLE_ENTERPRISE_CACHE_USER,
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY]) {
@@ -166,8 +166,8 @@ try {
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
sh "./gradlew deployArtifacts -Psigning.secretKeyRingFile=$SIGNING_KEYRING_FILE -Psigning.keyId=$SPRING_SIGNING_KEYID -Psigning.password='$SIGNING_PASSWORD' -PossrhUsername=$OSSRH_USERNAME -PossrhPassword=$OSSRH_PASSWORD -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD --stacktrace --no-parallel"
sh "./gradlew finalizeDeployArtifacts -Psigning.secretKeyRingFile=$SIGNING_KEYRING_FILE -Psigning.keyId=$SPRING_SIGNING_KEYID -Psigning.password='$SIGNING_PASSWORD' -PossrhUsername=$OSSRH_USERNAME -PossrhPassword=$OSSRH_PASSWORD -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD --stacktrace --no-parallel"
sh "./gradlew deployArtifacts -Psigning.secretKeyRingFile=$SIGNING_KEYRING_FILE -Psigning.keyId=$SPRING_SIGNING_KEYID -Psigning.password='$SIGNING_PASSWORD' -PossrhTokenUsername=$OSSRH_S01_TOKEN_USERNAME -PossrhTokenPassword=$OSSRH_S01_TOKEN_PASSWORD -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD --stacktrace --no-parallel"
sh "./gradlew finalizeDeployArtifacts -Psigning.secretKeyRingFile=$SIGNING_KEYRING_FILE -Psigning.keyId=$SPRING_SIGNING_KEYID -Psigning.password='$SIGNING_PASSWORD' -PossrhTokenUsername=$OSSRH_S01_TOKEN_USERNAME -PossrhTokenPassword=$OSSRH_S01_TOKEN_PASSWORD -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD --stacktrace --no-parallel"
}
}
}
@@ -180,7 +180,7 @@ try {
sh "git clean -dfx"
withCredentials([JENKINS_PRIVATE_SSH_KEY,
SPRING_GPG_PASSPHRASE,
OSSRH_CREDENTIALS,
OSSRH_S01_CREDENTIALS,
ARTIFACTORY_CREDENTIALS,
GRADLE_ENTERPRISE_CACHE_USER,
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY]) {
@@ -188,7 +188,7 @@ try {
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
sh "./gradlew deployDocs -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME -PdeployDocsHost=docs-ip.spring.io --stacktrace"
sh "./gradlew deployDocs -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME --stacktrace"
}
}
}
@@ -201,7 +201,7 @@ try {
sh "git clean -dfx"
withCredentials([JENKINS_PRIVATE_SSH_KEY,
SPRING_GPG_PASSPHRASE,
OSSRH_CREDENTIALS,
OSSRH_S01_CREDENTIALS,
ARTIFACTORY_CREDENTIALS,
GRADLE_ENTERPRISE_CACHE_USER,
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY]) {
@@ -209,7 +209,7 @@ try {
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
sh "./gradlew deploySchema -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME -PdeployDocsHost=docs-ip.spring.io --stacktrace"
sh "./gradlew deploySchema -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME --stacktrace"
}
}
}
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -2,8 +2,8 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
ch.qos.logback:logback-classic:1.2.5
ch.qos.logback:logback-core:1.2.5
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.32
commons-beanutils:commons-beanutils:1.9.4
commons-collections:commons-collections:3.2.2
info.picocli:picocli:4.2.0
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
io.spring.javaformat:spring-javaformat-checkstyle:0.0.25
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -23,4 +23,4 @@ org.antlr:antlr4-runtime:4.8-1
org.checkerframework:checker-qual:2.11.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
+10 -10
View File
@@ -1,15 +1,15 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
@@ -1,15 +1,15 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
+10 -10
View File
@@ -1,15 +1,15 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
@@ -1,8 +1,8 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
@@ -12,4 +12,4 @@ org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
+2 -2
View File
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,9 +1,9 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
net.sf.ehcache:ehcache:2.10.9.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
+10 -10
View File
@@ -1,15 +1,15 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
@@ -1,15 +1,15 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -11,14 +11,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context-support:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context-support:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -11,14 +11,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context-support:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context-support:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,14 +12,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context-support:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context-support:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,14 +12,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context-support:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context-support:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
+12 -12
View File
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,14 +12,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context-support:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context-support:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,8 +1,8 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.aspectj:aspectjtools:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -2,8 +2,8 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
ch.qos.logback:logback-classic:1.2.5
ch.qos.logback:logback-core:1.2.5
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.32
commons-beanutils:commons-beanutils:1.9.4
commons-collections:commons-collections:3.2.2
info.picocli:picocli:4.2.0
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
io.spring.javaformat:spring-javaformat-checkstyle:0.0.25
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -23,4 +23,4 @@ org.antlr:antlr4-runtime:4.8-1
org.checkerframework:checker-qual:2.11.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
@@ -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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,8 +1,8 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
@@ -12,4 +12,4 @@ org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
@@ -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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
+1 -1
View File
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.37'
classpath 'io.spring.gradle:spring-build-conventions:0.0.38'
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion"
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -2,8 +2,8 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
ch.qos.logback:logback-classic:1.2.5
ch.qos.logback:logback-core:1.2.5
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.32
commons-beanutils:commons-beanutils:1.9.4
commons-collections:commons-collections:3.2.2
info.picocli:picocli:4.2.0
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
io.spring.javaformat:spring-javaformat-checkstyle:0.0.25
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -23,4 +23,4 @@ org.antlr:antlr4-runtime:4.8-1
org.checkerframework:checker-qual:2.11.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
+10 -10
View File
@@ -5,18 +5,18 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
@@ -5,18 +5,18 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
+10 -10
View File
@@ -5,18 +5,18 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
@@ -1,8 +1,8 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
@@ -12,4 +12,4 @@ org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
+2 -2
View File
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -4,9 +4,9 @@
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
net.sf.ehcache:ehcache:2.10.9.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,8 +1,8 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
javax.servlet:javax.servlet-api:4.0.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
+10 -10
View File
@@ -5,18 +5,18 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
@@ -5,18 +5,18 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -19,14 +19,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -19,14 +19,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -19,14 +19,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -19,14 +19,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
+11 -11
View File
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -19,14 +19,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.31
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
@@ -9,10 +9,10 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -2,8 +2,8 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
ch.qos.logback:logback-classic:1.2.5
ch.qos.logback:logback-core:1.2.5
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.32
commons-beanutils:commons-beanutils:1.9.4
commons-collections:commons-collections:3.2.2
info.picocli:picocli:4.2.0
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
io.spring.javaformat:spring-javaformat-checkstyle:0.0.25
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -23,4 +23,4 @@ org.antlr:antlr4-runtime:4.8-1
org.checkerframework:checker-qual:2.11.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,13 +1,13 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
@@ -9,10 +9,10 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
@@ -9,10 +9,10 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
@@ -9,10 +9,10 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -4,8 +4,8 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
ch.qos.logback:logback-classic:1.2.5
ch.qos.logback:logback-core:1.2.5
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
@@ -19,7 +19,7 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.22
com.nimbusds:nimbus-jose-jwt:8.22.1
com.nimbusds:oauth2-oidc-sdk:8.36.2
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,23 +34,23 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.63.Final
io.netty:netty-codec-http2:4.1.63.Final
io.netty:netty-codec-http:4.1.63.Final
io.netty:netty-codec-socks:4.1.63.Final
io.netty:netty-codec:4.1.63.Final
io.netty:netty-common:4.1.63.Final
io.netty:netty-handler-proxy:4.1.63.Final
io.netty:netty-handler:4.1.63.Final
io.netty:netty-resolver:4.1.63.Final
io.netty:netty-transport-native-epoll:4.1.63.Final
io.netty:netty-transport-native-unix-common:4.1.63.Final
io.netty:netty-transport:4.1.63.Final
io.projectreactor.netty:reactor-netty:0.9.20.RELEASE
io.netty:netty-buffer:4.1.66.Final
io.netty:netty-codec-http2:4.1.66.Final
io.netty:netty-codec-http:4.1.66.Final
io.netty:netty-codec-socks:4.1.66.Final
io.netty:netty-codec:4.1.66.Final
io.netty:netty-common:4.1.66.Final
io.netty:netty-handler-proxy:4.1.66.Final
io.netty:netty-handler:4.1.66.Final
io.netty:netty-resolver:4.1.66.Final
io.netty:netty-transport-native-epoll:4.1.66.Final
io.netty:netty-transport-native-unix-common:4.1.66.Final
io.netty:netty-transport:4.1.66.Final
io.projectreactor.netty:reactor-netty:0.9.22.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-core:3.3.17.RELEASE
io.projectreactor:reactor-test:3.3.17.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR22
io.projectreactor:reactor-core:3.3.19.RELEASE
io.projectreactor:reactor-test:3.3.19.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -183,29 +183,29 @@ org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.31
org.slf4j:slf4j-api:1.7.31
org.slf4j:jcl-over-slf4j:1.7.32
org.slf4j:slf4j-api:1.7.32
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-messaging:5.2.15.RELEASE
org.springframework:spring-orm:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-webflux:5.2.15.RELEASE
org.springframework:spring-webmvc:5.2.15.RELEASE
org.springframework:spring-websocket:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-messaging:5.2.16.RELEASE
org.springframework:spring-orm:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
org.springframework:spring-webflux:5.2.16.RELEASE
org.springframework:spring-webmvc:5.2.16.RELEASE
org.springframework:spring-websocket:5.2.16.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -4,8 +4,8 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
ch.qos.logback:logback-classic:1.2.5
ch.qos.logback:logback-core:1.2.5
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
@@ -19,7 +19,7 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.22
com.nimbusds:nimbus-jose-jwt:8.22.1
com.nimbusds:oauth2-oidc-sdk:8.36.2
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,23 +34,23 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.63.Final
io.netty:netty-codec-http2:4.1.63.Final
io.netty:netty-codec-http:4.1.63.Final
io.netty:netty-codec-socks:4.1.63.Final
io.netty:netty-codec:4.1.63.Final
io.netty:netty-common:4.1.63.Final
io.netty:netty-handler-proxy:4.1.63.Final
io.netty:netty-handler:4.1.63.Final
io.netty:netty-resolver:4.1.63.Final
io.netty:netty-transport-native-epoll:4.1.63.Final
io.netty:netty-transport-native-unix-common:4.1.63.Final
io.netty:netty-transport:4.1.63.Final
io.projectreactor.netty:reactor-netty:0.9.20.RELEASE
io.netty:netty-buffer:4.1.66.Final
io.netty:netty-codec-http2:4.1.66.Final
io.netty:netty-codec-http:4.1.66.Final
io.netty:netty-codec-socks:4.1.66.Final
io.netty:netty-codec:4.1.66.Final
io.netty:netty-common:4.1.66.Final
io.netty:netty-handler-proxy:4.1.66.Final
io.netty:netty-handler:4.1.66.Final
io.netty:netty-resolver:4.1.66.Final
io.netty:netty-transport-native-epoll:4.1.66.Final
io.netty:netty-transport-native-unix-common:4.1.66.Final
io.netty:netty-transport:4.1.66.Final
io.projectreactor.netty:reactor-netty:0.9.22.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-core:3.3.17.RELEASE
io.projectreactor:reactor-test:3.3.17.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR22
io.projectreactor:reactor-core:3.3.19.RELEASE
io.projectreactor:reactor-test:3.3.19.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -183,29 +183,29 @@ org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.31
org.slf4j:slf4j-api:1.7.31
org.slf4j:jcl-over-slf4j:1.7.32
org.slf4j:slf4j-api:1.7.32
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-messaging:5.2.15.RELEASE
org.springframework:spring-orm:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-webflux:5.2.15.RELEASE
org.springframework:spring-webmvc:5.2.15.RELEASE
org.springframework:spring-websocket:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-messaging:5.2.16.RELEASE
org.springframework:spring-orm:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
org.springframework:spring-webflux:5.2.16.RELEASE
org.springframework:spring-webmvc:5.2.16.RELEASE
org.springframework:spring-websocket:5.2.16.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -4,8 +4,8 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
ch.qos.logback:logback-classic:1.2.5
ch.qos.logback:logback-core:1.2.5
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
@@ -19,7 +19,7 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.22
com.nimbusds:nimbus-jose-jwt:8.22.1
com.nimbusds:oauth2-oidc-sdk:8.36.2
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,23 +34,23 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.63.Final
io.netty:netty-codec-http2:4.1.63.Final
io.netty:netty-codec-http:4.1.63.Final
io.netty:netty-codec-socks:4.1.63.Final
io.netty:netty-codec:4.1.63.Final
io.netty:netty-common:4.1.63.Final
io.netty:netty-handler-proxy:4.1.63.Final
io.netty:netty-handler:4.1.63.Final
io.netty:netty-resolver:4.1.63.Final
io.netty:netty-transport-native-epoll:4.1.63.Final
io.netty:netty-transport-native-unix-common:4.1.63.Final
io.netty:netty-transport:4.1.63.Final
io.projectreactor.netty:reactor-netty:0.9.20.RELEASE
io.netty:netty-buffer:4.1.66.Final
io.netty:netty-codec-http2:4.1.66.Final
io.netty:netty-codec-http:4.1.66.Final
io.netty:netty-codec-socks:4.1.66.Final
io.netty:netty-codec:4.1.66.Final
io.netty:netty-common:4.1.66.Final
io.netty:netty-handler-proxy:4.1.66.Final
io.netty:netty-handler:4.1.66.Final
io.netty:netty-resolver:4.1.66.Final
io.netty:netty-transport-native-epoll:4.1.66.Final
io.netty:netty-transport-native-unix-common:4.1.66.Final
io.netty:netty-transport:4.1.66.Final
io.projectreactor.netty:reactor-netty:0.9.22.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-core:3.3.17.RELEASE
io.projectreactor:reactor-test:3.3.17.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR22
io.projectreactor:reactor-core:3.3.19.RELEASE
io.projectreactor:reactor-test:3.3.19.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -183,29 +183,29 @@ org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.31
org.slf4j:slf4j-api:1.7.31
org.slf4j:jcl-over-slf4j:1.7.32
org.slf4j:slf4j-api:1.7.32
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-messaging:5.2.15.RELEASE
org.springframework:spring-orm:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-webflux:5.2.15.RELEASE
org.springframework:spring-webmvc:5.2.15.RELEASE
org.springframework:spring-websocket:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-messaging:5.2.16.RELEASE
org.springframework:spring-orm:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
org.springframework:spring-webflux:5.2.16.RELEASE
org.springframework:spring-webmvc:5.2.16.RELEASE
org.springframework:spring-websocket:5.2.16.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -4,8 +4,8 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
ch.qos.logback:logback-classic:1.2.5
ch.qos.logback:logback-core:1.2.5
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
@@ -19,7 +19,7 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.22
com.nimbusds:nimbus-jose-jwt:8.22.1
com.nimbusds:oauth2-oidc-sdk:8.36.2
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,23 +34,23 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.63.Final
io.netty:netty-codec-http2:4.1.63.Final
io.netty:netty-codec-http:4.1.63.Final
io.netty:netty-codec-socks:4.1.63.Final
io.netty:netty-codec:4.1.63.Final
io.netty:netty-common:4.1.63.Final
io.netty:netty-handler-proxy:4.1.63.Final
io.netty:netty-handler:4.1.63.Final
io.netty:netty-resolver:4.1.63.Final
io.netty:netty-transport-native-epoll:4.1.63.Final
io.netty:netty-transport-native-unix-common:4.1.63.Final
io.netty:netty-transport:4.1.63.Final
io.projectreactor.netty:reactor-netty:0.9.20.RELEASE
io.netty:netty-buffer:4.1.66.Final
io.netty:netty-codec-http2:4.1.66.Final
io.netty:netty-codec-http:4.1.66.Final
io.netty:netty-codec-socks:4.1.66.Final
io.netty:netty-codec:4.1.66.Final
io.netty:netty-common:4.1.66.Final
io.netty:netty-handler-proxy:4.1.66.Final
io.netty:netty-handler:4.1.66.Final
io.netty:netty-resolver:4.1.66.Final
io.netty:netty-transport-native-epoll:4.1.66.Final
io.netty:netty-transport-native-unix-common:4.1.66.Final
io.netty:netty-transport:4.1.66.Final
io.projectreactor.netty:reactor-netty:0.9.22.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-core:3.3.17.RELEASE
io.projectreactor:reactor-test:3.3.17.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR22
io.projectreactor:reactor-core:3.3.19.RELEASE
io.projectreactor:reactor-test:3.3.19.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -183,29 +183,29 @@ org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.31
org.slf4j:slf4j-api:1.7.31
org.slf4j:jcl-over-slf4j:1.7.32
org.slf4j:slf4j-api:1.7.32
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-messaging:5.2.15.RELEASE
org.springframework:spring-orm:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-webflux:5.2.15.RELEASE
org.springframework:spring-webmvc:5.2.15.RELEASE
org.springframework:spring-websocket:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-messaging:5.2.16.RELEASE
org.springframework:spring-orm:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
org.springframework:spring-webflux:5.2.16.RELEASE
org.springframework:spring-webmvc:5.2.16.RELEASE
org.springframework:spring-websocket:5.2.16.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -4,8 +4,8 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
ch.qos.logback:logback-classic:1.2.5
ch.qos.logback:logback-core:1.2.5
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
@@ -19,7 +19,7 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.22
com.nimbusds:nimbus-jose-jwt:8.22.1
com.nimbusds:oauth2-oidc-sdk:8.36.2
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,23 +34,23 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.63.Final
io.netty:netty-codec-http2:4.1.63.Final
io.netty:netty-codec-http:4.1.63.Final
io.netty:netty-codec-socks:4.1.63.Final
io.netty:netty-codec:4.1.63.Final
io.netty:netty-common:4.1.63.Final
io.netty:netty-handler-proxy:4.1.63.Final
io.netty:netty-handler:4.1.63.Final
io.netty:netty-resolver:4.1.63.Final
io.netty:netty-transport-native-epoll:4.1.63.Final
io.netty:netty-transport-native-unix-common:4.1.63.Final
io.netty:netty-transport:4.1.63.Final
io.projectreactor.netty:reactor-netty:0.9.20.RELEASE
io.netty:netty-buffer:4.1.66.Final
io.netty:netty-codec-http2:4.1.66.Final
io.netty:netty-codec-http:4.1.66.Final
io.netty:netty-codec-socks:4.1.66.Final
io.netty:netty-codec:4.1.66.Final
io.netty:netty-common:4.1.66.Final
io.netty:netty-handler-proxy:4.1.66.Final
io.netty:netty-handler:4.1.66.Final
io.netty:netty-resolver:4.1.66.Final
io.netty:netty-transport-native-epoll:4.1.66.Final
io.netty:netty-transport-native-unix-common:4.1.66.Final
io.netty:netty-transport:4.1.66.Final
io.projectreactor.netty:reactor-netty:0.9.22.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-core:3.3.17.RELEASE
io.projectreactor:reactor-test:3.3.17.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR22
io.projectreactor:reactor-core:3.3.19.RELEASE
io.projectreactor:reactor-test:3.3.19.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -183,29 +183,29 @@ org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.31
org.slf4j:slf4j-api:1.7.31
org.slf4j:jcl-over-slf4j:1.7.32
org.slf4j:slf4j-api:1.7.32
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-messaging:5.2.15.RELEASE
org.springframework:spring-orm:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-webflux:5.2.15.RELEASE
org.springframework:spring-webmvc:5.2.15.RELEASE
org.springframework:spring-websocket:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-messaging:5.2.16.RELEASE
org.springframework:spring-orm:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
org.springframework:spring-webflux:5.2.16.RELEASE
org.springframework:spring-webmvc:5.2.16.RELEASE
org.springframework:spring-websocket:5.2.16.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -4,8 +4,8 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
ch.qos.logback:logback-classic:1.2.5
ch.qos.logback:logback-core:1.2.5
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
@@ -19,7 +19,7 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.22
com.nimbusds:nimbus-jose-jwt:8.22.1
com.nimbusds:oauth2-oidc-sdk:8.36.2
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,23 +34,23 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.63.Final
io.netty:netty-codec-http2:4.1.63.Final
io.netty:netty-codec-http:4.1.63.Final
io.netty:netty-codec-socks:4.1.63.Final
io.netty:netty-codec:4.1.63.Final
io.netty:netty-common:4.1.63.Final
io.netty:netty-handler-proxy:4.1.63.Final
io.netty:netty-handler:4.1.63.Final
io.netty:netty-resolver:4.1.63.Final
io.netty:netty-transport-native-epoll:4.1.63.Final
io.netty:netty-transport-native-unix-common:4.1.63.Final
io.netty:netty-transport:4.1.63.Final
io.projectreactor.netty:reactor-netty:0.9.20.RELEASE
io.netty:netty-buffer:4.1.66.Final
io.netty:netty-codec-http2:4.1.66.Final
io.netty:netty-codec-http:4.1.66.Final
io.netty:netty-codec-socks:4.1.66.Final
io.netty:netty-codec:4.1.66.Final
io.netty:netty-common:4.1.66.Final
io.netty:netty-handler-proxy:4.1.66.Final
io.netty:netty-handler:4.1.66.Final
io.netty:netty-resolver:4.1.66.Final
io.netty:netty-transport-native-epoll:4.1.66.Final
io.netty:netty-transport-native-unix-common:4.1.66.Final
io.netty:netty-transport:4.1.66.Final
io.projectreactor.netty:reactor-netty:0.9.22.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-core:3.3.17.RELEASE
io.projectreactor:reactor-test:3.3.17.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR22
io.projectreactor:reactor-core:3.3.19.RELEASE
io.projectreactor:reactor-test:3.3.19.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -183,29 +183,29 @@ org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.31
org.slf4j:slf4j-api:1.7.31
org.slf4j:jcl-over-slf4j:1.7.32
org.slf4j:slf4j-api:1.7.32
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.15.RELEASE
org.springframework:spring-beans:5.2.15.RELEASE
org.springframework:spring-context:5.2.15.RELEASE
org.springframework:spring-core:5.2.15.RELEASE
org.springframework:spring-expression:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-jcl:5.2.15.RELEASE
org.springframework:spring-jdbc:5.2.15.RELEASE
org.springframework:spring-messaging:5.2.15.RELEASE
org.springframework:spring-orm:5.2.15.RELEASE
org.springframework:spring-test:5.2.15.RELEASE
org.springframework:spring-tx:5.2.15.RELEASE
org.springframework:spring-web:5.2.15.RELEASE
org.springframework:spring-webflux:5.2.15.RELEASE
org.springframework:spring-webmvc:5.2.15.RELEASE
org.springframework:spring-websocket:5.2.15.RELEASE
org.springframework:spring-aop:5.2.16.RELEASE
org.springframework:spring-beans:5.2.16.RELEASE
org.springframework:spring-context:5.2.16.RELEASE
org.springframework:spring-core:5.2.16.RELEASE
org.springframework:spring-expression:5.2.16.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
org.springframework:spring-jcl:5.2.16.RELEASE
org.springframework:spring-jdbc:5.2.16.RELEASE
org.springframework:spring-messaging:5.2.16.RELEASE
org.springframework:spring-orm:5.2.16.RELEASE
org.springframework:spring-test:5.2.16.RELEASE
org.springframework:spring-tx:5.2.16.RELEASE
org.springframework:spring-web:5.2.16.RELEASE
org.springframework:spring-webflux:5.2.16.RELEASE
org.springframework:spring-webmvc:5.2.16.RELEASE
org.springframework:spring-websocket:5.2.16.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,8 +1,8 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE
@@ -1,7 +1,7 @@
# 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.
io.projectreactor:reactor-bom:Dysprosium-SR20
io.projectreactor:reactor-bom:Dysprosium-SR22
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
@@ -12,4 +12,4 @@ org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.15.RELEASE
org.springframework:spring-framework-bom:5.2.16.RELEASE

Some files were not shown because too many files have changed in this diff Show More