Skip to content

Commit

Permalink
Dependency updates for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Sep 14, 2024
1 parent 32a3208 commit 90b5fd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
group = "com.github.tsantalis"
version = project.hasProperty('buildVersion') ?
project.buildVersion
: '3.0.7'
: '3.0.8'

applicationName = rootProject.name
mainClassName = "org.refactoringminer.RefactoringMiner"
Expand Down Expand Up @@ -54,8 +54,8 @@ test {

dependencies {
implementation 'org.eclipse.jgit:org.eclipse.jgit:6.10.0.202406032230-r'
implementation 'org.slf4j:slf4j-api:2.0.13'
implementation 'org.slf4j:slf4j-simple:2.0.13'
implementation 'org.slf4j:slf4j-api:2.0.16'
implementation 'org.slf4j:slf4j-simple:2.0.16'
implementation 'org.eclipse.jdt:org.eclipse.jdt.core:3.38.0'
implementation 'org.apache.commons:commons-text:1.12.0'
implementation 'org.kohsuke:github-api:1.135'
Expand All @@ -72,7 +72,7 @@ dependencies {
testImplementation 'org.glassfish:javax.json:1.1.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0'

implementation 'it.unimi.dsi:fastutil:8.5.13'
implementation 'it.unimi.dsi:fastutil:8.5.14'
implementation 'com.sparkjava:spark-core:2.9.4'
implementation('org.rendersnake:rendersnake:1.9.0') {
exclude group: 'javax.servlet', module: 'servlet-api'
Expand Down

0 comments on commit 90b5fd0

Please sign in to comment.