Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Apr 19, 2024
1 parent 2ef7288 commit 41ce517
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'io.github.gradle-nexus.publish-plugin' version "1.3.0"
id 'io.github.gradle-nexus.publish-plugin' version "2.0.0"
}

group = 'de.undercouch'
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation gradleApi()
implementation localGroovy()

implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0'
implementation "org.antlr:antlr4:${libs.versions.antlr.get()}"
implementation 'org.apache.directory.studio:org.apache.commons.io:2.4'
implementation 'org.eclipse.tycho:org.eclipse.jdt.core:3.14.0.v20171206-0802'
Expand Down
4 changes: 2 additions & 2 deletions citeproc-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ dependencies {
api 'org.jbibtex:jbibtex:1.0.20'
api "org.antlr:antlr4-runtime:${libs.versions.antlr.get()}"
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'org.apache.commons:commons-text:1.11.0'
implementation 'org.apache.commons:commons-text:1.12.0'
implementation 'org.yaml:snakeyaml:2.2', optional

testImplementation 'commons-io:commons-io:2.15.1'
testImplementation 'commons-io:commons-io:2.16.1'
testImplementation 'org.citationstyles:styles:24.3'
testImplementation 'org.citationstyles:locales:24.3'
testImplementation "org.graalvm.sdk:graal-sdk:$graalVMVersion"
Expand Down

0 comments on commit 41ce517

Please sign in to comment.