Skip to content

Commit

Permalink
Merge branch 'main' into symbol-resolver-with-eog-power
Browse files Browse the repository at this point in the history
  • Loading branch information
KuechA committed Sep 14, 2023
2 parents 2e97d1f + 001f564 commit 9eca8c9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 154 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ allprojects {

val dokkaPlugin by configurations
dependencies {
dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.8.10")
dokkaPlugin("org.jetbrains.dokka:versioning-plugin:1.9.0")
}
}

Expand Down
150 changes: 0 additions & 150 deletions cpg-core/src/test/resources/openssl/client.cpp

This file was deleted.

6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlin = "1.9.0"
neo4j = "4.0.6"
log4j = "2.20.0"
sonarqube = "4.2.0.3129"
sonarqube = "4.3.1.3277"
spotless = "6.21.0"
nexus-publish = "1.3.0"

Expand Down Expand Up @@ -41,8 +41,8 @@ mockito = { module = "org.mockito:mockito-core", version = "5.5.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.8.10" } # the dokka plugin is slightly behind the main Kotlin release cycle
dokka-versioning= {module = "org.jetbrains.dokka:versioning-plugin", version = "1.8.10"}
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"}
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 9eca8c9

Please sign in to comment.