Skip to content

Commit

Permalink
Add a comment for the Bean Validation 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Apr 9, 2024
1 parent fb40419 commit 0919af8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[versions]
embulk-spi = "0.11"
slf4j-api = "2.0.7"

# See https://beanvalidation.org/2.0-jsr380/ for the Bean Validation 2.0.
#
# We do not upgrade it to 3.0 as of now because 3.0 is provided in a different namespace jakarta.validation.
# The migration to jakarta.validation would be planned later on.
validation-api = "2.0.1.Final"

# See https://github.com/FasterXML/jackson/wiki/Jackson-Releases for Jackson versions.
Expand Down

0 comments on commit 0919af8

Please sign in to comment.