1
0
mirror of synced 2026-07-09 04:40:13 +00:00

Compare commits

...

16 Commits

Author SHA1 Message Date
Marcus Da Coregio f9989bfc42 Release 5.4.10 2021-12-20 16:11:51 -03:00
Marcus Da Coregio 3d4e90ba2a Lock Dependencies for Release 2021-12-20 16:03:13 -03:00
Eleftheria Stein 7e34c6a045 Fix reactive resource server tests
Closes gh-10660
2021-12-20 15:41:22 -03:00
Eleftheria Stein 3d4ad5fe50 Make gretty samples compatible with logback 1.2.9
Explicitly reference the logback.xml file to prevent gretty from configuring the defaults using groovy.

Issue gh-10642
2021-12-20 14:10:48 -03:00
Steve Riesenberg 0be66d2cc0 Update copyright year
Issue gh-10557
2021-12-01 17:37:17 -06:00
Steve Riesenberg 414e096ae4 Fix case sensitive headers comparison
Closes gh-10557
2021-12-01 16:05:23 -06:00
Jonas Erbe 5c732b9b7f Fix JwtClaimValidator wrong error code
Previously JwtClaimValidator returned the invalid_request error on claim validation failure.
But validators have to return invalid_token errors on failure according to:
https://datatracker.ietf.org/doc/html/rfc6750#section-3.1.
Also see gh-10337

