1
0
mirror of synced 2026-07-11 05:40:02 +00:00

Compare commits

..

28 Commits

Author SHA1 Message Date
Josh Cummings 4246b0ae0a Release 5.3.3.RELEASE 2020-06-03 13:58:56 -06:00
Eleftheria Stein 8dd9cb2b33 Temporarily ignore RSocket integration tests
Issue gh-8643
2020-06-03 13:58:13 -06:00
Josh Cummings 116bfe01e6 Lock Dependencies for 5.3.3.RELEASE 2020-06-03 13:14:07 -06:00
Josh Cummings 04079fca69 Update to Latest rsocket-core
Now that the RSocket Authentication Extension is GA, it's no longer
necessary to override the version locally in the sample.

Issue gh-7935
2020-06-03 13:14:07 -06:00
Josh Cummings 35cf443431 Update to Kotlin 1.3.72
Closes gh-8645
2020-06-03 13:14:32 -06:00
Josh Cummings 4213046653 Update to Spring Boot 2.2.7.RELEASE
Closes gh-8646
2020-06-03 13:14:26 -06:00
Josh Cummings 16723e55b1 Update to AppEngine 1.9.80
Closes gh-8647
2020-06-03 13:14:07 -06:00
Josh Cummings 977642b0ce Change Reactor Constraint to Take Latest SR
Issue gh-8531
2020-06-03 12:25:52 -06:00
Josh Cummings 94737df378 Pull Latest Minor Releases for Nimbus
Closes gh-8608
2020-06-03 12:25:30 -06:00
Rob Winch cf142ef024 Delay AuthenticationPrincipalArgumentResolver Creation
Use ObjectProvider<AuthenticationPrincipalArgumentResolver> to delay its
lookup.

Closes gh-8613
2020-05-29 16:51:23 -05:00
Markus Engelbrecht 258bd8fa09 Fix typos in BCryptPasswordEncoder documentation
Closes gh-8586
2020-05-27 10:37:46 -05:00
Spencer Gilson 30736184ca Fixing typo in README
Closes gh-8581
2020-05-27 07:57:29 -05:00
Eleftheria Stein 2ebbb6f80a Mock request with non-standard HTTP method in test
Fixes gh-8594
2020-05-26 15:38:53 -04:00
justmehyp 5bcfaaf94d Remove unused field 'digester' in Md4PasswordEncoder
`private Digester digester;`  defined in Md4PasswordEncoder is never used. So remove it.

Closes gh-8553
2020-05-21 11:19:28 -05:00
Mazharul Islam e1f01c6d77 mentioning the default strength of BCryptPasswordEncoder
Fixes gh-8542
2020-05-21 11:16:12 -05:00
Thomas Turrell-Croft c1f737c842 Polish JDBC Authentication Doc
* Correct documented default schema to match default schema exposed as classpath resource
* Fix Java example of adding users to JdbcUserDetailsManager

Fixes gh-8550
2020-05-21 11:10:06 -05:00
Maksim Vinogradov 892f2f8843 Prevent StackOverflowError for AccessControlEntryImpl.hashCode
Getting StackOverflowError when invoke AclImpl.hashCode because of
cross-references between AclImpl and AccessControlEntryImpl

Remove from AccessControlEntryImpl.hashCode method invocation of
acl.hashCode

fixes gh-5401
2020-05-21 10:07:20 -05:00
Andreas Volkmann 5eeeac8e51 Update index.adoc 2020-05-20 08:02:50 -05:00
Dávid Kovács 8399375a86 Object ID Identicy conversion to long fails on old schema
This change fixed a bug which tried to convert non-string object as string

Fixes gh-7621
2020-05-19 13:44:57 -05:00
cbornet b6efd5ba76 Create the CSRF token on the bounded elactic scheduler
The CSRF token is created with a call to UUID.randomUUID which is blocking.
This change ensures this blocking call is done on the bounded elastic scheduler which supports blocking calls.

Fixes gh-8128
2020-05-18 11:05:50 -05:00
Rob Winch e945b3414a Try Reactor BUILD-SNAPSHOTs
Issue gh-8531
2020-05-15 13:51:49 -05:00
Rob Winch bf88065002 Try Reactor SNAPSHOTs
Trying to determine if this is related to reactor/reactor-core#2152

