Commit Graph

599 Commits

Author SHA1 Message Date
Josh Cummings
bfbc4d0d9a Update to OpenSAML 5.x
Closes gh-314
2024-08-23 16:48:53 -06:00
github-actions[bot]
d8d00ed891 Merge branch '6.2.x' 2024-08-06 15:16:56 +00:00
dependabot[bot]
0d011de91e Bump org.springframework.security:spring-security-oauth2-authorization-server
Bumps [org.springframework.security:spring-security-oauth2-authorization-server](https://github.com/spring-projects/spring-authorization-server) from 1.2.4 to 1.2.5.
- [Release notes](https://github.com/spring-projects/spring-authorization-server/releases)
- [Commits](https://github.com/spring-projects/spring-authorization-server/compare/1.2.4...1.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-oauth2-authorization-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 12:16:34 -03:00
dependabot[bot]
e98af62776 Bump org.springframework.security:spring-security-bom
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/6.2.4...6.2.5)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 12:16:27 -03:00
dependabot[bot]
a5a7e93416 Bump org.springframework.boot from 3.2.6 to 3.2.8
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.6 to 3.2.8.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.6...v3.2.8)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-06 12:16:19 -03:00
Josh Cummings
a65d944efe Update Max Sessions Sample to Use Library Catalog 2024-08-01 12:45:09 -06:00
Josh Cummings
9c9918970d Update to Spring Framework 6.2.0-M6 2024-08-01 12:40:55 -06:00
Josh Cummings
f795172611 Change Request Parameter Lookup
- For this sample, the expression param.error always has a
value upon querying it
- This isn't the case for the other samples, it may be that in reactive
applications, the request is wrapped in something that always
returns a value
2024-08-01 12:38:19 -06:00
Josh Cummings
d17784856f Remove jcenter Repository Usage 2024-08-01 12:38:19 -06:00
Josh Cummings
9ee85f0d93 Update to EhCache 2.10.9.2 2024-08-01 12:38:19 -06:00
Josh Cummings
0f17eb2862 Update to UnboundID 6.0.10 2024-08-01 12:38:18 -06:00
Josh Cummings
2950c836b9 Update to Awaitility 4.2.1 2024-08-01 12:38:18 -06:00
Josh Cummings
cf7019564f Update to HtmlUnit 4.3.0 2024-08-01 12:38:18 -06:00
Josh Cummings
abfe3f8907 Update to Thymeleaf SpringSecurity6 3.1.2.RELEASE 2024-08-01 12:38:18 -06:00
Josh Cummings
ef912d44b6 Use Spring Data BOM versions 2024-08-01 12:38:15 -06:00
Josh Cummings
3f2aa11d13 Correct Foreign Key Relationship 2024-08-01 12:37:36 -06:00
Josh Cummings
4fd2b2268b Update to Mockito 5.12.0 2024-08-01 09:40:33 -06:00
Josh Cummings
d71b612492 Update to SLF4J 2.0.13 2024-08-01 09:35:54 -06:00
Josh Cummings
624d6098a4 Update to HSQLDB 2.7.3 2024-08-01 09:33:11 -06:00
Josh Cummings
33d2ce13b6 Update to Servlet 6.1.0 2024-08-01 09:04:12 -06:00
Josh Cummings
aee6393d15 Update to Thymeleaf 3.1.2.RELEASE 2024-08-01 09:01:41 -06:00
Josh Cummings
046d8e2609 Update to OAuth2 OIDC SDK 9.43.4 2024-08-01 08:55:38 -06:00
Josh Cummings
8038122eda Update to JUnit 5.10.3 2024-08-01 08:44:35 -06:00
Josh Cummings
5b85a06666 Update to AspectJ 3.26.3 2024-08-01 08:44:00 -06:00
Josh Cummings
6357d9e538 Update to Selenium 4.13.0 2024-08-01 08:40:59 -06:00
Josh Cummings
f7d374f61c Update Kotlin Samples to Run Isolated 2024-08-01 08:09:25 -06:00
Josh Cummings
414bb7d241 Update Kotlin Samples to Use Dependabot Versions 2024-08-01 08:08:17 -06:00
Josh Cummings
50ffc04d54 Make Projects Individually Runnable
- This is important for running a project from an isolated directory
- It also helps the IDE to correctly download sources when debugging
a project
2024-07-31 17:35:43 -06:00
Josh Cummings
99b499df0b Remove Reference to Micrometer Snapshot 2024-07-31 16:38:54 -06:00
Josh Cummings
23e81699ae Update Remaining Samples to 6.4.0-SNAPSHOT 2024-07-31 16:37:57 -06:00
Marcus Hert Da Coregio
d564447444 Improve Compromised Password Sample
Closes gh-287
2024-07-31 14:10:55 -03:00
Steve Riesenberg
3aca13a0c5 Simplify Spring Authorization Server sample
Closes gh-292
2024-07-29 12:01:41 -05:00
github-actions[bot]
a769926682 Merge branch '6.2.x' 2024-07-18 13:02:59 +00:00
dependabot[bot]
a6ddf256d4 Bump io.spring.javaformat:spring-javaformat-checkstyle
Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.41 to 0.0.42.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.42)

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:02:20 -03:00
dependabot[bot]
3a7b5b5001 Bump io.spring.javaformat from 0.0.41 to 0.0.42
Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.41 to 0.0.42.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.42)