Closes gh-10337
2021-11-29 12:34:53 -07:00
Henning Poettker fa82c00a67 Fix return type for NoOpPasswordEncoder bean in documentation 2021-11-23 14:15:14 -03:00
Marcus Da Coregio e05c9f4bba Improve log message when no CSRF token found
Closes gh-10436
2021-11-19 08:43:48 -03:00
Josh Cummings bd42939b52 Fix AuthnRequestConverter Sample Typos
Closes gh-10364
2021-11-18 13:38:32 -07:00
Josh Cummings ef23337f90 Fix setJWTClaimSetJWSKeySelector Typo
Closes gh-10504
2021-11-16 15:35:10 -07:00
Josh Cummings e8bbe7a1ce Fix jwtDecoder Documentation Usage
Closes gh-10505
2021-11-16 15:21:59 -07:00
Josh Cummings f89a34c30b Don't Cache ReactiveJwtDecoders Errors
Closes gh-10444
2021-11-10 18:07:14 -07:00
Marcus Da Coregio 89db1c37a3 Update DefaultWebInvocationPrivilegeEvaluator to use current ServletContext
Closes gh-10208
2021-10-22 14:49:13 -03:00
Steve Riesenberg f1e7744d42 Next Development Version 2021-10-19 00:49:21 -05:00
Steve Riesenberg 0704c709dc Revert "Lock Dependencies for Release"
This reverts commit 03c2c49d66.
2021-10-18 17:38:07 -05:00
2461 changed files with 15771 additions and 15197 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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
@@ -2,8 +2,8 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.6
ch.qos.logback:logback-core:1.2.6
ch.qos.logback:logback-classic:1.2.9
ch.qos.logback:logback-core:1.2.9
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.32
commons-beanutils:commons-beanutils:1.9.4
commons-collections:commons-collections:3.2.2
info.picocli:picocli:4.2.0
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
io.spring.javaformat:spring-javaformat-checkstyle:0.0.25
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -23,4 +23,4 @@ org.antlr:antlr4-runtime:4.8-1
org.checkerframework:checker-qual:2.11.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
@@ -12,4 +12,4 @@ org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
net.sf.ehcache:ehcache:2.10.9.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -11,14 +11,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context-support:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context-support:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -11,14 +11,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context-support:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context-support:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,14 +12,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context-support:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context-support:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,14 +12,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context-support:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context-support:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,14 +12,14 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context-support:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context-support:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.aspectj:aspectjtools:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
@@ -2,8 +2,8 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.6
ch.qos.logback:logback-core:1.2.6
ch.qos.logback:logback-classic:1.2.9
ch.qos.logback:logback-core:1.2.9
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.32
commons-beanutils:commons-beanutils:1.9.4
commons-collections:commons-collections:3.2.2
info.picocli:picocli:4.2.0
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
io.spring.javaformat:spring-javaformat-checkstyle:0.0.25
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -23,4 +23,4 @@ org.antlr:antlr4-runtime:4.8-1
org.checkerframework:checker-qual:2.11.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
@@ -12,4 +12,4 @@ org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
@@ -12,11 +12,11 @@ org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
@@ -2,8 +2,8 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.6
ch.qos.logback:logback-core:1.2.6
ch.qos.logback:logback-classic:1.2.9
ch.qos.logback:logback-core:1.2.9
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.32
commons-beanutils:commons-beanutils:1.9.4
commons-collections:commons-collections:3.2.2
info.picocli:picocli:4.2.0
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
io.spring.javaformat:spring-javaformat-checkstyle:0.0.25
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -23,4 +23,4 @@ org.antlr:antlr4-runtime:4.8-1
org.checkerframework:checker-qual:2.11.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
+22 -15
View File
@@ -1,22 +1,29 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.sun.istack:istack-commons-runtime:3.0.5
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR24
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.activation:javax.activation-api:1.2.0
javax.xml.bind:jaxb-api:2.3.1
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.glassfish.jaxb:jaxb-core:2.3.0.1
org.glassfish.jaxb:txw2:2.3.0.1
org.jasig.cas.client:cas-client-core:3.6.4
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
@@ -1,22 +1,29 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.sun.istack:istack-commons-runtime:3.0.5
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR24
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.activation:javax.activation-api:1.2.0
javax.xml.bind:jaxb-api:2.3.1
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.glassfish.jaxb:jaxb-core:2.3.0.1
org.glassfish.jaxb:txw2:2.3.0.1
org.jasig.cas.client:cas-client-core:3.6.4
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
+22 -15
View File
@@ -1,22 +1,29 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.sun.istack:istack-commons-runtime:3.0.5
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR24
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.activation:javax.activation-api:1.2.0
javax.xml.bind:jaxb-api:2.3.1
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.glassfish.jaxb:jaxb-core:2.3.0.1
org.glassfish.jaxb:txw2:2.3.0.1
org.jasig.cas.client:cas-client-core:3.6.4
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
@@ -12,4 +12,4 @@ org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
@@ -4,9 +4,9 @@
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
net.sf.ehcache:ehcache:2.10.9.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.servlet:javax.servlet-api:4.0.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
+22 -15
View File
@@ -1,22 +1,29 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.sun.istack:istack-commons-runtime:3.0.5
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR24
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.activation:javax.activation-api:1.2.0
javax.xml.bind:jaxb-api:2.3.1
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.glassfish.jaxb:jaxb-core:2.3.0.1
org.glassfish.jaxb:txw2:2.3.0.1
org.jasig.cas.client:cas-client-core:3.6.4
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
@@ -1,22 +1,29 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.sun.istack:istack-commons-runtime:3.0.5
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR24
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.activation:javax.activation-api:1.2.0
javax.xml.bind:jaxb-api:2.3.1
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.glassfish.jaxb:jaxb-core:2.3.0.1
org.glassfish.jaxb:txw2:2.3.0.1
org.jasig.cas.client:cas-client-core:3.6.4
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
@@ -1,32 +1,39 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.sun.istack:istack-commons-runtime:3.0.5
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.activation:javax.activation-api:1.2.0
javax.xml.bind:jaxb-api:2.3.1
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.glassfish.jaxb:jaxb-core:2.3.0.1
org.glassfish.jaxb:txw2:2.3.0.1
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
@@ -1,32 +1,39 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.sun.istack:istack-commons-runtime:3.0.5
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.activation:javax.activation-api:1.2.0
javax.xml.bind:jaxb-api:2.3.1
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.glassfish.jaxb:jaxb-core:2.3.0.1
org.glassfish.jaxb:txw2:2.3.0.1
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
@@ -1,32 +1,39 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.sun.istack:istack-commons-runtime:3.0.5
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.activation:javax.activation-api:1.2.0
javax.xml.bind:jaxb-api:2.3.1
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.glassfish.jaxb:jaxb-core:2.3.0.1
org.glassfish.jaxb:txw2:2.3.0.1
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
@@ -1,32 +1,39 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.sun.istack:istack-commons-runtime:3.0.5
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.activation:javax.activation-api:1.2.0
javax.xml.bind:jaxb-api:2.3.1
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.glassfish.jaxb:jaxb-core:2.3.0.1
org.glassfish.jaxb:txw2:2.3.0.1
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
+23 -16
View File
@@ -1,32 +1,39 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.sun.istack:istack-commons-runtime:3.0.5
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
javax.activation:javax.activation-api:1.2.0
javax.xml.bind:jaxb-api:2.3.1
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.glassfish.jaxb:jaxb-core:2.3.0.1
org.glassfish.jaxb:txw2:2.3.0.1
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.skyscreamer:jsonassert:1.5.0
org.slf4j:slf4j-api:1.7.32
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
@@ -9,10 +9,10 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
@@ -2,8 +2,8 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.6
ch.qos.logback:logback-core:1.2.6
ch.qos.logback:logback-classic:1.2.9
ch.qos.logback:logback-core:1.2.9
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
@@ -14,7 +14,7 @@ com.puppycrawl.tools:checkstyle:8.32
commons-beanutils:commons-beanutils:1.9.4
commons-collections:commons-collections:3.2.2
info.picocli:picocli:4.2.0
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
io.spring.javaformat:spring-javaformat-checkstyle:0.0.25
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
@@ -23,4 +23,4 @@ org.antlr:antlr4-runtime:4.8-1
org.checkerframework:checker-qual:2.11.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
@@ -9,10 +9,10 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
@@ -9,10 +9,10 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
@@ -9,10 +9,10 @@ org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
@@ -4,11 +4,12 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.6
ch.qos.logback:logback-core:1.2.6
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
ch.qos.logback:logback-classic:1.2.9
ch.qos.logback:logback-core:1.2.9
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
@@ -34,23 +35,24 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.69.Final
io.netty:netty-codec-http2:4.1.69.Final
io.netty:netty-codec-http:4.1.69.Final
io.netty:netty-codec-socks:4.1.69.Final
io.netty:netty-codec:4.1.69.Final
io.netty:netty-common:4.1.69.Final
io.netty:netty-handler-proxy:4.1.69.Final
io.netty:netty-handler:4.1.69.Final
io.netty:netty-resolver:4.1.69.Final
io.netty:netty-transport-native-epoll:4.1.69.Final
io.netty:netty-transport-native-unix-common:4.1.69.Final
io.netty:netty-transport:4.1.69.Final
io.projectreactor.netty:reactor-netty:0.9.24.RELEASE
io.netty:netty-buffer:4.1.70.Final
io.netty:netty-codec-http2:4.1.70.Final
io.netty:netty-codec-http:4.1.70.Final
io.netty:netty-codec-socks:4.1.70.Final
io.netty:netty-codec:4.1.70.Final
io.netty:netty-common:4.1.70.Final
io.netty:netty-handler-proxy:4.1.70.Final
io.netty:netty-handler:4.1.70.Final
io.netty:netty-resolver:4.1.70.Final
io.netty:netty-transport-classes-epoll:4.1.70.Final
io.netty:netty-transport-native-epoll:4.1.70.Final
io.netty:netty-transport-native-unix-common:4.1.70.Final
io.netty:netty-transport:4.1.70.Final
io.projectreactor.netty:reactor-netty:0.9.25.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-core:3.3.21.RELEASE
io.projectreactor:reactor-test:3.3.21.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR25
io.projectreactor:reactor-core:3.3.22.RELEASE
io.projectreactor:reactor-test:3.3.22.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -63,7 +65,7 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.22
net.bytebuddy:byte-buddy:1.11.12
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:2.4.2
net.minidev:json-smart:2.4.2
@@ -111,8 +113,9 @@ org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.6
org.aspectj:aspectjweaver:1.9.6
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
@@ -128,14 +131,15 @@ org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-core:2.3.0.1
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.32.Final
org.hibernate:hibernate-entitymanager:5.4.32.Final
org.hibernate:hibernate-core:5.4.33
org.hibernate:hibernate-entitymanager:5.4.33
org.hsqldb:hsqldb:2.5.2
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.4.1.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
@@ -189,23 +193,23 @@ org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-messaging:5.2.18.RELEASE
org.springframework:spring-orm:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-webflux:5.2.18.RELEASE
org.springframework:spring-webmvc:5.2.18.RELEASE
org.springframework:spring-websocket:5.2.18.RELEASE
org.springframework.ldap:spring-ldap-core:2.3.5.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-messaging:5.2.19.RELEASE
org.springframework:spring-orm:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
org.springframework:spring-webflux:5.2.19.RELEASE
org.springframework:spring-webmvc:5.2.19.RELEASE
org.springframework:spring-websocket:5.2.19.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -4,11 +4,12 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.6
ch.qos.logback:logback-core:1.2.6
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
ch.qos.logback:logback-classic:1.2.9
ch.qos.logback:logback-core:1.2.9
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
@@ -34,23 +35,24 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.69.Final
io.netty:netty-codec-http2:4.1.69.Final
io.netty:netty-codec-http:4.1.69.Final
io.netty:netty-codec-socks:4.1.69.Final
io.netty:netty-codec:4.1.69.Final
io.netty:netty-common:4.1.69.Final
io.netty:netty-handler-proxy:4.1.69.Final
io.netty:netty-handler:4.1.69.Final
io.netty:netty-resolver:4.1.69.Final
io.netty:netty-transport-native-epoll:4.1.69.Final
io.netty:netty-transport-native-unix-common:4.1.69.Final
io.netty:netty-transport:4.1.69.Final
io.projectreactor.netty:reactor-netty:0.9.24.RELEASE
io.netty:netty-buffer:4.1.70.Final
io.netty:netty-codec-http2:4.1.70.Final
io.netty:netty-codec-http:4.1.70.Final
io.netty:netty-codec-socks:4.1.70.Final
io.netty:netty-codec:4.1.70.Final
io.netty:netty-common:4.1.70.Final
io.netty:netty-handler-proxy:4.1.70.Final
io.netty:netty-handler:4.1.70.Final
io.netty:netty-resolver:4.1.70.Final
io.netty:netty-transport-classes-epoll:4.1.70.Final
io.netty:netty-transport-native-epoll:4.1.70.Final
io.netty:netty-transport-native-unix-common:4.1.70.Final
io.netty:netty-transport:4.1.70.Final
io.projectreactor.netty:reactor-netty:0.9.25.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-core:3.3.21.RELEASE
io.projectreactor:reactor-test:3.3.21.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR25
io.projectreactor:reactor-core:3.3.22.RELEASE
io.projectreactor:reactor-test:3.3.22.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -63,7 +65,7 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.22
net.bytebuddy:byte-buddy:1.11.12
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:2.4.2
net.minidev:json-smart:2.4.2
@@ -111,8 +113,9 @@ org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.6
org.aspectj:aspectjweaver:1.9.6
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
@@ -128,14 +131,15 @@ org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-core:2.3.0.1
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.32.Final
org.hibernate:hibernate-entitymanager:5.4.32.Final
org.hibernate:hibernate-core:5.4.33
org.hibernate:hibernate-entitymanager:5.4.33
org.hsqldb:hsqldb:2.5.2
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.4.1.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
@@ -189,23 +193,23 @@ org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-messaging:5.2.18.RELEASE
org.springframework:spring-orm:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-webflux:5.2.18.RELEASE
org.springframework:spring-webmvc:5.2.18.RELEASE
org.springframework:spring-websocket:5.2.18.RELEASE
org.springframework.ldap:spring-ldap-core:2.3.5.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-messaging:5.2.19.RELEASE
org.springframework:spring-orm:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
org.springframework:spring-webflux:5.2.19.RELEASE
org.springframework:spring-webmvc:5.2.19.RELEASE
org.springframework:spring-websocket:5.2.19.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -4,11 +4,12 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.6
ch.qos.logback:logback-core:1.2.6
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
ch.qos.logback:logback-classic:1.2.9
ch.qos.logback:logback-core:1.2.9
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
@@ -34,23 +35,24 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.69.Final
io.netty:netty-codec-http2:4.1.69.Final
io.netty:netty-codec-http:4.1.69.Final
io.netty:netty-codec-socks:4.1.69.Final
io.netty:netty-codec:4.1.69.Final
io.netty:netty-common:4.1.69.Final
io.netty:netty-handler-proxy:4.1.69.Final
io.netty:netty-handler:4.1.69.Final
io.netty:netty-resolver:4.1.69.Final
io.netty:netty-transport-native-epoll:4.1.69.Final
io.netty:netty-transport-native-unix-common:4.1.69.Final
io.netty:netty-transport:4.1.69.Final
io.projectreactor.netty:reactor-netty:0.9.24.RELEASE
io.netty:netty-buffer:4.1.70.Final
io.netty:netty-codec-http2:4.1.70.Final
io.netty:netty-codec-http:4.1.70.Final
io.netty:netty-codec-socks:4.1.70.Final
io.netty:netty-codec:4.1.70.Final
io.netty:netty-common:4.1.70.Final
io.netty:netty-handler-proxy:4.1.70.Final
io.netty:netty-handler:4.1.70.Final
io.netty:netty-resolver:4.1.70.Final
io.netty:netty-transport-classes-epoll:4.1.70.Final
io.netty:netty-transport-native-epoll:4.1.70.Final
io.netty:netty-transport-native-unix-common:4.1.70.Final
io.netty:netty-transport:4.1.70.Final
io.projectreactor.netty:reactor-netty:0.9.25.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-core:3.3.21.RELEASE
io.projectreactor:reactor-test:3.3.21.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR25
io.projectreactor:reactor-core:3.3.22.RELEASE
io.projectreactor:reactor-test:3.3.22.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -63,7 +65,7 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.22
net.bytebuddy:byte-buddy:1.11.12
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:2.4.2
net.minidev:json-smart:2.4.2
@@ -111,8 +113,9 @@ org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.6
org.aspectj:aspectjweaver:1.9.6
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
@@ -128,14 +131,15 @@ org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-core:2.3.0.1
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.32.Final
org.hibernate:hibernate-entitymanager:5.4.32.Final
org.hibernate:hibernate-core:5.4.33
org.hibernate:hibernate-entitymanager:5.4.33
org.hsqldb:hsqldb:2.5.2
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.4.1.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
@@ -189,23 +193,23 @@ org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-messaging:5.2.18.RELEASE
org.springframework:spring-orm:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-webflux:5.2.18.RELEASE
org.springframework:spring-webmvc:5.2.18.RELEASE
org.springframework:spring-websocket:5.2.18.RELEASE
org.springframework.ldap:spring-ldap-core:2.3.5.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-messaging:5.2.19.RELEASE
org.springframework:spring-orm:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
org.springframework:spring-webflux:5.2.19.RELEASE
org.springframework:spring-webmvc:5.2.19.RELEASE
org.springframework:spring-websocket:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
@@ -4,11 +4,12 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.6
ch.qos.logback:logback-core:1.2.6
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
ch.qos.logback:logback-classic:1.2.9
ch.qos.logback:logback-core:1.2.9
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
@@ -34,23 +35,24 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.69.Final
io.netty:netty-codec-http2:4.1.69.Final
io.netty:netty-codec-http:4.1.69.Final
io.netty:netty-codec-socks:4.1.69.Final
io.netty:netty-codec:4.1.69.Final
io.netty:netty-common:4.1.69.Final
io.netty:netty-handler-proxy:4.1.69.Final
io.netty:netty-handler:4.1.69.Final
io.netty:netty-resolver:4.1.69.Final
io.netty:netty-transport-native-epoll:4.1.69.Final
io.netty:netty-transport-native-unix-common:4.1.69.Final
io.netty:netty-transport:4.1.69.Final
io.projectreactor.netty:reactor-netty:0.9.24.RELEASE
io.netty:netty-buffer:4.1.70.Final
io.netty:netty-codec-http2:4.1.70.Final
io.netty:netty-codec-http:4.1.70.Final
io.netty:netty-codec-socks:4.1.70.Final
io.netty:netty-codec:4.1.70.Final
io.netty:netty-common:4.1.70.Final
io.netty:netty-handler-proxy:4.1.70.Final
io.netty:netty-handler:4.1.70.Final
io.netty:netty-resolver:4.1.70.Final
io.netty:netty-transport-classes-epoll:4.1.70.Final
io.netty:netty-transport-native-epoll:4.1.70.Final
io.netty:netty-transport-native-unix-common:4.1.70.Final
io.netty:netty-transport:4.1.70.Final
io.projectreactor.netty:reactor-netty:0.9.25.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-core:3.3.21.RELEASE
io.projectreactor:reactor-test:3.3.21.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR25
io.projectreactor:reactor-core:3.3.22.RELEASE
io.projectreactor:reactor-test:3.3.22.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -63,7 +65,7 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.22
net.bytebuddy:byte-buddy:1.11.12
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:2.4.2
net.minidev:json-smart:2.4.2
@@ -111,8 +113,9 @@ org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.6
org.aspectj:aspectjweaver:1.9.6
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
@@ -128,14 +131,15 @@ org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-core:2.3.0.1
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.32.Final
org.hibernate:hibernate-entitymanager:5.4.32.Final
org.hibernate:hibernate-core:5.4.33
org.hibernate:hibernate-entitymanager:5.4.33
org.hsqldb:hsqldb:2.5.2
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.4.1.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
@@ -189,23 +193,23 @@ org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-messaging:5.2.18.RELEASE
org.springframework:spring-orm:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-webflux:5.2.18.RELEASE
org.springframework:spring-webmvc:5.2.18.RELEASE
org.springframework:spring-websocket:5.2.18.RELEASE
org.springframework.ldap:spring-ldap-core:2.3.5.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-messaging:5.2.19.RELEASE
org.springframework:spring-orm:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
org.springframework:spring-webflux:5.2.19.RELEASE
org.springframework:spring-webmvc:5.2.19.RELEASE
org.springframework:spring-websocket:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
@@ -4,11 +4,12 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.6
ch.qos.logback:logback-core:1.2.6
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
ch.qos.logback:logback-classic:1.2.9
ch.qos.logback:logback-core:1.2.9
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
@@ -34,23 +35,24 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.69.Final
io.netty:netty-codec-http2:4.1.69.Final
io.netty:netty-codec-http:4.1.69.Final
io.netty:netty-codec-socks:4.1.69.Final
io.netty:netty-codec:4.1.69.Final
io.netty:netty-common:4.1.69.Final
io.netty:netty-handler-proxy:4.1.69.Final
io.netty:netty-handler:4.1.69.Final
io.netty:netty-resolver:4.1.69.Final
io.netty:netty-transport-native-epoll:4.1.69.Final
io.netty:netty-transport-native-unix-common:4.1.69.Final
io.netty:netty-transport:4.1.69.Final
io.projectreactor.netty:reactor-netty:0.9.24.RELEASE
io.netty:netty-buffer:4.1.70.Final
io.netty:netty-codec-http2:4.1.70.Final
io.netty:netty-codec-http:4.1.70.Final
io.netty:netty-codec-socks:4.1.70.Final
io.netty:netty-codec:4.1.70.Final
io.netty:netty-common:4.1.70.Final
io.netty:netty-handler-proxy:4.1.70.Final
io.netty:netty-handler:4.1.70.Final
io.netty:netty-resolver:4.1.70.Final
io.netty:netty-transport-classes-epoll:4.1.70.Final
io.netty:netty-transport-native-epoll:4.1.70.Final
io.netty:netty-transport-native-unix-common:4.1.70.Final
io.netty:netty-transport:4.1.70.Final
io.projectreactor.netty:reactor-netty:0.9.25.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-core:3.3.21.RELEASE
io.projectreactor:reactor-test:3.3.21.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR25
io.projectreactor:reactor-core:3.3.22.RELEASE
io.projectreactor:reactor-test:3.3.22.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -63,7 +65,7 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.22
net.bytebuddy:byte-buddy:1.11.12
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:2.4.2
net.minidev:json-smart:2.4.2
@@ -111,8 +113,9 @@ org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.6
org.aspectj:aspectjweaver:1.9.6
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
@@ -128,14 +131,15 @@ org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-core:2.3.0.1
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.32.Final
org.hibernate:hibernate-entitymanager:5.4.32.Final
org.hibernate:hibernate-core:5.4.33
org.hibernate:hibernate-entitymanager:5.4.33
org.hsqldb:hsqldb:2.5.2
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.4.1.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
@@ -189,23 +193,23 @@ org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-messaging:5.2.18.RELEASE
org.springframework:spring-orm:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-webflux:5.2.18.RELEASE
org.springframework:spring-webmvc:5.2.18.RELEASE
org.springframework:spring-websocket:5.2.18.RELEASE
org.springframework.ldap:spring-ldap-core:2.3.5.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-messaging:5.2.19.RELEASE
org.springframework:spring-orm:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
org.springframework:spring-webflux:5.2.19.RELEASE
org.springframework:spring-webmvc:5.2.19.RELEASE
org.springframework:spring-websocket:5.2.19.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
@@ -4,11 +4,12 @@
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.6
ch.qos.logback:logback-core:1.2.6
com.fasterxml.jackson.core:jackson-annotations:2.11.4
com.fasterxml.jackson.core:jackson-core:2.11.4
com.fasterxml.jackson.core:jackson-databind:2.11.4
ch.qos.logback:logback-classic:1.2.9
ch.qos.logback:logback-core:1.2.9
com.fasterxml.jackson.core:jackson-annotations:2.13.0
com.fasterxml.jackson.core:jackson-core:2.13.0
com.fasterxml.jackson.core:jackson-databind:2.13.0
com.fasterxml.jackson:jackson-bom:2.13.0
com.fasterxml.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
@@ -34,23 +35,24 @@ commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.69.Final
io.netty:netty-codec-http2:4.1.69.Final
io.netty:netty-codec-http:4.1.69.Final
io.netty:netty-codec-socks:4.1.69.Final
io.netty:netty-codec:4.1.69.Final
io.netty:netty-common:4.1.69.Final
io.netty:netty-handler-proxy:4.1.69.Final
io.netty:netty-handler:4.1.69.Final
io.netty:netty-resolver:4.1.69.Final
io.netty:netty-transport-native-epoll:4.1.69.Final
io.netty:netty-transport-native-unix-common:4.1.69.Final
io.netty:netty-transport:4.1.69.Final
io.projectreactor.netty:reactor-netty:0.9.24.RELEASE
io.netty:netty-buffer:4.1.70.Final
io.netty:netty-codec-http2:4.1.70.Final
io.netty:netty-codec-http:4.1.70.Final
io.netty:netty-codec-socks:4.1.70.Final
io.netty:netty-codec:4.1.70.Final
io.netty:netty-common:4.1.70.Final
io.netty:netty-handler-proxy:4.1.70.Final
io.netty:netty-handler:4.1.70.Final
io.netty:netty-resolver:4.1.70.Final
io.netty:netty-transport-classes-epoll:4.1.70.Final
io.netty:netty-transport-native-epoll:4.1.70.Final
io.netty:netty-transport-native-unix-common:4.1.70.Final
io.netty:netty-transport:4.1.70.Final
io.projectreactor.netty:reactor-netty:0.9.25.RELEASE
io.projectreactor.tools:blockhound:1.0.6.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR24
io.projectreactor:reactor-core:3.3.21.RELEASE
io.projectreactor:reactor-test:3.3.21.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR25
io.projectreactor:reactor-core:3.3.22.RELEASE
io.projectreactor:reactor-test:3.3.22.RELEASE
io.rsocket:rsocket-core:1.0.5
io.rsocket:rsocket-transport-netty:1.0.5
javax.activation:javax.activation-api:1.2.0
@@ -63,7 +65,7 @@ joda-time:joda-time:2.9
junit:junit:4.12
ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.22
net.bytebuddy:byte-buddy:1.11.12
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:2.4.2
net.minidev:json-smart:2.4.2
@@ -111,8 +113,9 @@ org.apache.velocity:velocity:1.7
org.aspectj:aspectjrt:1.9.6
org.aspectj:aspectjweaver:1.9.6
org.assertj:assertj-core:3.17.2
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.bouncycastle:bcpkix-jdk15on:1.70
org.bouncycastle:bcprov-jdk15on:1.70
org.bouncycastle:bcutil-jdk15on:1.70
org.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
@@ -128,14 +131,15 @@ org.eclipse.jetty:jetty-io:9.4.26.v20200117
org.eclipse.jetty:jetty-util:9.4.26.v20200117
org.eclipse.jetty:jetty-xml:9.4.26.v20200117
org.eclipse.persistence:javax.persistence:2.2.1
org.glassfish.jaxb:jaxb-core:2.3.0.1
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.32.Final
org.hibernate:hibernate-entitymanager:5.4.32.Final
org.hibernate:hibernate-core:5.4.33
org.hibernate:hibernate-entitymanager:5.4.33
org.hsqldb:hsqldb:2.5.2
org.jasig.cas.client:cas-client-core:3.6.2
org.jasig.cas.client:cas-client-core:3.6.4
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.4.1.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
@@ -189,23 +193,23 @@ org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.9.RELEASE
org.springframework.data:spring-data-jpa:2.3.9.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework.ldap:spring-ldap-core:2.3.4.RELEASE
org.springframework:spring-aop:5.2.18.RELEASE
org.springframework:spring-beans:5.2.18.RELEASE
org.springframework:spring-context:5.2.18.RELEASE
org.springframework:spring-core:5.2.18.RELEASE
org.springframework:spring-expression:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-jcl:5.2.18.RELEASE
org.springframework:spring-jdbc:5.2.18.RELEASE
org.springframework:spring-messaging:5.2.18.RELEASE
org.springframework:spring-orm:5.2.18.RELEASE
org.springframework:spring-test:5.2.18.RELEASE
org.springframework:spring-tx:5.2.18.RELEASE
org.springframework:spring-web:5.2.18.RELEASE
org.springframework:spring-webflux:5.2.18.RELEASE
org.springframework:spring-webmvc:5.2.18.RELEASE
org.springframework:spring-websocket:5.2.18.RELEASE
org.springframework.ldap:spring-ldap-core:2.3.5.RELEASE
org.springframework:spring-aop:5.2.19.RELEASE
org.springframework:spring-beans:5.2.19.RELEASE
org.springframework:spring-context:5.2.19.RELEASE
org.springframework:spring-core:5.2.19.RELEASE
org.springframework:spring-expression:5.2.19.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE
org.springframework:spring-jcl:5.2.19.RELEASE
org.springframework:spring-jdbc:5.2.19.RELEASE
org.springframework:spring-messaging:5.2.19.RELEASE
org.springframework:spring-orm:5.2.19.RELEASE
org.springframework:spring-test:5.2.19.RELEASE
org.springframework:spring-tx:5.2.19.RELEASE
org.springframework:spring-web:5.2.19.RELEASE
org.springframework:spring-webflux:5.2.19.RELEASE
org.springframework:spring-webmvc:5.2.19.RELEASE
org.springframework:spring-websocket:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
@@ -12,4 +12,4 @@ org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
org.ow2.asm:asm:6.2.1
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.intellij.deps:trove4j:1.0.20181211
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-compiler-embeddable:1.4.30
@@ -12,4 +12,4 @@ org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.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-SR24
io.projectreactor:reactor-bom:Dysprosium-SR25
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-script-runtime:1.4.30
org.jetbrains.kotlin:kotlin-scripting-common:1.4.30
@@ -13,4 +13,4 @@ org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8
org.jetbrains:annotations:13.0
org.springframework.data:spring-data-releasetrain:Neumann-SR9
org.springframework:spring-framework-bom:5.2.18.RELEASE
org.springframework:spring-framework-bom:5.2.19.RELEASE

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