Issue gh-8531
2020-05-15 13:45:41 -05:00
Artyom Tarynin 9e665388d2 Update AntPathRequestMatcher.java
Fixes gh-8512
2020-05-13 17:07:45 -04:00
Dávid Kovács d6f827c50d Document NoOpPasswordEncoder will not be removed
This commit adds extension to deprecation notice.

Fixes gh-8506
2020-05-13 12:54:56 -05:00
Rob Winch 0f13c5e44d AbstractUserDetailsReactiveAuthenticationManager uses boundidElastic()
Some JVMs have blocking operations when accessing SecureRandom and thus
this needs to be performed in a pool that is larger than the number of
CPUs

Closes gh-7522
2020-05-12 13:23:07 -05:00
Rob Winch 06a02ed4bb Fix non-standard HTTP method for CsrfWebFilter
Closes gh-8452
2020-05-11 17:28:40 -05:00
Joe Grandja 716583f9bb Next development version 2020-05-06 15:51:37 -04:00
Joe Grandja 413dfc8679 Unlock dependencies
This reverts commit a61145f74c.
2020-05-06 15:29:45 -04:00
2377 changed files with 14695 additions and 14467 deletions
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -22,6 +22,6 @@ net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
+1 -1
View File
@@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
+1 -1
View File
@@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -3,6 +3,6 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -6,7 +6,7 @@ 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.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.ow2.asm:asm-analysis:6.2.1
org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
+1 -1
View File
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -3,7 +3,7 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
net.sf.ehcache:ehcache:2.10.6
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
+1 -1
View File
@@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -7,7 +7,7 @@ net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR7
@@ -7,7 +7,7 @@ net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR7
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -8,7 +8,7 @@ net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.hsqldb:hsqldb:2.5.0
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR7
@@ -8,7 +8,7 @@ net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.hsqldb:hsqldb:2.5.0
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR7
+1 -1
View File
@@ -8,7 +8,7 @@ net.bytebuddy:byte-buddy:1.10.5
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.hsqldb:hsqldb:2.5.0
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR7
@@ -1,5 +1,5 @@
/*
* Copyright 2004, 2005, 2006 Acegi Technology Pty Limited
* Copyright 2002-2016 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.
@@ -131,10 +131,9 @@ public class AccessControlEntryImpl implements AccessControlEntry,
@Override
public int hashCode() {
int result = this.acl.hashCode();
result = 31 * result + this.permission.hashCode();
int result = this.permission.hashCode();
result = 31 * result + (this.id != null ? this.id.hashCode() : 0);
result = 31 * result + this.sid.hashCode();
result = 31 * result + (this.sid.hashCode());
result = 31 * result + (this.auditFailure ? 1 : 0);
result = 31 * result + (this.auditSuccess ? 1 : 0);
result = 31 * result + (this.granting ? 1 : 0);
@@ -118,7 +118,7 @@ class AclClassIdUtils {
*/
private Long convertToLong(Serializable identifier) {
Long idAsLong;
if (canConvertFromStringTo(Long.class)) {
if (conversionService.canConvert(identifier.getClass(), Long.class)) {
idAsLong = conversionService.convert(identifier, Long.class);
} else {
idAsLong = Long.valueOf(identifier.toString());
@@ -577,6 +577,25 @@ public class AclImplTests {
assertThat(acl.isGranted(permissions, sids, false)).isTrue();
}
@Test
public void hashCodeWithoutStackOverFlow() throws Exception {
//given
Sid sid = new PrincipalSid("pSid");
ObjectIdentity oid = new ObjectIdentityImpl("type", 1);
AclAuthorizationStrategy authStrategy = new AclAuthorizationStrategyImpl(new SimpleGrantedAuthority("role"));
PermissionGrantingStrategy grantingStrategy = new DefaultPermissionGrantingStrategy(new ConsoleAuditLogger());
AclImpl acl = new AclImpl(oid, 1L, authStrategy, grantingStrategy, null, null, false, sid);
AccessControlEntryImpl ace = new AccessControlEntryImpl(1L, acl, sid, BasePermission.READ, true, true, true);
Field fieldAces = FieldUtils.getField(AclImpl.class, "aces");
fieldAces.setAccessible(true);
List<AccessControlEntryImpl> aces = (List<AccessControlEntryImpl>) fieldAces.get(acl);
aces.add(ace);
//when - then none StackOverFlowError been raised
ace.hashCode();
}
// ~ Inner Classes
// ==================================================================================================
@@ -24,6 +24,7 @@ import org.mockito.junit.MockitoJUnitRunner;
import org.springframework.core.convert.ConversionService;
import java.io.Serializable;
import java.math.BigInteger;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.UUID;
@@ -39,6 +40,7 @@ import static org.mockito.BDDMockito.given;
public class AclClassIdUtilsTest {
private static final Long DEFAULT_IDENTIFIER = 999L;
private static final BigInteger BIGINT_IDENTIFIER = new BigInteger("999");
private static final String DEFAULT_IDENTIFIER_AS_STRING = DEFAULT_IDENTIFIER.toString();
@Mock
@@ -62,6 +64,15 @@ public class AclClassIdUtilsTest {
assertThat(newIdentifier).isEqualTo(DEFAULT_IDENTIFIER);
}
@Test
public void shouldReturnLongIfIdentifierIsBigInteger() throws SQLException {
// when
Serializable newIdentifier = aclClassIdUtils.identifierFrom(BIGINT_IDENTIFIER, resultSet);
// then
assertThat(newIdentifier).isEqualTo(DEFAULT_IDENTIFIER);
}
@Test
public void shouldReturnLongIfClassIdTypeIsNull() throws SQLException {
// given
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -3,6 +3,6 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.aspectj:aspectjtools:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -22,6 +22,6 @@ net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -3,7 +3,7 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.aspectj:aspectjrt:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -3,7 +3,7 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.aspectj:aspectjrt:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -3,7 +3,7 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.aspectj:aspectjrt:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -3,6 +3,6 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -6,7 +6,7 @@ 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.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.ow2.asm:asm-analysis:6.2.1
org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -3,7 +3,7 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.aspectj:aspectjrt:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -3,7 +3,7 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.aspectj:aspectjrt:1.9.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -8,7 +8,7 @@ net.bytebuddy:byte-buddy:1.10.5
org.aspectj:aspectjrt:1.9.3
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR7
@@ -8,7 +8,7 @@ net.bytebuddy:byte-buddy:1.10.5
org.aspectj:aspectjrt:1.9.3
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR7
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -8,7 +8,7 @@ net.bytebuddy:byte-buddy:1.10.5
org.aspectj:aspectjrt:1.9.3
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR7
@@ -8,7 +8,7 @@ net.bytebuddy:byte-buddy:1.10.5
org.aspectj:aspectjrt:1.9.3
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR7
@@ -8,7 +8,7 @@ net.bytebuddy:byte-buddy:1.10.5
org.aspectj:aspectjrt:1.9.3
org.assertj:assertj-core:3.15.0
org.hamcrest:hamcrest-core:1.3
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.springframework.data:spring-data-releasetrain:Moore-SR7
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -22,6 +22,6 @@ net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
+1 -1
View File
@@ -9,7 +9,7 @@ io.projectreactor:reactor-bom:Dysprosium-SR7
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
@@ -9,7 +9,7 @@ io.projectreactor:reactor-bom:Dysprosium-SR7
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
+1 -1
View File
@@ -9,7 +9,7 @@ io.projectreactor:reactor-bom:Dysprosium-SR7
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
@@ -3,6 +3,6 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jacoco:org.jacoco.agent:0.8.2
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -6,7 +6,7 @@ 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.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.ow2.asm:asm-analysis:6.2.1
org.ow2.asm:asm-commons:6.2.1
org.ow2.asm:asm-tree:6.2.1
+1 -1
View File
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -6,7 +6,7 @@ com.fasterxml.jackson.core:jackson-core:2.10.4
com.fasterxml.jackson.core:jackson-databind:2.10.4
io.projectreactor:reactor-bom:Dysprosium-SR7
net.sf.ehcache:ehcache:2.10.6
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -3,6 +3,6 @@
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
javax.servlet:javax.servlet-api:4.0.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
+1 -1
View File
@@ -9,7 +9,7 @@ io.projectreactor:reactor-bom:Dysprosium-SR7
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
@@ -9,7 +9,7 @@ io.projectreactor:reactor-bom:Dysprosium-SR7
org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.slf4j:slf4j-api:1.7.30
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -15,7 +15,7 @@ org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
@@ -15,7 +15,7 @@ org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -15,7 +15,7 @@ org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
@@ -15,7 +15,7 @@ org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
+1 -1
View File
@@ -15,7 +15,7 @@ org.bouncycastle:bcpkix-jdk15on:1.64
org.bouncycastle:bcprov-jdk15on:1.64
org.hamcrest:hamcrest-core:1.3
org.jasig.cas.client:cas-client-core:3.6.1
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.mockito:mockito-core:3.3.3
org.objenesis:objenesis:2.6
org.skyscreamer:jsonassert:1.5.0
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -22,6 +22,6 @@ net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,7 +2,7 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-aop:5.2.6.RELEASE
org.springframework:spring-beans:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -19,10 +19,10 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.9
com.nimbusds:oauth2-oidc-sdk:7.1.1
com.squareup.okhttp3:mockwebserver:3.14.8
com.squareup.okhttp3:okhttp:3.14.8
com.nimbusds:nimbus-jose-jwt:8.18.1
com.nimbusds:oauth2-oidc-sdk:7.5
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.mail:javax.mail:1.6.1
@@ -52,8 +52,8 @@ io.projectreactor.tools:blockhound:1.0.3.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR7
io.projectreactor:reactor-core:3.3.5.RELEASE
io.projectreactor:reactor-test:3.3.5.RELEASE
io.rsocket:rsocket-core:1.0.0-RC7
io.rsocket:rsocket-transport-netty:1.0.0-RC7
io.rsocket:rsocket-core:1.0.0
io.rsocket:rsocket-transport-netty:1.0.0
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -67,7 +67,8 @@ ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.10
net.jcip:jcip-annotations:1.0
net.minidev:json-smart:1.3.1
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
@@ -133,20 +134,20 @@ 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.0.Final
org.hibernate:hibernate-core:5.4.15.Final
org.hibernate:hibernate-entitymanager:5.4.15.Final
org.hibernate:hibernate-core:5.4.17.Final
org.hibernate:hibernate-entitymanager:5.4.17.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.3.Final
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-reflect:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.70
org.jetbrains.kotlin:kotlin-stdlib:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.jetbrains.kotlin:kotlin-reflect:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72
org.jetbrains.kotlin:kotlin-stdlib:1.3.72
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
@@ -164,6 +165,7 @@ org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.7
org.powermock:powermock-api-support:2.0.7
org.powermock:powermock-core:2.0.7
@@ -19,10 +19,10 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.9
com.nimbusds:oauth2-oidc-sdk:7.1.1
com.squareup.okhttp3:mockwebserver:3.14.8
com.squareup.okhttp3:okhttp:3.14.8
com.nimbusds:nimbus-jose-jwt:8.18.1
com.nimbusds:oauth2-oidc-sdk:7.5
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.mail:javax.mail:1.6.1
@@ -52,8 +52,8 @@ io.projectreactor.tools:blockhound:1.0.3.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR7
io.projectreactor:reactor-core:3.3.5.RELEASE
io.projectreactor:reactor-test:3.3.5.RELEASE
io.rsocket:rsocket-core:1.0.0-RC7
io.rsocket:rsocket-transport-netty:1.0.0-RC7
io.rsocket:rsocket-core:1.0.0
io.rsocket:rsocket-transport-netty:1.0.0
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -67,7 +67,8 @@ ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.10
net.jcip:jcip-annotations:1.0
net.minidev:json-smart:1.3.1
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
@@ -133,20 +134,20 @@ 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.0.Final
org.hibernate:hibernate-core:5.4.15.Final
org.hibernate:hibernate-entitymanager:5.4.15.Final
org.hibernate:hibernate-core:5.4.17.Final
org.hibernate:hibernate-entitymanager:5.4.17.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.3.Final
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-reflect:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.70
org.jetbrains.kotlin:kotlin-stdlib:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.jetbrains.kotlin:kotlin-reflect:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72
org.jetbrains.kotlin:kotlin-stdlib:1.3.72
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
@@ -164,6 +165,7 @@ org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.7
org.powermock:powermock-api-support:2.0.7
org.powermock:powermock-core:2.0.7
@@ -19,10 +19,10 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.9
com.nimbusds:oauth2-oidc-sdk:7.1.1
com.squareup.okhttp3:mockwebserver:3.14.8
com.squareup.okhttp3:okhttp:3.14.8
com.nimbusds:nimbus-jose-jwt:8.18.1
com.nimbusds:oauth2-oidc-sdk:7.5
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.mail:javax.mail:1.6.1
@@ -52,8 +52,8 @@ io.projectreactor.tools:blockhound:1.0.3.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR7
io.projectreactor:reactor-core:3.3.5.RELEASE
io.projectreactor:reactor-test:3.3.5.RELEASE
io.rsocket:rsocket-core:1.0.0-RC7
io.rsocket:rsocket-transport-netty:1.0.0-RC7
io.rsocket:rsocket-core:1.0.0
io.rsocket:rsocket-transport-netty:1.0.0
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -67,7 +67,8 @@ ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.10
net.jcip:jcip-annotations:1.0
net.minidev:json-smart:1.3.1
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
@@ -133,20 +134,20 @@ 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.0.Final
org.hibernate:hibernate-core:5.4.15.Final
org.hibernate:hibernate-entitymanager:5.4.15.Final
org.hibernate:hibernate-core:5.4.17.Final
org.hibernate:hibernate-entitymanager:5.4.17.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.3.Final
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-reflect:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.70
org.jetbrains.kotlin:kotlin-stdlib:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.jetbrains.kotlin:kotlin-reflect:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72
org.jetbrains.kotlin:kotlin-stdlib:1.3.72
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
@@ -164,6 +165,7 @@ org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.7
org.powermock:powermock-api-support:2.0.7
org.powermock:powermock-core:2.0.7
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -19,10 +19,10 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.9
com.nimbusds:oauth2-oidc-sdk:7.1.1
com.squareup.okhttp3:mockwebserver:3.14.8
com.squareup.okhttp3:okhttp:3.14.8
com.nimbusds:nimbus-jose-jwt:8.18.1
com.nimbusds:oauth2-oidc-sdk:7.5
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.mail:javax.mail:1.6.1
@@ -52,8 +52,8 @@ io.projectreactor.tools:blockhound:1.0.3.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR7
io.projectreactor:reactor-core:3.3.5.RELEASE
io.projectreactor:reactor-test:3.3.5.RELEASE
io.rsocket:rsocket-core:1.0.0-RC7
io.rsocket:rsocket-transport-netty:1.0.0-RC7
io.rsocket:rsocket-core:1.0.0
io.rsocket:rsocket-transport-netty:1.0.0
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -67,7 +67,8 @@ ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.10
net.jcip:jcip-annotations:1.0
net.minidev:json-smart:1.3.1
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
@@ -133,20 +134,20 @@ 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.0.Final
org.hibernate:hibernate-core:5.4.15.Final
org.hibernate:hibernate-entitymanager:5.4.15.Final
org.hibernate:hibernate-core:5.4.17.Final
org.hibernate:hibernate-entitymanager:5.4.17.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.3.Final
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-reflect:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.70
org.jetbrains.kotlin:kotlin-stdlib:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.jetbrains.kotlin:kotlin-reflect:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72
org.jetbrains.kotlin:kotlin-stdlib:1.3.72
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
@@ -164,6 +165,7 @@ org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.7
org.powermock:powermock-api-support:2.0.7
org.powermock:powermock-core:2.0.7
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE
@@ -19,10 +19,10 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.9
com.nimbusds:oauth2-oidc-sdk:7.1.1
com.squareup.okhttp3:mockwebserver:3.14.8
com.squareup.okhttp3:okhttp:3.14.8
com.nimbusds:nimbus-jose-jwt:8.18.1
com.nimbusds:oauth2-oidc-sdk:7.5
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.mail:javax.mail:1.6.1
@@ -52,8 +52,8 @@ io.projectreactor.tools:blockhound:1.0.3.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR7
io.projectreactor:reactor-core:3.3.5.RELEASE
io.projectreactor:reactor-test:3.3.5.RELEASE
io.rsocket:rsocket-core:1.0.0-RC7
io.rsocket:rsocket-transport-netty:1.0.0-RC7
io.rsocket:rsocket-core:1.0.0
io.rsocket:rsocket-transport-netty:1.0.0
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -67,7 +67,8 @@ ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.10
net.jcip:jcip-annotations:1.0
net.minidev:json-smart:1.3.1
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
@@ -133,20 +134,20 @@ 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.0.Final
org.hibernate:hibernate-core:5.4.15.Final
org.hibernate:hibernate-entitymanager:5.4.15.Final
org.hibernate:hibernate-core:5.4.17.Final
org.hibernate:hibernate-entitymanager:5.4.17.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.3.Final
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-reflect:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.70
org.jetbrains.kotlin:kotlin-stdlib:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.jetbrains.kotlin:kotlin-reflect:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72
org.jetbrains.kotlin:kotlin-stdlib:1.3.72
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
@@ -164,6 +165,7 @@ org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.7
org.powermock:powermock-api-support:2.0.7
org.powermock:powermock-core:2.0.7
@@ -19,10 +19,10 @@ com.google.inject:guice:3.0
com.google.j2objc:j2objc-annotations:1.1
com.nimbusds:content-type:2.0
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:8.9
com.nimbusds:oauth2-oidc-sdk:7.1.1
com.squareup.okhttp3:mockwebserver:3.14.8
com.squareup.okhttp3:okhttp:3.14.8
com.nimbusds:nimbus-jose-jwt:8.18.1
com.nimbusds:oauth2-oidc-sdk:7.5
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.mail:javax.mail:1.6.1
@@ -52,8 +52,8 @@ io.projectreactor.tools:blockhound:1.0.3.RELEASE
io.projectreactor:reactor-bom:Dysprosium-SR7
io.projectreactor:reactor-core:3.3.5.RELEASE
io.projectreactor:reactor-test:3.3.5.RELEASE
io.rsocket:rsocket-core:1.0.0-RC7
io.rsocket:rsocket-transport-netty:1.0.0-RC7
io.rsocket:rsocket-core:1.0.0
io.rsocket:rsocket-transport-netty:1.0.0
javax.activation:activation:1.1
javax.activation:javax.activation-api:1.2.0
javax.annotation:jsr250-api:1.0
@@ -67,7 +67,8 @@ ldapsdk:ldapsdk:4.1
net.bytebuddy:byte-buddy-agent:1.10.5
net.bytebuddy:byte-buddy:1.10.10
net.jcip:jcip-annotations:1.0
net.minidev:json-smart:1.3.1
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
net.shibboleth.utilities:java-support:7.5.1
net.sourceforge.htmlunit:htmlunit-core-js:2.37.0
net.sourceforge.htmlunit:htmlunit-cssparser:1.5.0
@@ -133,20 +134,20 @@ 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.0.Final
org.hibernate:hibernate-core:5.4.15.Final
org.hibernate:hibernate-entitymanager:5.4.15.Final
org.hibernate:hibernate-core:5.4.17.Final
org.hibernate:hibernate-entitymanager:5.4.17.Final
org.hsqldb:hsqldb:2.5.0
org.jasig.cas.client:cas-client-core:3.6.1
org.javassist:javassist:3.27.0-GA
org.jboss.logging:jboss-logging:3.3.2.Final
org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:1.1.1.Final
org.jboss:jandex:2.1.3.Final
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-reflect:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.70
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.70
org.jetbrains.kotlin:kotlin-stdlib:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.jetbrains.kotlin:kotlin-reflect:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-common:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.3.72
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.3.72
org.jetbrains.kotlin:kotlin-stdlib:1.3.72
org.jetbrains:annotations:13.0
org.jvnet.staxex:stax-ex:1.8
org.mockito:mockito-core:3.3.3
@@ -164,6 +165,7 @@ org.opensaml:opensaml-soap-impl:3.4.5
org.opensaml:opensaml-storage-api:3.4.5
org.opensaml:opensaml-xmlsec-api:3.4.5
org.opensaml:opensaml-xmlsec-impl:3.4.5
org.ow2.asm:asm:5.0.4
org.powermock:powermock-api-mockito2:2.0.7
org.powermock:powermock-api-support:2.0.7
org.powermock:powermock-core:2.0.7
@@ -2,6 +2,6 @@
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.projectreactor:reactor-bom:Dysprosium-SR7
org.jetbrains.kotlin:kotlin-bom:1.3.70
org.jetbrains.kotlin:kotlin-bom:1.3.72
org.springframework.data:spring-data-releasetrain:Moore-SR7
org.springframework:spring-framework-bom:5.2.6.RELEASE

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