---
updated-dependencies:
- dependency-name: io.spring.javaformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:02:12 -03:00
dependabot[bot]
19d4fb58f2 Bump io.spring.javaformat from 0.0.41 to 0.0.42
Bumps [io.spring.javaformat](https://github.com/spring-io/spring-javaformat) from 0.0.41 to 0.0.42.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.42)

---
updated-dependencies:
- dependency-name: io.spring.javaformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:02:06 -03:00
dependabot[bot]
b5ea091349 Bump io.spring.javaformat:spring-javaformat-checkstyle
Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.41 to 0.0.42.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](https://github.com/spring-io/spring-javaformat/compare/v0.0.41...v0.0.42)

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:01:59 -03:00
dependabot[bot]
cc01d2c1b6 Bump io.spring.dependency-management from 1.1.4 to 1.1.6
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.4 to 1.1.6.
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.4...v1.1.6)

---
updated-dependencies:
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:01:35 -03:00
dependabot[bot]
02fcec3938 Bump org.springframework.data:spring-data-bom from 2023.1.6 to 2023.1.8
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2023.1.6 to 2023.1.8.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases)
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2023.1.6...2023.1.8)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:01:28 -03:00
dependabot[bot]
090efb6865 Bump org.springframework:spring-framework-bom from 6.1.5 to 6.1.11
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.5 to 6.1.11.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.5...v6.1.11)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:01:20 -03:00
dependabot[bot]
560ac962f8 Bump org.springframework.data:spring-data-bom from 2024.0.0 to 2024.0.2
Bumps [org.springframework.data:spring-data-bom](https://github.com/spring-projects/spring-data-bom) from 2024.0.0 to 2024.0.2.
- [Release notes](https://github.com/spring-projects/spring-data-bom/releases)
- [Commits](https://github.com/spring-projects/spring-data-bom/compare/2024.0.0...2024.0.2)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:01:14 -03:00
dependabot[bot]
fe9289d1a3 Bump org.springframework:spring-framework-bom from 6.1.9 to 6.1.11
Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.1.9 to 6.1.11.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.9...v6.1.11)

---
updated-dependencies:
- dependency-name: org.springframework:spring-framework-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:01:08 -03:00
dependabot[bot]
9642a2ffeb Bump io.spring.dependency-management from 1.1.4 to 1.1.6
Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.4 to 1.1.6.
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.1.4...v1.1.6)

---
updated-dependencies:
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-18 10:01:00 -03:00
Josh Cummings
125c1ae7ee Fix Formatting 2024-07-12 13:05:47 -06:00
Marcus Hert Da Coregio
4d3b2f40f8 Use non-deprecated method 2024-07-12 10:53:41 -03:00
Marcus Hert Da Coregio
dedb6f4009 Increase max memory allocation 2024-07-02 10:16:59 -03:00
Marcus Hert Da Coregio
1e0264fc2d Include copyright headers 2024-07-02 10:16:29 -03:00
Marcus Hert Da Coregio
35a7ad06a9 Add Compromised Password Checker Sample
Closes gh-278
2024-06-26 13:48:16 -03:00
Marcus Hert Da Coregio
e11d1cb770 Use Spring Boot 3.4.0-SNAPSHOT 2024-06-21 11:38:04 -03:00
Marcus Hert Da Coregio
71156ca9c2 Disable more tests 2024-06-21 09:31:19 -03:00