Skip to content

Commit

Permalink
fix: update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfaller committed Feb 2, 2024
1 parent 7368a13 commit 170ba6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ subprojects {
}

dependencies {
annotationProcessor 'org.atteo.classindex:classindex:3.10'
implementation 'org.atteo.classindex:classindex:3.10'
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
testImplementation 'org.hamcrest:hamcrest-library:2.1'
annotationProcessor 'org.atteo.classindex:classindex-osgi-tests:3.13'

This comment has been minimized.

Copy link
@htfy96

htfy96 Feb 13, 2024

I feel like this is a typo that caused #337 . Reverting it back to :classindex:3.13 solves all problems

This comment has been minimized.

Copy link
@jrfaller

jrfaller Feb 13, 2024

Author Member

Well spotted, thanks!!!

implementation 'org.atteo.classindex:classindex:3.13'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testImplementation 'org.hamcrest:hamcrest-library:2.2'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion gen.javaparser/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description = 'GumTree tree generator for Java code (JavaParser based).'

dependencies {
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.18.0'
implementation 'com.github.javaparser:javaparser-symbol-solver-core:3.25.1'
}

0 comments on commit 170ba6f

Please sign in to comment.