1
0
mirror of synced 2026-07-08 20:30:04 +00:00

Compare commits

...

57 Commits

Author SHA1 Message Date
Josh Cummings abc523c063 Release 5.4.4 2021-02-11 18:00:01 -07:00
Josh Cummings 9535a41d5a Lock Dependencies 2021-02-11 17:43:39 -07:00
Rob Winch 4b6b417d5a Additional Test for HttpSessionSecurityContextRepository
Issue gh-9387
2021-02-11 17:39:49 -07:00
Rob Winch c72a6fac04 Optimize HttpSessionSecurityContextRepository
Closes gh-9387
2021-02-11 17:39:48 -07:00
Josh Cummings 357446ba9d Next Development Version 2021-02-11 17:35:08 -07:00
Josh Cummings f449da8b78 Revert "Lock Dependencies"
This reverts commit d17ebf53f9.
2021-02-11 17:28:01 -07:00
Josh Cummings 9fbcfd9513 Release 5.4.3 2021-02-11 16:56:28 -07:00
Josh Cummings d17ebf53f9 Lock Dependencies 2021-02-11 16:56:28 -07:00
Josh Cummings c241f643ad Update to GAE 1.9.86
Closes gh-9448
2021-02-11 16:56:21 -07:00
Josh Cummings d4461dc856 Update to Spring Boot 2.4.2
Closes gh-9447
2021-02-11 16:56:12 -07:00
Josh Cummings ad0ad06705 Update to Kotlin 1.4.30
Closes gh-9446
2021-02-11 16:55:59 -07:00
Josh Cummings db76882f75 Fix Test Configuration
- Typo in PlaceholderConfig was causing Windows builds to
resolve the CLASSPATH environment variable

Closes gh-9421
2021-02-10 11:34:43 -07:00
kavi87 27e6743fd6 Update saml2-login.adoc
Fix example on registering custom marshaller for saml request
2021-02-04 10:10:04 -07:00
Josh Cummings e79141a188 Downgrade nimbus-jose-jwt to 8.+
Closes gh-9399
2021-02-03 13:18:18 -07:00
Josh Cummings da7141eb5b Polish Tests
Issue gh-9331
2021-02-03 09:13:38 -07:00
happier233 e30d78086a Configure CurrentSecurityContextArgumentResolver BeanResolver
Closes gh-9331
2021-02-03 09:13:28 -07:00
Mayur Patel fc24c7991c Allow null or empty authorities for DefaultOAuth2User
Make DefaultOAuth2User more inline with other part of
spring-security.
For example,
- DefaultOAuth2AuthenticatedPrincipal
- AbstractAuthenticationToken

Closes gh-9366
2021-02-01 17:26:56 -05:00
Josh Cummings 42013ee3a1 Change Example Name
Closes gh-9379
2021-01-28 11:23:47 -07:00
Rob Winch 21f03b53f2 Use spring-build-conventions:0.0.37 2021-01-25 20:26:35 -06:00
Benjamin Faal f6b678f137 Make user info response status check error only
Closes gh-9336
2021-01-25 10:23:49 -05:00
Josh Cummings 76657631fd Migrate SAML 2.0 Tests and Docs to PCFOne
Issue gh-9362
2021-01-22 15:13:41 -07:00
Josh Cummings 3f2057364e Migrate SAML 2.0 Samples to PCFOne
Closes gh-9362
2021-01-22 11:22:28 -07:00
Josh Cummings a8a66480be Fix SAML 2.0 Javaconfig Sample
Issue gh-9362
2021-01-22 11:22:22 -07:00
Eleftheria Stein 1f4aa8fe4f Provide artifactoryUsername/Password in docs and schema jobs 2021-01-22 14:45:25 +01:00
Eleftheria Stein 420e8227d4 Resolve artifacts from Maven Central first
- Use spring-build-conventions:0.0.36
- Add https://repo.spring.io/release to reference

Closes gh-9367
2021-01-22 13:28:35 +01:00
tristanessquare 580b988e7f Fix NullPointerException
- Caused by a malformed WWW-Authenticate value

Closes gh-9364
2021-01-21 16:22:29 -07:00
Rob Winch acb5ae607b Constant Time Comparison for CSRF tokens
Closes gh-9291
2021-01-20 16:09:21 -06:00
Rob Winch 77a1befcc2 Fix Checkstyle for CsrfWebFilter
Issue gh-9337
2021-01-12 11:38:01 -06:00
Rob Winch 61b75bb2d6 Fix CsrfWebFilter error message when expected CSRF not found
Closes gh-9337
2021-01-12 11:19:11 -06:00
Eleftheria Stein 429caeacc9 Fix bug with multiple AuthenticationManager beans
Closes gh-9256
2021-01-06 18:19:13 +01:00
Josh Cummings 8c93d95818 Renew Sample Certificate
Closes gh-9320
2021-01-04 12:11:19 -07:00
Ovidiu Popa b8175bccd2 OidcIdToken cannot be serialized to JSON if token contains claim of type JSONArray or JSONObject
ObjectToListStringConverter and ObjectToMapStringObjectConverter were checking if the source object is of type List or Map and if the first element or key is a String. If we have a JSONArray containing Strings the above check will pass, meaning that a JSONArray will be returned which is not serializable (same applies to JSONObject)

With this change, even if the check is passing a new List or Map will be returned.

