Skip to content
Open
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
7294308
Update dependency org.hibernate.validator:hibernate-validator to v9
renovate[bot] Oct 13, 2025
62323d6
Branch was auto-updated.
github-actions[bot] Oct 20, 2025
62f52b4
Branch was auto-updated.
github-actions[bot] Oct 20, 2025
e390efa
Branch was auto-updated.
github-actions[bot] Oct 20, 2025
9e6c25e
Branch was auto-updated.
github-actions[bot] Nov 11, 2025
4ff3462
Branch was auto-updated.
github-actions[bot] Dec 11, 2025
09bd7b3
Branch was auto-updated.
github-actions[bot] Jan 9, 2026
a55eaac
Branch was auto-updated.
github-actions[bot] Feb 9, 2026
48681a9
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
09a2b3e
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
4094893
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
82ad797
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
a5fcb2d
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
ca53a54
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
b61d036
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
a99d7eb
Branch was auto-updated.
github-actions[bot] Mar 9, 2026
58d8fd3
Branch was auto-updated.
github-actions[bot] Mar 9, 2026
c9304f5
Branch was auto-updated.
github-actions[bot] Mar 10, 2026
2a8e1d9
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
cf740e1
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
ac9acfd
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
76c4354
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
4187634
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
d42c0f1
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
d3da538
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
8620c5a
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
5e3c603
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
e5d3030
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
0144c74
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
2c665c4
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
1a4e0fe
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
2adf500
Branch was auto-updated.
github-actions[bot] Mar 24, 2026
12c0004
Branch was auto-updated.
github-actions[bot] Mar 25, 2026
2425f04
Branch was auto-updated.
github-actions[bot] Apr 13, 2026
5ec987a
Branch was auto-updated.
github-actions[bot] Apr 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ dependencies {
implementation group: 'org.springframework.security', name: 'spring-security-core'
implementation group: 'org.springframework.security', name: 'spring-security-config'
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: versions.bouncycastle
implementation group: 'org.hibernate.validator', name: 'hibernate-validator', version: '8.0.3.Final'
implementation group: 'org.hibernate.validator', name: 'hibernate-validator', version: '9.0.1.Final'
implementation 'org.springframework.boot:spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-security'

Expand Down