Commit Graph

123 Commits

Author SHA1 Message Date
Rob Winch 7cc0c9fb1b Update assertj-core to 3.21.0
Closes gh-10396
2021-10-18 21:04:51 -05:00
Rob Winch 2bb61835a0 Update htmlunit to 2.54.0
Closes gh-10395
2021-10-18 21:04:51 -05:00
Rob Winch 5f8ded6b5f Update io.projectreactor to 2020.0.12
Closes gh-10391
2021-10-18 21:03:12 -05:00
Rob Winch 8a4e640f9d Update com.nimbusds to 9.18
Closes gh-10390
2021-10-18 21:03:12 -05:00
Rob Winch de5972a062 Update jackson-bom to 2.13.0
Closes gh-10387
2021-10-18 21:03:12 -05:00
Rob Winch f736d4dd76 Update org.mockito to 3.12.4
Closes gh-10296
2021-09-17 16:40:58 -05:00
Rob Winch 0de2baeabb Update junit-bom to 5.8.0
Closes gh-10294
2021-09-17 16:40:58 -05:00
Rob Winch 7f3dee175c Update org.jetbrains.kotlinx to 1.5.2
Closes gh-10293
2021-09-17 16:40:58 -05:00
Rob Winch de6b32ce77 Update hibernate-entitymanager to 5.5.7.Final
Closes gh-10291
2021-09-17 16:40:58 -05:00
Rob Winch af61fae68a Update io.projectreactor to 2020.0.11
Closes gh-10288
2021-09-17 16:40:58 -05:00
Rob Winch 62db842865 Update com.nimbusds to 9.15
Closes gh-10287
2021-09-17 16:40:58 -05:00
Rob Winch 7e334f8abc Update jackson-bom to 2.12.5
Closes gh-10283
2021-09-17 16:40:58 -05:00
Rob Winch 963d40a7cd Update logback-classic to 1.2.6
Closes gh-10282
2021-09-17 16:40:58 -05:00
Rob Winch 1d4859a7ee Update org.slf4j to 1.7.32
Closes gh-10204
2021-08-16 14:18:54 -05:00
Rob Winch 0a40ce6181 Update htmlunit-driver to 2.52.0
Closes gh-10203
2021-08-16 14:18:54 -05:00
Rob Winch f8fad9d34d Update hibernate-entitymanager to 5.5.6
Closes gh-10202
2021-08-16 14:18:54 -05:00
Rob Winch f45f0b32b2 Update htmlunit to 2.52.0
Closes gh-10201
2021-08-16 14:18:54 -05:00
Rob Winch 0b068b9b81 Update io.projectreactor to 2020.0.10
Closes gh-10199
2021-08-16 14:18:54 -05:00
Rob Winch dd8048809b Update com.nimbusds to 9.12
Closes gh-10198
2021-08-16 14:18:54 -05:00
Rob Winch 9677ef17f3 Update logback-classic to 1.2.5
Closes gh-10196
2021-08-16 14:18:54 -05:00
Eleftheria Stein 7c7b82f627 Update org.springframework.data to 2021.1.0-M1
Closes gh-10105
2021-07-19 10:02:57 +02:00
Eleftheria Stein 0bec620ec0 Update org.slf4j to 1.7.31
Closes gh-10103
2021-07-16 17:18:09 +02:00
Eleftheria Stein 16ed212e73 Update htmlunit-driver to 2.51.0
Closes gh-10102
2021-07-16 17:18:09 +02:00
Eleftheria Stein 1b5127c775 Update org.jetbrains.kotlinx to 1.5.1
Closes gh-10101
2021-07-16 17:18:08 +02:00
Eleftheria Stein 10ec357322 Update hibernate-entitymanager to 5.5.3.Final
Closes gh-10099
2021-07-16 17:18:08 +02:00
Eleftheria Stein 302e5f5943 Update org.eclipse.jetty to 9.4.43.v20210629
Closes gh-10098
2021-07-16 17:18:08 +02:00
Eleftheria Stein d65e0d278f Update org.bouncycastle to 1.69
Closes gh-10097
2021-07-16 17:18:07 +02:00
Eleftheria Stein 8980f4a69d Update assertj-core to 3.20.2
Closes gh-10096
2021-07-16 17:18:07 +02:00
Eleftheria Stein 749bba30f7 Update htmlunit to 2.51.0
Closes gh-10094
2021-07-16 17:18:07 +02:00
Eleftheria Stein c15d694da2 Update io.rsocket to 1.1.1
Closes gh-10093
2021-07-16 17:18:06 +02:00
Eleftheria Stein abb7df1cc4 Update io.projectreactor to 2020.0.9
Closes gh-10091
2021-07-16 17:18:06 +02:00
Eleftheria Stein d9d394030e Update mockk to 1.12.0
Closes gh-10090
2021-07-16 17:18:06 +02:00
Eleftheria Stein 2656b1412c Update com.nimbusds to 9.10.1
Closes gh-10089
2021-07-16 17:18:05 +02:00
Eleftheria Stein 6bc511312f Update jackson-bom to 2.12.4
Closes gh-10086
2021-07-16 17:18:05 +02:00
Rob Winch f800d2c993 Add hamcrest dependency 2021-07-09 15:57:21 -05:00
Rob Winch 04fbe03a9e remove junit 2021-07-09 15:57:21 -05:00
Rob Winch 1047e09fee Add JUnit 5 Dependencies 2021-07-09 14:05:48 -05:00
Rob Winch 2809a3309b Update to org.mockito 3.11.2
Closes gh-10054
2021-07-08 13:43:58 -05:00
Rob Winch 14240b2559 Remove Powermock
Powermock does not support JUnit5 yet, so we need to remove it
to support JUnit 5. Additionally, maintaining additional libraries
adds extra work for the team.

