Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Jan 14, 2024
1 parent 8a8d8b9 commit ec4b0f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply plugin: 'idea'


group = "com.github.tsantalis"
version = "3.0.3"
version = "3.0.4"

applicationName = rootProject.name
mainClassName = "org.refactoringminer.RefactoringMiner"
Expand All @@ -30,10 +30,10 @@ test {
}

dependencies {
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.7.0.202309050840-r'
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'org.slf4j:slf4j-simple:2.0.9'
implementation 'org.eclipse.jdt:org.eclipse.jdt.core:3.35.0'
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r'
implementation 'org.slf4j:slf4j-api:2.0.11'
implementation 'org.slf4j:slf4j-simple:2.0.11'
implementation 'org.eclipse.jdt:org.eclipse.jdt.core:3.36.0'
implementation 'org.apache.commons:commons-text:1.11.0'
implementation 'org.kohsuke:github-api:1.135'
implementation 'io.github.java-diff-utils:java-diff-utils:4.12'
Expand Down

0 comments on commit ec4b0f8

Please sign in to comment.