Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Apr 16, 2022
1 parent 8dda544 commit f686364
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -72,7 +72,7 @@ dependencies {
"org.codehaus.groovy:groovy-xml:$groovyVersion"

// junit
testImplementation 'org.junit.vintage:junit-vintage-engine:5.7.1'
testImplementation "org.junit.vintage:junit-vintage-engine:$junitVintageVersion"

// groovy-test
testImplementation "org.codehaus.groovy:groovy-test:$groovyVersion"
Expand Down
21 changes: 11 additions & 10 deletions gradle.properties
@@ -1,18 +1,19 @@
slf4jVersion = 1.7.32
log4jVersion = 2.15.0
commonsCodecVersion = 1.11
commonsLangVersion = 3.8.1
commonsCollectionsVersion = 4.1
threetenExtraVersion = 1.5.0
slf4jVersion = 1.7.36
log4jVersion = 2.17.2
commonsCodecVersion = 1.15
commonsLangVersion = 3.12.0
commonsCollectionsVersion = 4.4
threetenExtraVersion = 1.7.0
joolVersion = 0.9.14
jparsecVersion = 3.1
everitJsonSchemaVersion = 1.14.0
everitJsonSchemaVersion = 1.14.1

groovyVersion = 3.0.7
bndVersion = 6.1.0
groovyVersion = 3.0.10
bndVersion = 6.2.0
tagsoupVersion = 1.2.1
jcacheVersion = 1.2.4.Final
jcacheVersion = 2.6.1.Final
junitVersion = 4.13
junitVintageVersion = 5.8.2

jacoco_htmlReport = false
org.gradle.caching = true
Expand Down

0 comments on commit f686364

Please sign in to comment.