Mockito now supports final classes and static method mocking. This
commit replaces Powermock with mockito-inline.

Closes gh-6025
2021-07-08 12:35:32 -05:00
Marcus Da Coregio f0f6047888 Add springFrameworkVersion property in gradle
Closes gh-9954
2021-06-29 13:20:47 -03:00
Rob Winch e5a652e749 Update to Kotlin 1.5.0
Closes gh-9763
2021-05-17 10:30:26 -05:00
Rob Winch 1c8bef5bad Update spring-ldap-core to 2.3.4.RELEASE
Closes gh-9756
2021-05-14 13:23:54 -05:00
Rob Winch 5aa2dace18 Update org.springframework.data to 2021.0.1
Closes gh-9755
2021-05-14 13:23:54 -05:00
Rob Winch 427d19c0af Update org.springframework to 5.3.7
Closes gh-9754
2021-05-14 13:23:54 -05:00
Rob Winch 3fc3c94ce3 Update io.projectreactor to 2020.0.7
Closes gh-9750
2021-05-14 13:23:54 -05:00
Rob Winch 32c90c04e8 Update org.springframework.data to 2020.0.0
Closes gh-9716
2021-05-03 14:41:40 -05:00
Rob Winch 3d017f65bc Update org.springframework to 5.3.6
Closes gh-9715
2021-05-03 14:40:49 -05:00
Rob Winch 5a4b0a0ff7 Update hibernate-entitymanager to 5.4.31.Final
Closes gh-9714
2021-05-03 14:40:47 -05:00
Rob Winch ce45657854 Update org.eclipse.jetty to 9.4.40.v20210413
Closes gh-9713
2021-05-03 14:40:45 -05:00
Rob Winch 349cdf7e59 Update ehcache to 2.10.9.2
Closes gh-9712
2021-05-03 14:40:43 -05:00
Eleftheria Stein 4d610ca80c Update MockK to 1.11.0
Closes gh-9691
2021-04-28 13:25:06 +02:00
Eleftheria Stein de0cd11a72 Fix PreAuthorize when returning Kotlin Flow
Closes gh-9676
2021-04-28 12:33:18 +02:00
Rob Winch 44763345d3 Update htmlunit-driver to 2.49.1
Closes gh-9624
2021-04-12 14:55:59 -05:00
Rob Winch 57d77c0cfb Update htmlunit to 2.49.1
Closes gh-9623
2021-04-12 14:55:57 -05:00
Rob Winch f30ee19ccc Update io.projectreactor to 2020.0.6
Closes gh-9620
2021-04-12 14:55:50 -05:00
Rob Winch ac288b8dc9 Update com.nimbusds to 9.3.3
Closes gh-9619
2021-04-12 14:55:48 -05:00
Rob Winch 7c4abdb4db Update jackson-bom to 2.12.3
Closes gh-9616
2021-04-12 14:55:41 -05:00
Josh Cummings 7da6077727
Update to commons-codec:1.15
Closes gh-9575
2021-04-10 10:11:32 -06:00
Eleftheria Stein e03fe7f089 Add coroutine support to pre/post authorize
Closes gh-8143
2021-04-09 19:33:06 +02:00
Rob Winch 224160f1ee Update spring-data-bom to 2020.0.7
Closes gh-9574
2021-04-08 12:29:06 -05:00
Rob Winch 57f463dcf0 Update mockito-core to 3.9.0
Closes gh-9573
2021-04-08 12:16:31 -05:00
Rob Winch 43f30a37a8 Update hsqldb to 2.6.0
Closes gh-9572
2021-04-08 12:16:29 -05:00
Rob Winch 0b2540c8b0 Update blockhound to 1.0.6.RELEASE
Closes gh-9571
2021-04-08 12:16:27 -05:00
Rob Winch 7c37745a41 Update com.nimbusds to 9.3.1
Closes gh-9569
2021-04-08 12:16:22 -05:00
Rob Winch ad2bc7d92c Remove Unused code in spring-security-dependencies.gradle
Issue gh-9541
2021-04-05 21:25:45 -05:00
Rob Winch 9b83fac331 Remove cas-webapp
Issue gh-9539
2021-04-05 21:21:37 -05:00
Rob Winch a7b2ebd642 Remove hibernate-validator
Issue gh-9539
2021-04-05 21:21:33 -05:00
Rob Winch 7cd316be57 Remove aspectjtools
Issue gh-9539
2021-04-05 21:21:23 -05:00
Rob Winch 2a3b03c72d Remove validation-api
Issue gh-9539
2021-04-05 21:21:18 -05:00
Rob Winch f3292551f5 Remove commons-httpclient
Issue gh-9539
2021-04-05 21:21:12 -05:00
Rob Winch 360b615ca0 Remove com.sun.xml.bind
Issue gh-9539
2021-04-05 21:21:09 -05:00
Rob Winch 136a44a750 Remove GAE
Issue gh-9539
2021-04-05 21:21:01 -05:00
Rob Winch 0f0e8eded4 Add spring-security-dependencies
Issue gh-9540
2021-04-05 10:36:36 -05:00