Skip to content

Commit

Permalink
Removed dependency org.jetbrains:annotations (#1355)
Browse files Browse the repository at this point in the history
* Update dependency org.jetbrains:annotations to v24.1.0

* Removed dependency

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Christian Banse <[email protected]>
  • Loading branch information
renovate[bot] and oxisto authored Nov 16, 2023
1 parent b71e023 commit 0770194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion cpg-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ dependencies {
api(libs.commons.io)

implementation(libs.kotlin.reflect)
implementation(libs.jetbrains.annotations)

testImplementation(libs.junit.params)

Expand Down
3 changes: 1 addition & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ osgi-service = { module = "org.osgi:org.osgi.service.prefs", version = "1.1.2"}
icu4j = { module = "com.ibm.icu:icu4j", version = "74.1"}
eclipse-cdt-core = { module = "org.eclipse.cdt:core", version = "8.0.0.202211292120"}
commons-io = { module = "commons-io:commons-io", version = "2.15.0"}
jetbrains-annotations = { module = "org.jetbrains:annotations", version = "24.0.0"}
picocli = { module = "info.picocli:picocli", version = "4.7.0"}
picocli-codegen = { module = "info.picocli:picocli-codegen", version = "4.7.0"}
jep = { module = "black.ninia:jep", version = "4.1.1" } # build.yml uses grep to extract the jep verison number for CI/CD purposes
Expand All @@ -41,7 +40,7 @@ mockito = { module = "org.mockito:mockito-core", version = "5.7.0"}
# plugins needed for build.gradle.kts in buildSrc
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
dokka-gradle = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.9.0" } # the dokka plugin is slightly behind the main Kotlin release cycle
dokka-versioning= {module = "org.jetbrains.dokka:versioning-plugin", version = "1.9.0"}
dokka-versioning = {module = "org.jetbrains.dokka:versioning-plugin", version = "1.9.0"}
sonarqube-gradle = { module = "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin", version.ref = "sonarqube" }
spotless-gradle = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
nexus-publish-gradle = { module = "io.github.gradle-nexus:publish-plugin", version.ref = "nexus-publish" }
Expand Down

0 comments on commit 0770194

Please sign in to comment.