Skip to content

Commit

Permalink
Add isIpPrefix (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
higebu authored Nov 2, 2023
1 parent e150db6 commit ed65f0b
Show file tree
Hide file tree
Showing 26 changed files with 5,321 additions and 303 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
*.iml
/.idea
/.tmp
/bin/
# Cache of project
/.gradletasknamecache
# Ignore Gradle GUI config
/gradle-app.setting
/gradle-app.setting
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ dependencies {
implementation(enforcedPlatform(libs.cel))
implementation(libs.cel.core)
implementation(libs.guava)
implementation(libs.ipaddress)
implementation(libs.jakarta.mail.api)

testImplementation(libs.assertj)
Expand Down
Loading

0 comments on commit ed65f0b

Please sign in to comment.