Skip to content

Commit

Permalink
fix(deps): update dependency org.gradle:gradle-tooling-api to v7.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent 7decfd6 commit 5da3b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ val date: String = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-
val applicationName = "meghanada"

val junitVersion = "5.8.2"
val gradleVersion = "7.3.3"
val gradleVersion = "7.6.1"
val log4jVersion = "2.17.1"
val xodusVersion = "1.3.232"
val opencensusVersion = "0.30.0"
Expand Down

0 comments on commit 5da3b40

Please sign in to comment.