Closes gh-9210
2020-12-03 10:54:00 -05:00
Josh Cummings 00375da173 Next Development Version 2020-12-02 22:21:21 -07:00
Josh Cummings 1af21a9d02 Revert "Lock Dependencies for 5.4.2"
This reverts commit 046bc9789f.
2020-12-02 22:21:02 -07:00
Josh Cummings 9effebe934 Release 5.4.2 2020-12-02 17:36:26 -07:00
Josh Cummings 046bc9789f Lock Dependencies for 5.4.2 2020-12-02 17:36:26 -07:00
Josh Cummings 423d3682d0 Update to Google App Engine 1.9.83
Closes gh-9250
2020-12-02 17:36:08 -07:00
Josh Cummings 1f5591198e Update to Kotlin 1.4.20
Closes gh-9249
2020-12-02 17:36:02 -07:00
Josh Cummings 0a95d3cfa8 Update to Spring Boot 2.4.0
Closes gh-9248
2020-12-02 16:37:41 -07:00
Josh Cummings 28bede808a Update SAML 2.0 Metadata URL Docs
Closes gh-9133
2020-12-02 14:34:18 -07:00
Eleftheria Stein 1d96579265 Fix CookieRequestCache for URL encoded query parameters
Avoid populating the saved request parameters with encoded values. Since the query strings of the request and saved URL are compared and must be equal, we can just use the parameters from the incoming request.

Closes gh-9203
2020-11-26 18:35:59 +01:00
Rob Winch 8b71d213f9 Use artifactoryUsername/Password for plugin repositories 2020-11-16 15:40:31 -06:00
Rob Winch 27f2391aa6 Provide artifactoryUsername/Password 2020-11-16 15:15:28 -06:00
Rob Winch 9b29edd756 Update to spring-build-conventions:0.0.35.RELEASE 2020-11-16 15:15:10 -06:00
Hideaki Matsunami 690be8ba30 add white space before strong notation. 2020-10-30 15:49:33 -06:00
Josh Cummings 574073d93f Constrain Snapshot Parameters for Maintenance Branch
Closes gh-9162
2020-10-28 16:31:32 -06:00
Ayush Kohli ecf910c374 Closes gh-8196
Add leveloffset
2020-10-28 14:57:03 -06:00
Josh Cummings 1f04db417b Update snapshot command
Closes gh-9124
2020-10-12 18:02:30 -06:00
Josh Cummings 63cd32682c Update Test Controllers
Closes gh-9121
2020-10-12 18:01:48 -06:00
Rob Winch 3d9e5d4bc3 Update to Gradle 6.6.1
Use version ordering feature

