Commit Graph

72 Commits

Author SHA1 Message Date
John Blum
523b1e313f Move FindBugs version management to gradle/dependency-management.gradle. 2022-09-23 14:42:00 -07:00
John Blum
af7b39c093 Move ANTLR version management to gradle.properties. 2022-09-23 14:40:54 -07:00
John Blum
6c0d5456e4 Upgrade to Spring Security 5.7.0. 2022-05-18 10:49:56 -07:00
John Blum
452740bc96 Upgrade to Mockito 4.5.1. 2022-05-18 10:49:07 -07:00
John Blum
d661bb0f8e Upgrade to Spring Security 5.7.0-RC1. 2022-04-19 12:39:57 -07:00
John Blum
ba06e63892 Upgrade to Spring Security 5.7.0-M3. 2022-03-23 17:18:14 -07:00
John Blum
839bd83388 Upgrade to SLF4J 1.7.36. 2022-03-23 17:18:00 -07:00
John Blum
5ef8f7f5ae Upgrade to Mockito 4.4.0. 2022-03-23 17:05:37 -07:00
John Blum
4b7dad9ff6 Upgrade to Log4j 2.17.2. 2022-03-23 17:05:12 -07:00
John Blum
60bfb8ea4a Add note about Logback version and the Gretty Gradle Plugin.
Unable to upgrade to Logback 1.2.10 (thereby matching Spring Boot 2.7.x) given the Gretty Gradle Plugin is limited to Logback 1.1.3 at the moment.

See: https://github.com/gretty-gradle-plugin/gretty/blob/v4.0.0/gradle.properties#L16.
2022-01-18 13:48:42 -08:00
John Blum
4478e9a912 Prepare next development iteration.
Set Spring Boot version to 2.7.0-SNAPSHOT.

Set Selenium HtmlUnit version to 3.56.0 (matching Spring Boot at 2.7.x).

Set Spring Session version to 2.7.0-SNAPSHOT.

Set version to 2.7.0-SNAPSHOT.
2022-01-18 12:52:07 -08:00
John Blum
fa5be83aff Upgrade to SLF4J 1.7.33. 2022-01-18 12:39:23 -08:00
John Blum
8b750a4cab Downgrade to Selenium HtmlUnit 2.55.0. 2022-01-18 12:39:09 -08:00
John Blum
cafc9a7ee0 Switch to Jakarta Servlet API and Jakarta Servlet JSP JSTL API dependency management, replacing the Javax Servlet API and Javax Servlet JSP JSTL API dependency management. 2022-01-11 20:42:44 -08:00
John Blum
4bcdf08461 Upgrade to Selenium HtmlUnit 3.56.0. 2022-01-11 20:22:21 -08:00
John Blum
d08398abd7 Enable dependency management for Apache Geode. 2022-01-11 18:49:11 -08:00
John Blum
d9ea849434 Upgrade to Spring Security 5.6.1. 2022-01-11 17:45:55 -08:00
John Blum
62f83fa248 Upgrade to Mockito 4.2.0. 2022-01-11 17:45:06 -08:00
John Blum
dc2c57aac4 Upgrade to Log4J 2.17.1. 2022-01-11 17:44:45 -08:00
John Blum
72ba279ae6 Upgrade to AssertJ 3.22.0. 2022-01-11 17:44:20 -08:00
John Blum
41d30ca5ef Upgrade to Spring Security 5.6.0. 2021-11-16 10:22:54 -08:00
John Blum
87858b2d18 Upgrade to Spring Security 5.6.0-RC1. 2021-10-20 15:06:48 -07:00
John Blum
a2bf8159d8 Upgrade to SLF4J 1.7.32. 2021-10-20 15:05:49 -07:00
John Blum
0fa1da51d7 Upgrade to Mockito 4.0.0. 2021-10-20 14:57:41 -07:00
John Blum
2f9f0c448d Upgrade to AssertJ 3.21.0. 2021-10-20 14:51:01 -07:00
John Blum
c06104a636 Upgrade to Mockito 3.12.4. 2021-09-01 17:02:41 -07:00
John Blum
60443a2e71 Upgrade to Spring Security 5.6.0-M2. 2021-08-17 18:13:59 -07:00
John Blum
bb1a918a3e Upgrade to SLF4J 1.7.31. 2021-08-17 18:13:54 -07:00
John Blum
b8630eada6 Upgrade to Mockito 3.11.2. 2021-08-17 18:13:50 -07:00
John Blum
51e1b71d35 Upgrade to AssertJ 3.20.2. 2021-08-17 17:45:35 -07:00
John Blum
ad9b59928c Upgrade to Mockito 3.11.1. 2021-06-11 13:14:53 -07:00
John Blum
7573762d18 Cleanup Gradle build, dependency management and dependency version properties. 2021-05-19 15:57:03 -07:00
John Blum
d8f96874f9 Replace Spring Boot dependency management with explicit dependency management.
Declaere the Spring Framework BOM.

