Skip to content

Commit 8ba5d91

Browse files
authored
Update dependencies.gradle (#388)
* Update dependencies.gradle * Update build.gradle
1 parent c5ee321 commit 8ba5d91

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gradle/dependencies.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ ext {
3030
jbossLogging : '3.4.2.Final',
3131
jbossThreads : '3.4.0.Final',
3232
wildflyCommon : '1.5.4.Final-format-001',
33+
commonsCodec : '1.15',
3334
junit : '4.13.2', // Unit Testing
3435
]
3536
libs = [
@@ -81,8 +82,9 @@ ext {
8182
jbossLogging : "org.jboss.logging:jboss-logging:$versions.jbossLogging",
8283
jbossThreads : "org.jboss.threads:jboss-threads:$versions.jbossThreads",
8384
wildflyCommon : "org.wildfly.common:wildfly-common:$versions.wildflyCommon",
85+
commonsCodec : "commons-codec:commons-codec:$versions.commonsCodec",
8486

8587
junit : "junit:junit:$versions.junit",
8688
]
8789
}
88-
// {{end:dependencies}}
90+
// {{end:dependencies}}

stubbornjava-common/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies {
4141
api libs.flyway
4242
api libs.connectorj
4343
api libs.javaxAnnotation
44+
api libs.commonsCodec
4445

4546
compileOnly libs.lombok
4647
annotationProcessor libs.lombok

0 commit comments

Comments
 (0)