Closes gh-9122
2020-10-12 18:01:31 -06:00
Matthias Luppi 02645b8c82 Rework community.adoc
Fix link to CONTRIBUTING.adoc and use proper name of Stack Overflow
according to their trademark guidelines (two words, capital letters)
2020-10-12 13:35:34 -06:00
Matthias Luppi 0836a1d5fb Rework CONTRIBUTING.adoc
Several fixes were applied: Syntax corrected, links updated, improved
some paragraphs, restored parts that were removed in the conversion to
adoc format (see: a8b438587b)
2020-10-12 13:35:34 -06:00
Josh Cummings 84737e7b23 Revert "Lock Dependencies for 5.4.1"
This reverts commit 48ac47418d.
2020-10-07 16:38:48 -06:00
Josh Cummings 11d3ab4249 Next Development Version 2020-10-07 16:33:37 -06:00
Josh Cummings dbce9b5b66 Release 5.4.1 2020-10-07 16:01:35 -06:00
Josh Cummings 48ac47418d Lock Dependencies for 5.4.1 2020-10-07 16:01:34 -06:00
Josh Cummings 66ceb4dc10 Constrain Dependencies for Maintenance Branch 2020-10-07 16:01:34 -06:00
2474 changed files with 80683 additions and 238 deletions
+102 -47
View File
@@ -4,27 +4,27 @@ _Please refer back to this document as a checklist before issuing any pull reque
= Code of Conduct
Please see our https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md[code of conduct]
Please see our https://github.com/spring-projects/.github/blob/master/CODE_OF_CONDUCT.md[code of conduct].
= Similar but different
Each Spring module is slightly different than another in terms of team size, number of issues, etc. Therefore each project is managed slightly different. You will notice that this document is very similar to the https://github.com/spring-projects/spring-framework/wiki/Contributor-guidelines[Spring Framework Contributor guidelines]. However, there are some subtle differences between the two documents, so please be sure to read this document thoroughly.
Each Spring module is slightly different from one another in terms of team size, number of issues, etc. Therefore, each project is managed slightly different. You will notice that this document is very similar to the https://github.com/spring-projects/spring-framework/wiki/Contributor-guidelines[Spring Framework Contributor guidelines]. However, there are some subtle differences between the two documents, so please be sure to read this document thoroughly.
= Importing into IDE
The following provides information on setting up a development environment that can run the sample in https://www.springsource.org/sts[Spring Tool Suite 3.6.0+]. Other IDE's should work using Gradle's IDE support, but have not been tested.
* IDE Setup
* Install Spring Tool Suite 3.6.0+
* You will need the following plugins installed (can be found on the Extensions Page)
* Gradle Eclipse
* Groovy Eclipse
** Install Spring Tool Suite 3.6.0+
** You will need the following plugins installed (can be found on the Extensions Page)
*** Gradle Eclipse
*** Groovy Eclipse
* Importing the project into Spring Tool Suite
* File->Import…->Gradle Project
** File -> Import… -> Gradle Project
As of new versions of Spring Tool Suite, you might need to install Groovy Eclipse pointing directly to the updates plugin location. To install Groovy Eclipse on Spring Tool Suite based on Eclipse Oxigen you must do the following steps:
As of new versions of Spring Tool Suite, you might need to install Groovy Eclipse pointing directly to the updated plugin location. To install Groovy Eclipse on Spring Tool Suite based on Eclipse Oxigen you must do the following steps:
Help->Install New Software…->Add the following URL into _Work with_ field:
Help -> Install New Software… -> Add the following URL into _Work with_ field:
https://dist.springsource.org/snapshot/GRECLIPSE/e4.7/[https://dist.springsource.org/snapshot/GRECLIPSE/e4.7/]
= Understand the basics
@@ -33,7 +33,7 @@ Not sure what a pull request is, or how to submit one? Take a look at GitHub's e
= Search GitHub issues; create an issue if necessary
Is there already an issue that addresses your concern? Do a bit of searching in our https://github.com/spring-projects/spring-security/issues[GitHub issues ] to see if you can find something similar. If not, please create a new issue before submitting a pull request unless the change is not a user facing issue.
Is there already an issue that addresses your concern? Do a bit of searching in our https://github.com/spring-projects/spring-security/issues[GitHub issues] to see if you can find something similar. If not, please create a new issue before submitting a pull request unless the change is not a user facing issue.
= Discuss non-trivial contribution ideas with committers
@@ -41,8 +41,7 @@ If you're considering anything more than correcting a typo or fixing a minor bug
= Sign the Contributor License Agreement
If you have not previously done so, please fill out and
submit the https://cla.pivotal.io/sign/spring[Contributor License Agreement].
If you have not previously done so, please fill out and submit the https://cla.pivotal.io/sign/spring[Contributor License Agreement].
= Create your branch from master
@@ -50,7 +49,7 @@ Create your topic branch to be submitted as a pull request from master. The Spri
= Use short branch names
Branches used when submitting pull requests should preferably be named according to GitHub issues, e.g. 'gh-1234' or 'gh-1234-fix-npe'. Otherwise, use succinct, lower-case, dash (-) delimited names, such as 'fix-warnings', 'fix-typo', etc. This is important, because branch names show up in the merge commits that result from accepting pull requests, and should be as expressive and concise as possible.
Branches used when submitting pull requests should preferably be named according to GitHub issues, e.g. `gh-1234` or `gh-1234-fix-npe`. Otherwise, use succinct, lower-case, dash (`-`) delimited names, such as `fix-warnings` or `fix-typo`. This is important, because branch names show up in the merge commits that result from accepting pull requests, and should be as expressive and concise as possible.
= Keep commits focused
@@ -58,53 +57,77 @@ Remember each ticket should be focused on a single item of interest since the ti
= Mind the whitespace
Please carefully follow the whitespace and formatting conventions already present in the framework.
Please carefully follow the whitespace and formatting conventions already present in the framework.
. Tabs, not spaces
. Unix (LF), not dos (CRLF) line endings
. Eliminate all trailing whitespace
. Aim to wrap code at 120 characters, but favor readability over wrapping
. Preserve existing formatting; i.e. do not reformat code for its own sake
. Search the codebase using git grep and other tools to discover common naming conventions, etc.
. Search the codebase using `git grep` and other tools to discover common naming conventions, etc.
. UTF-8 encoding for Java sources and XML files
Whitespace management tips
. You can use the https://marketplace.eclipse.org/content/anyedit-tools[AnyEdit Eclipse plugin] to ensure spaces are used and to clean up trailing whitespaces.
. Use git's pre-commit.sample hook to prevent invalid whitespace from being pushed out. You can enable it by moving ~/spring-security/.git/hooks/pre-commit.sample to ~/spring-security/.git/hooks/pre-commit and ensuring it is executable. For more information on hooks refer to https://git-scm.com/book/cs/ch7-3.html[Pro Git's Pre-Commit Hook's section]
. Use Git's `pre-commit.sample` hook to prevent invalid whitespace from being pushed out. You can enable it by moving `.git/hooks/pre-commit.sample` to `.git/hooks/pre-commit` and ensuring it is executable. For more information on hooks refer to https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks[https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks].
= Add Apache license header to all new classes
----
/*
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package ...;
----
= Update Apache license header to modified files as necessary
Always check the date range in the license header. For example, if you've modified a file in 2012 whose header still reads
<pre>
* Copyright 2002-2011 the original author or authors.
</pre>
then be sure to update it to 2012 appropriately
<pre>
Always check the date range in the license header. For example, if you've modified a file in 2020 whose header still reads
----
* Copyright 2002-2012 the original author or authors.
</pre>
----
then be sure to update it to the current year appropriately (e.g. 2020)
----
* Copyright 2002-2020 the original author or authors.
----
= Use @since tags for newly-added public API types and methods
e.g.
<pre>
Example:
----
/**
* …
*
* @author First Last
* @since 3.2
* @since 5.4
* @see …
*/
</pre>
----
= Submit JUnit test cases for all behavior changes
Search the codebase to find related unit tests and add additional `@Test` methods within.
Search the codebase to find related unit tests and add additional `@Test` methods within.
. Any new tests should end in the name Tests (note this is plural). For example, a valid name would be `FilterChainProxyTests`. An invalid name would be `FilterChainProxyTest`.
. New test methods should not start with test. This is an old JUnit3 convention and is not necessary since the method is annotated with @Test.
. Any new tests should end in the name `Tests` (note this is plural). For example, a valid name would be `FilterChainProxyTests`. An invalid name would be `FilterChainProxyTest`.
. New test methods should not start with test. This is an old JUnit3 convention and is not necessary since the method is annotated with `@Test`.
= Update spring-security-x.y.rnc for schema changes
@@ -114,44 +137,76 @@ Changes to the XML schema will be overwritten by the Gradle build task.
= Squash commits
Use git rebase interactive, git add patch and other tools to "squash" multiple commits into atomic changes. In addition to the man pages for git, there are many resources online to help you understand how these tools work. Here is one: https://book.git-scm.com/4_interactive_rebasing.html[https://book.git-scm.com/4_interactive_rebasing.html].
Use `git rebase --interactive`, `git add --patch` and other tools to "squash" multiple commits into atomic changes. In addition to the man pages for `git`, there are https://git-scm.com/book/en/v2/Git-Tools-Rewriting-History[many resources online] to help you understand how these tools work.
= Use real name in git commits
Please configure git to use your real first and last name for any commits you intend to submit as pull requests. For example, this is not acceptable:
Please configure Git to use your real first and last name for any commits you intend to submit as pull requests. Make sure the name is properly capitalized as submitted to the https://cla.pivotal.io[Pivotal Contributor License Agreement]:
Rather, please include your first and last name, properly capitalized, as submitted against the SpringSource contributor license agreement:
<pre>
Author: First Last &lt;link:mailto:&#x75;&#115;&#101;&#114;&#64;&#109;&#x61;&#x69;&#108;&#46;&#99;&#111;&#x6d;&#38;&#103;&#116;[&#x75;&#115;&#101;&#114;&#64;&#109;&#x61;&#x69;&#108;&#46;&#99;&#111;&#x6d;&#38;&#103;&#116;];
</pre>
This helps ensure traceability against the CLA, and also goes a long way to ensuring useful output from tools like git shortlog and others.
----
First Last <user@mail.com>
----
You can configure this globally via the account admin area GitHub (useful for fork-and-edit cases); globally with
This helps ensure traceability against the CLA, and also goes a long way to ensuring useful output from tools like Git shortlog and others.
or locally for the spring-security repository only by omitting the 'global' flag:
<pre>
cd spring-security
You can configure this globally:
----
git config --global user.name "First Last"
git config --global user.email user@example.com
----
or locally for the current repository by omitting the `--global` flag:
----
git config user.name "First Last"
git config user.email link:mailto:&#x75;&#115;&#101;&#x72;&#64;&#x6d;&#x61;&#x69;&#x6c;&#46;&#x63;&#111;&#109;[&#x75;&#115;&#101;&#x72;&#64;&#x6d;&#x61;&#x69;&#x6c;&#46;&#x63;&#111;&#109;]
</pre>
git config user.email user@example.com
----
= Format commit messages
. Keep the subject line to 50 characters or less if possible
. Do not end the subject line with a period
. In the body of the commit message, explain how things worked before this commit, what has changed, and how things work now
. Include Closes gh-<issue-number> at the end if this fixes a GitHub issue
. Include `Closes gh-<issue-number>` at the end if this fixes a GitHub issue
. Avoid markdown, including back-ticks identifying code
Example:
----
Short (50 chars or less) summary of changes
More detailed explanatory text, if necessary. Wrap it to about 72
characters or so. In some contexts, the first line is treated as the
subject of an email and the rest of the text as the body. The blank
line separating the summary from the body is critical (unless you omit
the body entirely); tools like rebase can get confused if you run the
two together.
Further paragraphs come after blank lines.
- Bullet points are okay, too
- Typically a hyphen or asterisk is used for the bullet, preceded by a
single space, with blank lines in between, but conventions vary here
Closes gh-123
----
= Run all tests prior to submission
----
./gradlew clean build integrationTest
----
= Submit your pull request
Subject line:
*Subject line:*
Follow the same conventions for pull request subject lines as mentioned above for commit message subject lines.
In the body:
*In the body:*
. Explain your use case. What led you to submit this change? Why were existing mechanisms in the framework insufficient? Make a case that this is a general-purpose problem and that yours is a general-purpose solution, etc
. Add any additional information and ask questions; start a conversation, or continue one from GitHub Issues
@@ -167,4 +222,4 @@ Add a comment to the associated GitHub issue(s) linking to your new pull request
The Spring team takes a very conservative approach to accepting contributions to the framework. This is to keep code quality and stability as high as possible, and to keep complexity at a minimum. Your changes, if accepted, may be heavily modified prior to merging. You will retain "Author:" attribution for your Git commits granted that the bulk of your changes remain intact. You may be asked to rework the submission for style (as explained above) and/or substance. Again, we strongly recommend discussing any serious submissions with the Spring Framework team prior to engaging in serious development work.
Note that you can always force push (git push -f) reworked / rebased commits against the branch used to submit your pull request. i.e. you do not need to issue a new pull request when asked to make changes.
Note that you can always force push (`git push -f`) reworked / rebased commits against the branch used to submit your pull request. i.e. you do not need to issue a new pull request when asked to make changes.
Vendored
+18 -13
View File
@@ -33,12 +33,13 @@ try {
sh "git clean -dfx"
try {
withCredentials([GRADLE_ENTERPRISE_CACHE_USER,
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY]) {
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY,
ARTIFACTORY_CREDENTIALS]) {
withEnv([jdkEnv(),
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
sh "./gradlew check --stacktrace"
sh "./gradlew check -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD --stacktrace"
}
}
} catch(Exception e) {
@@ -57,16 +58,17 @@ try {
sh "git clean -dfx"
withCredentials([SONAR_LOGIN_CREDENTIALS,
GRADLE_ENTERPRISE_CACHE_USER,
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY]) {
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY,
ARTIFACTORY_CREDENTIALS]) {
try {
withEnv([jdkEnv(),
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
if ("master" == env.BRANCH_NAME) {
sh "./gradlew sonarqube -PexcludeProjects='**/samples/**' -Dsonar.host.url=$SPRING_SONAR_HOST_URL -Dsonar.login=$SONAR_LOGIN --stacktrace"
sh "./gradlew sonarqube -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD -PexcludeProjects='**/samples/**' -Dsonar.host.url=$SPRING_SONAR_HOST_URL -Dsonar.login=$SONAR_LOGIN --stacktrace"
} else {
sh "./gradlew sonarqube -PexcludeProjects='**/samples/**' -Dsonar.projectKey='spring-security-${env.BRANCH_NAME}' -Dsonar.projectName='spring-security-${env.BRANCH_NAME}' -Dsonar.host.url=$SPRING_SONAR_HOST_URL -Dsonar.login=$SONAR_LOGIN --stacktrace"
sh "./gradlew sonarqube -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD -PexcludeProjects='**/samples/**' -Dsonar.projectKey='spring-security-${env.BRANCH_NAME}' -Dsonar.projectName='spring-security-${env.BRANCH_NAME}' -Dsonar.host.url=$SPRING_SONAR_HOST_URL -Dsonar.login=$SONAR_LOGIN --stacktrace"
}
}
} catch(Exception e) {
@@ -84,12 +86,13 @@ try {
sh "git clean -dfx"
try {
withCredentials([GRADLE_ENTERPRISE_CACHE_USER,
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY]) {
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY,
ARTIFACTORY_CREDENTIALS]) {
withEnv([jdkEnv(),
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
sh "./gradlew test --refresh-dependencies -PforceMavenRepositories=snapshot -PspringVersion='5.+' -PreactorVersion='20+' -PspringDataVersion='Lovelace-BUILD-SNAPSHOT' -PrsocketVersion=1.1.0-SNAPSHOT -PspringBootVersion=2.4.0-SNAPSHOT -PkotlinVersion=1.4.0 -PlocksDisabled --stacktrace"
sh "./gradlew test -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD --refresh-dependencies -PforceMavenRepositories=snapshot -PspringVersion='5.2.+' -PreactorVersion='Dysprosium-BUILD-SNAPSHOT' -PspringDataVersion='Neumann-BUILD-SNAPSHOT' -PrsocketVersion='1.0.+' -PspringBootVersion='2.3.+' -PlocksDisabled --stacktrace"
}
}
} catch(Exception e) {
@@ -107,12 +110,13 @@ try {
try {
withCredentials([GRADLE_ENTERPRISE_CACHE_USER,
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY]) {
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY,
ARTIFACTORY_CREDENTIALS]) {
withEnv([jdkEnv("jdk11"),
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
sh "./gradlew test --stacktrace"
sh "./gradlew test -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD --stacktrace"
}
}
} catch(Exception e) {
@@ -129,12 +133,13 @@ try {
sh "git clean -dfx"
try {
withCredentials([GRADLE_ENTERPRISE_CACHE_USER,
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY]) {
GRADLE_ENTERPRISE_SECRET_ACCESS_KEY,
ARTIFACTORY_CREDENTIALS]) {
withEnv([jdkEnv("openjdk12"),
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
sh "./gradlew test --stacktrace"
sh "./gradlew test -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD --stacktrace"
}
}
} catch(Exception e) {
@@ -183,7 +188,7 @@ try {
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
sh "./gradlew deployDocs -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME --stacktrace"
sh "./gradlew deployDocs -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME --stacktrace"
}
}
}
@@ -204,7 +209,7 @@ try {
"GRADLE_ENTERPRISE_CACHE_USERNAME=${GRADLE_ENTERPRISE_CACHE_USERNAME}",
"GRADLE_ENTERPRISE_CACHE_PASSWORD=${GRADLE_ENTERPRISE_CACHE_PASSWORD}",
"GRADLE_ENTERPRISE_ACCESS_KEY=${GRADLE_ENTERPRISE_ACCESS_KEY}"]) {
sh "./gradlew deploySchema -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME --stacktrace"
sh "./gradlew deploySchema -PartifactoryUsername=$ARTIFACTORY_USERNAME -PartifactoryPassword=$ARTIFACTORY_PASSWORD -PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY -PdeployDocsSshUsername=$SPRING_DOCS_USERNAME --stacktrace"
}
}
}
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,26 @@
# 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.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:29.0-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.3
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-SR16
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
net.sf.saxon:Saxon-HE:9.9.1-7
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-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
org.jacoco:org.jacoco.report:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.ow2.asm:asm-analysis:6.2.1
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-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,9 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
net.sf.ehcache:ehcache:2.10.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,24 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
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.hamcrest:hamcrest-core:1.3
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context-support:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
@@ -0,0 +1,24 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
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.hamcrest:hamcrest-core:1.3
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context-support:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,25 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
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.hamcrest:hamcrest-core:1.3
org.hsqldb:hsqldb:2.5.1
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context-support:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
@@ -0,0 +1,25 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
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.hamcrest:hamcrest-core:1.3
org.hsqldb:hsqldb:2.5.1
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context-support:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
@@ -0,0 +1,25 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
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.hamcrest:hamcrest-core:1.3
org.hsqldb:hsqldb:2.5.1
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context-support:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.aspectj:aspectjtools:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,26 @@
# 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.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:29.0-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.3
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-SR16
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
net.sf.saxon:Saxon-HE:9.9.1-7
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-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
@@ -0,0 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
org.jacoco:org.jacoco.report:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.ow2.asm:asm-analysis:6.2.1
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-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
@@ -0,0 +1,14 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.aspectj:aspectjrt:1.9.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.aspectj:aspectjrt:1.9.6
org.assertj:assertj-core:3.17.2
org.hamcrest:hamcrest-core:1.3
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.aspectj:aspectjrt:1.9.6
org.assertj:assertj-core:3.17.2
org.hamcrest:hamcrest-core:1.3
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.aspectj:aspectjrt:1.9.6
org.assertj:assertj-core:3.17.2
org.hamcrest:hamcrest-core:1.3
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.aspectj:aspectjrt:1.9.6
org.assertj:assertj-core:3.17.2
org.hamcrest:hamcrest-core:1.3
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
@@ -0,0 +1,22 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
junit:junit:4.12
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.aspectj:aspectjrt:1.9.6
org.assertj:assertj-core:3.17.2
org.hamcrest:hamcrest-core:1.3
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
+10 -2
View File
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.33.RELEASE'
classpath 'io.spring.gradle:spring-build-conventions:0.0.37'
classpath "io.spring.javaformat:spring-javaformat-gradle-plugin:$springJavaformatVersion"
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE'
@@ -8,7 +8,15 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
}
repositories {
maven { url 'https://repo.spring.io/plugins-snapshot' }
maven {
url = 'https://repo.spring.io/plugins-snapshot'
if (project.hasProperty('artifactoryUsername')) {
credentials {
username "$artifactoryUsername"
password "$artifactoryPassword"
}
}
}
maven { url 'https://plugins.gradle.org/m2/' }
}
}
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,26 @@
# 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.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:29.0-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.3
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-SR16
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
net.sf.saxon:Saxon-HE:9.9.1-7
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-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,22 @@
# 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
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
@@ -0,0 +1,22 @@
# 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
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,22 @@
# 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
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,15 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jacoco:org.jacoco.agent:0.8.2
org.jacoco:org.jacoco.ant:0.8.2
org.jacoco:org.jacoco.core:0.8.2
org.jacoco:org.jacoco.report:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.ow2.asm:asm-analysis:6.2.1
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-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,12 @@
# 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
io.projectreactor:reactor-bom:Dysprosium-SR16
net.sf.ehcache:ehcache:2.10.6
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
javax.servlet:javax.servlet-api:4.0.1
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,22 @@
# 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
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
@@ -0,0 +1,22 @@
# 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
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
org.bouncycastle:bcpkix-jdk15on:1.66
org.bouncycastle:bcprov-jdk15on:1.66
org.jasig.cas.client:cas-client-core:3.6.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,32 @@
# 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.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
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.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.2
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.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
@@ -0,0 +1,32 @@
# 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.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
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.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.2
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.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,32 @@
# 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.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
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.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.2
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.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
@@ -0,0 +1,32 @@
# 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.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
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.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.2
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.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
@@ -0,0 +1,32 @@
# 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.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
io.projectreactor:reactor-bom:Dysprosium-SR16
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.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.2
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.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,18 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
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
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,26 @@
# 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.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.3.4
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:29.0-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.3
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-SR16
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
net.sf.saxon:Saxon-HE:9.9.1-7
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-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,13 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
@@ -0,0 +1,18 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
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
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,18 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
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
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
@@ -0,0 +1,18 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
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
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-SR6
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,214 @@
# 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.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
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.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.5
com.nimbusds:oauth2-oidc-sdk:8.36
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.3.1
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.17
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.13
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
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.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
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-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
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
org.jboss:jandex:2.2.3.Final
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-reflect:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
org.powermock:powermock-core:2.0.9
org.powermock:powermock-module-junit4-common:2.0.9
org.powermock:powermock-module-junit4:2.0.9
org.powermock:powermock-reflect:2.0.9
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.6.RELEASE
org.springframework.data:spring-data-jpa:2.3.6.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,214 @@
# 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.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
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.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.5
com.nimbusds:oauth2-oidc-sdk:8.36
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.3.1
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.17
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.13
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
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.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
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-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
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
org.jboss:jandex:2.2.3.Final
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-reflect:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
org.powermock:powermock-core:2.0.9
org.powermock:powermock-module-junit4-common:2.0.9
org.powermock:powermock-module-junit4:2.0.9
org.powermock:powermock-reflect:2.0.9
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.6.RELEASE
org.springframework.data:spring-data-jpa:2.3.6.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,214 @@
# 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.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
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.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.5
com.nimbusds:oauth2-oidc-sdk:8.36
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.3.1
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.17
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.13
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
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.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
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-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
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
org.jboss:jandex:2.2.3.Final
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-reflect:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
org.powermock:powermock-core:2.0.9
org.powermock:powermock-module-junit4-common:2.0.9
org.powermock:powermock-module-junit4:2.0.9
org.powermock:powermock-reflect:2.0.9
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.6.RELEASE
org.springframework.data:spring-data-jpa:2.3.6.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,214 @@
# 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.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
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.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.5
com.nimbusds:oauth2-oidc-sdk:8.36
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.3.1
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.17
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.13
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
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.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
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-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
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
org.jboss:jandex:2.2.3.Final
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-reflect:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
org.powermock:powermock-core:2.0.9
org.powermock:powermock-module-junit4-common:2.0.9
org.powermock:powermock-module-junit4:2.0.9
org.powermock:powermock-reflect:2.0.9
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.6.RELEASE
org.springframework.data:spring-data-jpa:2.3.6.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,214 @@
# 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.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
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.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.5
com.nimbusds:oauth2-oidc-sdk:8.36
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.3.1
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.17
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.13
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
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.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
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-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
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
org.jboss:jandex:2.2.3.Final
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-reflect:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
org.powermock:powermock-core:2.0.9
org.powermock:powermock-module-junit4-common:2.0.9
org.powermock:powermock-module-junit4:2.0.9
org.powermock:powermock-reflect:2.0.9
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.6.RELEASE
org.springframework.data:spring-data-jpa:2.3.6.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,214 @@
# 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.
antlr:antlr:2.7.7
asm:asm:3.1
bouncycastle:bcprov-jdk15:140
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
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.woodstox:woodstox-core:5.0.3
com.fasterxml:classmate:1.5.1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.1.3
com.google.guava:guava:25.0-jre
com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.5
com.nimbusds:oauth2-oidc-sdk:8.36
com.squareup.okhttp3:mockwebserver:3.14.9
com.squareup.okhttp3:okhttp:3.14.9
com.squareup.okio:okio:1.17.2
com.sun.istack:istack-commons-runtime:3.0.7
com.sun.xml.fastinfoset:FastInfoset:1.2.15
com.vaadin.external.google:android-json:0.0.20131108.vaadin1
commons-codec:commons-codec:1.15
commons-collections:commons-collections:3.2.2
commons-io:commons-io:2.6
commons-lang:commons-lang:2.4
commons-logging:commons-logging:1.2
commons-net:commons-net:3.6
io.dropwizard.metrics:metrics-core:3.1.5
io.netty:netty-buffer:4.1.56.Final
io.netty:netty-codec-http2:4.1.56.Final
io.netty:netty-codec-http:4.1.56.Final
io.netty:netty-codec-socks:4.1.56.Final
io.netty:netty-codec:4.1.56.Final
io.netty:netty-common:4.1.56.Final
io.netty:netty-handler-proxy:4.1.56.Final
io.netty:netty-handler:4.1.56.Final
io.netty:netty-resolver:4.1.56.Final
io.netty:netty-transport-native-epoll:4.1.56.Final
io.netty:netty-transport-native-unix-common:4.1.56.Final
io.netty:netty-transport:4.1.56.Final
io.projectreactor.netty:reactor-netty:0.9.16.RELEASE
io.projectreactor.tools:blockhound:1.0.4.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR16
io.projectreactor:reactor-core:3.3.13.RELEASE
io.projectreactor:reactor-test:3.3.13.RELEASE
io.rsocket:rsocket-core:1.0.3
io.rsocket:rsocket-transport-netty:1.0.3
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
javax.inject:javax.inject:1
javax.persistence:javax.persistence-api:2.2
javax.servlet:javax.servlet-api:4.0.1
javax.xml.bind:jaxb-api:2.3.1
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.17
net.jcip:jcip-annotations:1.0
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.2
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
net.sourceforge.htmlunit:htmlunit:2.37.0
net.sourceforge.htmlunit:neko-htmlunit:2.37.0
net.sourceforge.nekohtml:nekohtml:1.9.22
org.apache.commons:commons-exec:1.3
org.apache.commons:commons-lang3:3.9
org.apache.commons:commons-text:1.8
org.apache.directory.server:apacheds-bootstrap-extract:1.5.5
org.apache.directory.server:apacheds-bootstrap-partition:1.5.5
org.apache.directory.server:apacheds-core-avl:1.5.5
org.apache.directory.server:apacheds-core-constants:1.5.5
org.apache.directory.server:apacheds-core-entry:1.5.5
org.apache.directory.server:apacheds-core-jndi:1.5.5
org.apache.directory.server:apacheds-core-shared:1.5.5
org.apache.directory.server:apacheds-core:1.5.5
org.apache.directory.server:apacheds-jdbm-store:1.5.5
org.apache.directory.server:apacheds-jdbm:1.5.5
org.apache.directory.server:apacheds-kerberos-shared:1.5.5
org.apache.directory.server:apacheds-protocol-ldap:1.5.5
org.apache.directory.server:apacheds-protocol-shared:1.5.5
org.apache.directory.server:apacheds-schema-bootstrap:1.5.5
org.apache.directory.server:apacheds-schema-extras:1.5.5
org.apache.directory.server:apacheds-schema-registries:1.5.5
org.apache.directory.server:apacheds-server-jndi:1.5.5
org.apache.directory.server:apacheds-utils:1.5.5
org.apache.directory.server:apacheds-xdbm-base:1.5.5
org.apache.directory.server:apacheds-xdbm-search:1.5.5
org.apache.directory.server:apacheds-xdbm-tools:1.5.5
org.apache.directory.shared:shared-asn1-codec:0.9.15
org.apache.directory.shared:shared-asn1:0.9.15
org.apache.directory.shared:shared-cursor:0.9.15
org.apache.directory.shared:shared-ldap-constants:0.9.15
org.apache.directory.shared:shared-ldap:0.9.15
org.apache.httpcomponents:httpclient:4.5.13
org.apache.httpcomponents:httpcore:4.4.13
org.apache.httpcomponents:httpmime:4.5.11
org.apache.mina:mina-core:2.0.0-M6
org.apache.santuario:xmlsec:2.0.10
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.brotli:dec:0.1.2
org.checkerframework:checker-compat-qual:2.0.0
org.codehaus.mojo:animal-sniffer-annotations:1.14
org.codehaus.woodstox:stax2-api:3.1.4
org.cryptacular:cryptacular:1.1.4
org.dom4j:dom4j:2.1.3
org.eclipse.jetty.websocket:websocket-api:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-client:9.4.26.v20200117
org.eclipse.jetty.websocket:websocket-common:9.4.26.v20200117
org.eclipse.jetty:jetty-client:9.4.26.v20200117
org.eclipse.jetty:jetty-http:9.4.26.v20200117
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-runtime:2.3.1
org.glassfish.jaxb:txw2:2.3.1
org.hamcrest:hamcrest-core:1.3
org.hibernate.common:hibernate-commons-annotations:5.1.2.Final
org.hibernate:hibernate-core:5.4.28.Final
org.hibernate:hibernate-entitymanager:5.4.28.Final
org.hsqldb:hsqldb:2.5.1
org.jasig.cas.client:cas-client-core:3.6.2
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
org.jboss:jandex:2.2.3.Final
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.jetbrains.kotlin:kotlin-reflect:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.4.30
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.30
org.jetbrains.kotlin:kotlin-stdlib:1.4.30
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.5.15
org.objenesis:objenesis:3.1
org.openid4java:openid4java-nodeps:0.9.6
org.opensaml:opensaml-core:3.4.6
org.opensaml:opensaml-messaging-api:3.4.6
org.opensaml:opensaml-profile-api:3.4.6
org.opensaml:opensaml-saml-api:3.4.6
org.opensaml:opensaml-saml-impl:3.4.6
org.opensaml:opensaml-security-api:3.4.6
org.opensaml:opensaml-security-impl:3.4.6
org.opensaml:opensaml-soap-api:3.4.6
org.opensaml:opensaml-soap-impl:3.4.6
org.opensaml:opensaml-storage-api:3.4.6
org.opensaml:opensaml-xmlsec-api:3.4.6
org.opensaml:opensaml-xmlsec-impl:3.4.6
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.9
org.powermock:powermock-api-support:2.0.9
org.powermock:powermock-core:2.0.9
org.powermock:powermock-module-junit4-common:2.0.9
org.powermock:powermock-module-junit4:2.0.9
org.powermock:powermock-reflect:2.0.9
org.reactivestreams:reactive-streams:1.0.3
org.seleniumhq.selenium:htmlunit-driver:2.37.0
org.seleniumhq.selenium:selenium-api:3.141.59
org.seleniumhq.selenium:selenium-chrome-driver:3.141.59
org.seleniumhq.selenium:selenium-edge-driver:3.141.59
org.seleniumhq.selenium:selenium-firefox-driver:3.141.59
org.seleniumhq.selenium:selenium-ie-driver:3.141.59
org.seleniumhq.selenium:selenium-java:3.141.59
org.seleniumhq.selenium:selenium-opera-driver:3.141.59
org.seleniumhq.selenium:selenium-remote-driver:3.141.59
org.seleniumhq.selenium:selenium-safari-driver:3.141.59
org.seleniumhq.selenium:selenium-support:3.141.59
org.skyscreamer:jsonassert:1.5.0
org.slf4j:jcl-over-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.sonatype.sisu.inject:cglib:2.2.1-v20090111
org.springframework.data:spring-data-commons:2.3.6.RELEASE
org.springframework.data:spring-data-jpa:2.3.6.RELEASE
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework.ldap:spring-ldap-core:2.3.3.RELEASE
org.springframework:spring-aop:5.2.12.RELEASE
org.springframework:spring-beans:5.2.12.RELEASE
org.springframework:spring-context:5.2.12.RELEASE
org.springframework:spring-core:5.2.12.RELEASE
org.springframework:spring-expression:5.2.12.RELEASE
org.springframework:spring-framework-bom:5.2.12.RELEASE
org.springframework:spring-jcl:5.2.12.RELEASE
org.springframework:spring-jdbc:5.2.12.RELEASE
org.springframework:spring-messaging:5.2.12.RELEASE
org.springframework:spring-orm:5.2.12.RELEASE
org.springframework:spring-test:5.2.12.RELEASE
org.springframework:spring-tx:5.2.12.RELEASE
org.springframework:spring-web:5.2.12.RELEASE
org.springframework:spring-webflux:5.2.12.RELEASE
org.springframework:spring-webmvc:5.2.12.RELEASE
org.springframework:spring-websocket:5.2.12.RELEASE
org.synchronoss.cloud:nio-multipart-parser:1.1.0
org.synchronoss.cloud:nio-stream-storage:1.1.3
xalan:serializer:2.7.2
xalan:xalan:2.7.2
xerces:xercesImpl:2.12.0
xml-apis:xml-apis:1.4.01
@@ -0,0 +1,7 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE
@@ -0,0 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR16
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.4.30
org.springframework.data:spring-data-releasetrain:Neumann-SR6
org.springframework:spring-framework-bom:5.2.12.RELEASE

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