Skip to content

Commit 69f044a

Browse files
authored
Merge pull request #234 from devondragon/main
Refresh this branch with updates from main
2 parents 94b863b + 6f45f7a commit 69f044a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'java-library'
66
id 'maven-publish'
77
id 'signing'
8-
id 'com.vanniktech.maven.publish' version '0.34.0'
8+
id 'com.vanniktech.maven.publish' version '0.35.0'
99
id 'net.researchgate.release' version '3.1.0'
1010
}
1111

@@ -47,7 +47,7 @@ dependencies {
4747
// Other dependencies (moved to test scope for library)
4848
implementation 'org.passay:passay:1.6.6'
4949
implementation 'com.google.guava:guava:33.5.0-jre'
50-
implementation 'org.apache.commons:commons-text:1.14.0'
50+
implementation 'org.apache.commons:commons-text:1.15.0'
5151
compileOnly 'jakarta.validation:jakarta.validation-api:3.1.1'
5252
compileOnly 'org.springframework.retry:spring-retry:2.0.12'
5353

0 commit comments

Comments
 (0)