We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94b863b + 6f45f7a commit 69f044aCopy full SHA for 69f044a
build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id 'java-library'
6
id 'maven-publish'
7
id 'signing'
8
- id 'com.vanniktech.maven.publish' version '0.34.0'
+ id 'com.vanniktech.maven.publish' version '0.35.0'
9
id 'net.researchgate.release' version '3.1.0'
10
}
11
@@ -47,7 +47,7 @@ dependencies {
47
// Other dependencies (moved to test scope for library)
48
implementation 'org.passay:passay:1.6.6'
49
implementation 'com.google.guava:guava:33.5.0-jre'
50
- implementation 'org.apache.commons:commons-text:1.14.0'
+ implementation 'org.apache.commons:commons-text:1.15.0'
51
compileOnly 'jakarta.validation:jakarta.validation-api:3.1.1'
52
compileOnly 'org.springframework.retry:spring-retry:2.0.12'
53
0 commit comments