Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Bump commons-text from 1.8 to 1.10.0 #185

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
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 @@ -69,7 +69,7 @@ dependencies {
api 'net.wooga.gradle:secrets:[1,2['
api "net.wooga.gradle:macos-security:[1.0.1,2["
api 'software.amazon.awssdk:secretsmanager:[2.16,3['
implementation 'org.apache.commons:commons-text:1.8'
implementation 'org.apache.commons:commons-text:1.10.0'
testImplementation('com.nagternal:spock-genesis:0.6.0') {
// This library tries to pull groovy-all in version 2.4 which is not compatible with groovy-all 2.5
// There is no newer version of this library. We should either fork it or get rid of the
Expand Down