Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Apr 22, 2021
1 parent 2cf600d commit c8fc47e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'java'
id 'jacoco'
id 'com.github.ben-manes.versions' version "0.33.0"
id 'com.adarshr.test-logger' version '2.1.0' apply false
id 'com.github.ben-manes.versions' version '0.38.0'
id 'com.adarshr.test-logger' version '3.0.0' apply false
id 'io.franzbecker.gradle-lombok' version '4.0.0' apply false
id 'com.github.johnrengelman.shadow' version '6.0.0' apply false
id 'com.github.johnrengelman.shadow' version '6.1.0' apply false
id 'org.ajoberstar.grgit' version '4.1.0'
}

Expand Down
22 changes: 11 additions & 11 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ ext.deps = [
commons_codec: 'commons-codec:commons-codec:1.15',
commons_io: 'org.apache.commons:commons-io:1.3.2',
commons_text: 'org.apache.commons:commons-text:1.9',
guava: 'com.google.guava:guava:29.0-jre',
httpclient: 'org.apache.httpcomponents:httpclient:4.5.12',
guava: 'com.google.guava:guava:30.1.1-jre',
httpclient: 'org.apache.httpcomponents:httpclient:4.5.13',
jabel: 'com.github.bsideup.jabel:jabel-javac-plugin:0.3.0',
jackson_databind: 'com.fasterxml.jackson.core:jackson-databind:2.11.2',
jackson_databind: 'com.fasterxml.jackson.core:jackson-databind:2.12.3',
jena: 'org.apache.jena:jena:3.17.0',
jena_core: 'org.apache.jena:jena-core:3.17.0',
logback: 'ch.qos.logback:logback-classic:1.2.3',
owlapi: 'net.sourceforge.owlapi:owlapi-distribution:5.1.16',
picocli: 'info.picocli:picocli:4.5.1',
picocli_codegen: 'info.picocli:picocli-codegen:4.5.1',
picocli: 'info.picocli:picocli:4.6.1',
picocli_codegen: 'info.picocli:picocli-codegen:4.6.1',
slf4j_api: 'org.slf4j:slf4j-api:1.7.30',
turtle_formatter: 'de.atextor:turtle-formatter:1.1.0',
vavr: 'io.vavr:vavr:0.10.3',

// Test
junit_jupiter_api: 'org.junit.jupiter:junit-jupiter-api:5.7.0',
junit_jupiter_params: 'org.junit.jupiter:junit-jupiter-params:5.7.0',
junit_jupiter_engine: 'org.junit.jupiter:junit-jupiter-engine:5.7.0',
assertj: 'org.assertj:assertj-core:3.17.2',
jqwik: 'net.jqwik:jqwik:1.3.6',
classgraph: 'io.github.classgraph:classgraph:4.8.87',
junit_jupiter_api: 'org.junit.jupiter:junit-jupiter-api:5.7.1',
junit_jupiter_params: 'org.junit.jupiter:junit-jupiter-params:5.7.1',
junit_jupiter_engine: 'org.junit.jupiter:junit-jupiter-engine:5.7.1',
assertj: 'org.assertj:assertj-core:3.19.0',
jqwik: 'net.jqwik:jqwik:1.5.1',
classgraph: 'io.github.classgraph:classgraph:4.8.104',

// Documentation
nodejs: '12.13.1',
Expand Down
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.github.node-gradle.node' version '2.2.4'
id 'com.github.node-gradle.node' version '3.0.1'
}

apply from: file("${rootDir}/dependencies.gradle")
Expand Down

0 comments on commit c8fc47e

Please sign in to comment.