Declare the Spring Data BOM.

Declare dependency management for javax.servlet:javax.servlet-api.

Declare dependency management for the following libs:

* AssertJ
* JUnit
* Mockito
* JCL to SLF4J
* Log4J to SLF4J
* Logback
* Selenium HtmlUnit
* SLF4J
* Spring Security
2021-05-18 22:59:13 -07:00
John Blum
3b7f7b9459 Release 2.5.0-RC1. 2021-04-14 17:30:10 -07:00
John Blum
ec4036d227 Disable the use of the Spring Framework BOM and Spring Data BOM in dependency-management.gradle. 2021-02-22 15:53:26 -08:00
John Blum
6f8a1a1b32 Reorder Maven BOM imports in dependency-management.gradle.
Move the Spring Framework BOM below the Spring Boot BOM.
2021-02-19 00:01:48 -08:00
John Blum
e641af7835 Prepare next development iteration.
Set Spring Session (core) version to 2.5.0-SNAPSHOT.

Set Spring Session BOM version to 2021.0.0-SNAPSHOT.

Set version to 2.5.0-SNAPSHOT.
2021-01-19 13:06:12 -08:00
John Blum
6a02e7ae00 Release 2.5.0-M1. 2021-01-19 12:57:19 -08:00
John Blum
a2b089fc54 Add org.springframework.session:spring-session-bom to SSDG's dependency management. 2021-01-12 17:50:15 -08:00
John Blum
3fd732ac6c Add explicit dependency management for Spring Data.
Uses the Spring Data Maven BOM.
2020-12-04 15:02:56 -08:00
John Blum
842f375e99 Add explicit dependency management for the core Spring Framework.
Uses the Spring Framework Maven BOM.
2020-12-04 15:01:38 -08:00
John Blum
6ca408d15f Add explicit dependency management for Apache Geode. 2020-12-04 14:34:12 -08:00
John Blum
f1b17378ed Declare and configure repositories for all projects. 2020-11-17 18:55:57 -08:00
John Blum
c007f4011a Remove dependency management for Spring Data for VMware Tanzu (Pivotal) GemFire. 2020-09-16 20:28:57 -07:00
John Blum
887514db5d Add fine grained dependency management for Spring Data for Apache Geode & Pivotal GemFire (SDG). 2020-02-13 10:50:36 -08:00
John Blum
16734f4516 Remove all repository declarations from modulde build.gradle files and add to gradle/dependency-management.gradle. 2018-10-24 21:50:54 -07:00
John Blum
f7a0e2c90b Add dependency management for Spring Session core to control the version, particularly for releases. 2018-10-24 20:54:04 -07:00
John Blum
055dd1f2be Add test compile dependency on Spring Data for Apache Geode Test 0.0.1.BUILD-SNAPSHOT. 2018-08-08 17:23:02 -07:00
John Blum
d6be6dacc4 Switch to Spring Boot Dependencies BOM for complete project dependency management. 2018-06-19 22:19:48 -07:00
John Blum
765527785a Add dependency management for Java Servlet JSP/JSTL API.
Add dependency management for Apache Standard Taglibs (Impl, JSTL-EL, and Spec).
2018-06-19 22:19:47 -07:00