1
0
mirror of synced 2026-09-05 00:41:22 +00:00

Compare commits

..

12 Commits

Author SHA1 Message Date
Joe Grandja dd4e8eb36f Release 5.3.9.RELEASE 2021-04-12 14:24:06 -04:00
Joe Grandja b3250c06a9 Lock Dependencies 2021-04-12 14:19:19 -04:00
Joe Grandja aa0edfa1c7 Update to Spring Boot 2.2.13
Closes gh-9614
2021-04-12 14:19:01 -04:00
佚名 22d7043d01 Add null check in CsrfFilter and CsrfWebFilter
Solve the problem that CsrfFilter and CsrfWebFilter
throws NPE exception when comparing two byte array
is equal in low JDK version.

When JDK version is lower than 1.8.0_45, method
java.security.MessageDigest#isEqual does not verify
whether the two arrays are null. And the above two
class call this method without null judgment.

ZiQiang Zhao<1694392889@qq.com>

Closes gh-9561
2021-04-09 21:55:30 -06:00
Rob Winch 2009b5faf0 Next Development Version 2021-02-11 13:39:20 -06:00
Rob Winch 71f9876c48 Revert "Lock dependencies"
This reverts commit dca4858d81.
2021-02-11 13:38:50 -06:00
Rob Winch 461f1f6b38 Release 5.3.8.RELEASE 2021-02-11 13:00:32 -06:00
Rob Winch dca4858d81 Lock dependencies 2021-02-11 13:00:32 -06:00
Rob Winch 419839d05c Optimize HttpSessionSecurityContextRepository
Closes gh-9387
2021-02-11 13:00:31 -06:00
Rob Winch 38e9e8ca52 Optimize HttpSessionSecurityContextRepository
Closes gh-9387
2021-02-11 13:00:31 -06:00
Rob Winch 996ccc08a4 Next Development Version 2021-02-11 09:52:42 -06:00
Rob Winch ec8f6014d4 Revert "Lock dependencies"
This reverts commit fa5f789beb.
2021-02-11 09:51:54 -06:00
2360 changed files with 22732 additions and 22680 deletions
@@ -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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -24,4 +24,4 @@ org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
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:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
net.sf.ehcache:ehcache:2.10.6
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -11,14 +11,14 @@ org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context-support:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context-support:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -11,14 +11,14 @@ org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context-support:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context-support:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -12,14 +12,14 @@ org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context-support:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context-support:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -12,14 +12,14 @@ org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context-support:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context-support:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -12,14 +12,14 @@ org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context-support:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context-support:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.aspectj:aspectjtools:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -24,4 +24,4 @@ org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
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:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -24,4 +24,4 @@ org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
+9 -9
View File
@@ -5,18 +5,18 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.3
com.fasterxml.jackson.core:jackson-core:2.11.3
com.fasterxml.jackson.core:jackson-databind:2.11.3
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
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.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
@@ -5,18 +5,18 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.3
com.fasterxml.jackson.core:jackson-core:2.11.3
com.fasterxml.jackson.core:jackson-databind:2.11.3
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
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.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
+9 -9
View File
@@ -5,18 +5,18 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.3
com.fasterxml.jackson.core:jackson-core:2.11.3
com.fasterxml.jackson.core:jackson-databind:2.11.3
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
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.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
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:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
@@ -4,9 +4,9 @@
com.fasterxml.jackson.core:jackson-annotations:2.10.5
com.fasterxml.jackson.core:jackson-core:2.10.5
com.fasterxml.jackson.core:jackson-databind:2.10.5.1
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
net.sf.ehcache:ehcache:2.10.6
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
javax.servlet:javax.servlet-api:4.0.1
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
+9 -9
View File
@@ -5,18 +5,18 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.3
com.fasterxml.jackson.core:jackson-core:2.11.3
com.fasterxml.jackson.core:jackson-databind:2.11.3
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
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.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
@@ -5,18 +5,18 @@ com.fasterxml.jackson.core:jackson-annotations:2.11.3
com.fasterxml.jackson.core:jackson-core:2.11.3
com.fasterxml.jackson.core:jackson-databind:2.11.3
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
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.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.11.3
com.fasterxml.jackson.core:jackson-databind:2.11.3
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -21,12 +21,12 @@ org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.11.3
com.fasterxml.jackson.core:jackson-databind:2.11.3
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -21,12 +21,12 @@ org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.11.3
com.fasterxml.jackson.core:jackson-databind:2.11.3
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -21,12 +21,12 @@ org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.11.3
com.fasterxml.jackson.core:jackson-databind:2.11.3
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -21,12 +21,12 @@ org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
+10 -10
View File
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.11.3
com.fasterxml.jackson.core:jackson-databind:2.11.3
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
@@ -21,12 +21,12 @@ org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -24,4 +24,4 @@ org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
@@ -12,14 +12,14 @@ com.fasterxml.jackson.core:jackson-databind:2.11.3
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.20.2
com.nimbusds:nimbus-jose-jwt:8.21
com.nimbusds:oauth2-oidc-sdk:7.5
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,26 +34,26 @@ commons-io:commons-io:2.6
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.2
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
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.19.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR19
io.projectreactor:reactor-core:3.3.16.RELEASE
io.projectreactor:reactor-test:3.3.16.RELEASE
io.rsocket:rsocket-core:1.0.4
io.rsocket:rsocket-transport-netty:1.0.4
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -65,11 +65,11 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.17
net.bytebuddy:byte-buddy:1.10.21
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
@@ -119,7 +119,7 @@ org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
@@ -134,8 +134,8 @@ org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hibernate:hibernate-core:5.4.30.Final
org.hibernate:hibernate-entitymanager:5.4.30.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
org.javassist:javassist:3.27.0-GA
@@ -153,18 +153,18 @@ org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.5
org.opensaml:opensaml-messaging-api:3.4.5
org.opensaml:opensaml-profile-api:3.4.5
org.opensaml:opensaml-saml-api:3.4.5
org.opensaml:opensaml-saml-impl:3.4.5
org.opensaml:opensaml-security-api:3.4.5
org.opensaml:opensaml-security-impl:3.4.5
org.opensaml:opensaml-soap-api:3.4.5
org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
@@ -192,22 +192,22 @@ org.springframework.data:spring-data-commons:2.2.12.RELEASE
org.springframework.data:spring-data-jpa:2.2.12.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-messaging:5.2.13.RELEASE
org.springframework:spring-orm:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
org.springframework:spring-webflux:5.2.13.RELEASE
org.springframework:spring-webmvc:5.2.13.RELEASE
org.springframework:spring-websocket:5.2.13.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -12,14 +12,14 @@ com.fasterxml.jackson.core:jackson-databind:2.11.3
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.20.2
com.nimbusds:nimbus-jose-jwt:8.21
com.nimbusds:oauth2-oidc-sdk:7.5
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,26 +34,26 @@ commons-io:commons-io:2.6
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.2
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
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.19.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR19
io.projectreactor:reactor-core:3.3.16.RELEASE
io.projectreactor:reactor-test:3.3.16.RELEASE
io.rsocket:rsocket-core:1.0.4
io.rsocket:rsocket-transport-netty:1.0.4
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -65,11 +65,11 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.17
net.bytebuddy:byte-buddy:1.10.21
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
@@ -119,7 +119,7 @@ org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
@@ -134,8 +134,8 @@ org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hibernate:hibernate-core:5.4.30.Final
org.hibernate:hibernate-entitymanager:5.4.30.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
org.javassist:javassist:3.27.0-GA
@@ -153,18 +153,18 @@ org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.5
org.opensaml:opensaml-messaging-api:3.4.5
org.opensaml:opensaml-profile-api:3.4.5
org.opensaml:opensaml-saml-api:3.4.5
org.opensaml:opensaml-saml-impl:3.4.5
org.opensaml:opensaml-security-api:3.4.5
org.opensaml:opensaml-security-impl:3.4.5
org.opensaml:opensaml-soap-api:3.4.5
org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
@@ -192,22 +192,22 @@ org.springframework.data:spring-data-commons:2.2.12.RELEASE
org.springframework.data:spring-data-jpa:2.2.12.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-messaging:5.2.13.RELEASE
org.springframework:spring-orm:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
org.springframework:spring-webflux:5.2.13.RELEASE
org.springframework:spring-webmvc:5.2.13.RELEASE
org.springframework:spring-websocket:5.2.13.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -12,14 +12,14 @@ com.fasterxml.jackson.core:jackson-databind:2.11.3
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.20.2
com.nimbusds:nimbus-jose-jwt:8.21
com.nimbusds:oauth2-oidc-sdk:7.5
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,26 +34,26 @@ commons-io:commons-io:2.6
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.2
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
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.19.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR19
io.projectreactor:reactor-core:3.3.16.RELEASE
io.projectreactor:reactor-test:3.3.16.RELEASE
io.rsocket:rsocket-core:1.0.4
io.rsocket:rsocket-transport-netty:1.0.4
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -65,11 +65,11 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.17
net.bytebuddy:byte-buddy:1.10.21
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
@@ -119,7 +119,7 @@ org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
@@ -134,8 +134,8 @@ org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hibernate:hibernate-core:5.4.30.Final
org.hibernate:hibernate-entitymanager:5.4.30.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
org.javassist:javassist:3.27.0-GA
@@ -153,18 +153,18 @@ org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.5
org.opensaml:opensaml-messaging-api:3.4.5
org.opensaml:opensaml-profile-api:3.4.5
org.opensaml:opensaml-saml-api:3.4.5
org.opensaml:opensaml-saml-impl:3.4.5
org.opensaml:opensaml-security-api:3.4.5
org.opensaml:opensaml-security-impl:3.4.5
org.opensaml:opensaml-soap-api:3.4.5
org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
@@ -192,22 +192,22 @@ org.springframework.data:spring-data-commons:2.2.12.RELEASE
org.springframework.data:spring-data-jpa:2.2.12.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-messaging:5.2.13.RELEASE
org.springframework:spring-orm:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
org.springframework:spring-webflux:5.2.13.RELEASE
org.springframework:spring-webmvc:5.2.13.RELEASE
org.springframework:spring-websocket:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
@@ -12,14 +12,14 @@ com.fasterxml.jackson.core:jackson-databind:2.11.3
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.20.2
com.nimbusds:nimbus-jose-jwt:8.21
com.nimbusds:oauth2-oidc-sdk:7.5
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,26 +34,26 @@ commons-io:commons-io:2.6
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.2
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
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.19.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR19
io.projectreactor:reactor-core:3.3.16.RELEASE
io.projectreactor:reactor-test:3.3.16.RELEASE
io.rsocket:rsocket-core:1.0.4
io.rsocket:rsocket-transport-netty:1.0.4
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -65,11 +65,11 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.17
net.bytebuddy:byte-buddy:1.10.21
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
@@ -119,7 +119,7 @@ org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
@@ -134,8 +134,8 @@ org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hibernate:hibernate-core:5.4.30.Final
org.hibernate:hibernate-entitymanager:5.4.30.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
org.javassist:javassist:3.27.0-GA
@@ -153,18 +153,18 @@ org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.5
org.opensaml:opensaml-messaging-api:3.4.5
org.opensaml:opensaml-profile-api:3.4.5
org.opensaml:opensaml-saml-api:3.4.5
org.opensaml:opensaml-saml-impl:3.4.5
org.opensaml:opensaml-security-api:3.4.5
org.opensaml:opensaml-security-impl:3.4.5
org.opensaml:opensaml-soap-api:3.4.5
org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
@@ -192,22 +192,22 @@ org.springframework.data:spring-data-commons:2.2.12.RELEASE
org.springframework.data:spring-data-jpa:2.2.12.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-messaging:5.2.13.RELEASE
org.springframework:spring-orm:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
org.springframework:spring-webflux:5.2.13.RELEASE
org.springframework:spring-webmvc:5.2.13.RELEASE
org.springframework:spring-websocket:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
@@ -12,14 +12,14 @@ com.fasterxml.jackson.core:jackson-databind:2.11.3
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.20.2
com.nimbusds:nimbus-jose-jwt:8.21
com.nimbusds:oauth2-oidc-sdk:7.5
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,26 +34,26 @@ commons-io:commons-io:2.6
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.2
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
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.19.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR19
io.projectreactor:reactor-core:3.3.16.RELEASE
io.projectreactor:reactor-test:3.3.16.RELEASE
io.rsocket:rsocket-core:1.0.4
io.rsocket:rsocket-transport-netty:1.0.4
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -65,11 +65,11 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.17
net.bytebuddy:byte-buddy:1.10.21
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
@@ -119,7 +119,7 @@ org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
@@ -134,8 +134,8 @@ org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hibernate:hibernate-core:5.4.30.Final
org.hibernate:hibernate-entitymanager:5.4.30.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
org.javassist:javassist:3.27.0-GA
@@ -153,18 +153,18 @@ org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.5
org.opensaml:opensaml-messaging-api:3.4.5
org.opensaml:opensaml-profile-api:3.4.5
org.opensaml:opensaml-saml-api:3.4.5
org.opensaml:opensaml-saml-impl:3.4.5
org.opensaml:opensaml-security-api:3.4.5
org.opensaml:opensaml-security-impl:3.4.5
org.opensaml:opensaml-soap-api:3.4.5
org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
@@ -192,22 +192,22 @@ org.springframework.data:spring-data-commons:2.2.12.RELEASE
org.springframework.data:spring-data-jpa:2.2.12.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-messaging:5.2.13.RELEASE
org.springframework:spring-orm:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
org.springframework:spring-webflux:5.2.13.RELEASE
org.springframework:spring-webmvc:5.2.13.RELEASE
org.springframework:spring-websocket:5.2.13.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -12,14 +12,14 @@ com.fasterxml.jackson.core:jackson-databind:2.11.3
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.20.2
com.nimbusds:nimbus-jose-jwt:8.21
com.nimbusds:oauth2-oidc-sdk:7.5
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
@@ -34,26 +34,26 @@ commons-io:commons-io:2.6
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.2
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
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.19.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR19
io.projectreactor:reactor-core:3.3.16.RELEASE
io.projectreactor:reactor-test:3.3.16.RELEASE
io.rsocket:rsocket-core:1.0.4
io.rsocket:rsocket-transport-netty:1.0.4
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -65,11 +65,11 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.17
net.bytebuddy:byte-buddy:1.10.21
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
@@ -119,7 +119,7 @@ org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.3
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
@@ -134,8 +134,8 @@ org.glassfish.jaxb:jaxb-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hibernate:hibernate-core:5.4.30.Final
org.hibernate:hibernate-entitymanager:5.4.30.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
org.javassist:javassist:3.27.0-GA
@@ -153,18 +153,18 @@ org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:3.0.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.5
org.opensaml:opensaml-messaging-api:3.4.5
org.opensaml:opensaml-profile-api:3.4.5
org.opensaml:opensaml-saml-api:3.4.5
org.opensaml:opensaml-saml-impl:3.4.5
org.opensaml:opensaml-security-api:3.4.5
org.opensaml:opensaml-security-impl:3.4.5
org.opensaml:opensaml-soap-api:3.4.5
org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
@@ -192,22 +192,22 @@ org.springframework.data:spring-data-commons:2.2.12.RELEASE
org.springframework.data:spring-data-jpa:2.2.12.RELEASE
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.springframework:spring-aop:5.2.13.RELEASE
org.springframework:spring-beans:5.2.13.RELEASE
org.springframework:spring-context:5.2.13.RELEASE
org.springframework:spring-core:5.2.13.RELEASE
org.springframework:spring-expression:5.2.13.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE
org.springframework:spring-jcl:5.2.13.RELEASE
org.springframework:spring-jdbc:5.2.13.RELEASE
org.springframework:spring-messaging:5.2.13.RELEASE
org.springframework:spring-orm:5.2.13.RELEASE
org.springframework:spring-test:5.2.13.RELEASE
org.springframework:spring-tx:5.2.13.RELEASE
org.springframework:spring-web:5.2.13.RELEASE
org.springframework:spring-webflux:5.2.13.RELEASE
org.springframework:spring-webmvc:5.2.13.RELEASE
org.springframework:spring-websocket:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
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:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.intellij.deps:trove4j:1.0.20181211
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.3.72
@@ -12,4 +12,4 @@ org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72
org.jetbrains.kotlin:kotlin-stdlib:1.3.72
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.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-SR16
io.projectreactor:reactor-bom:Dysprosium-SR19
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.jetbrains.kotlin:kotlin-script-runtime:1.3.72
org.jetbrains.kotlin:kotlin-scripting-common:1.3.72
@@ -13,4 +13,4 @@ org.jetbrains.kotlin:kotlin-stdlib:1.3.72
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.2.1
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Moore-SR12
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.13.RELEASE

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