Skip to content

Commit

Permalink
fix: update dependencies in build.gradle (#1212)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Oct 30, 2023
1 parent 5d5c87b commit 63a5cbe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 306 deletions.
9 changes: 4 additions & 5 deletions github-bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,14 @@ plugins {
}

dependencies {
implementation 'io.quarkiverse.jgit:quarkus-jgit:3.0.5'
implementation 'io.quarkiverse.jgit:quarkus-jgit:3.0.5'
implementation enforcedPlatform("${quarkusPlatformGroupId}:${quarkusPlatformArtifactId}:${quarkusPlatformVersion}")
implementation 'io.quarkiverse.githubapi:quarkus-github-api:1.316.0'
implementation 'io.quarkiverse.githubapp:quarkus-github-app:2.1.0'
implementation 'io.quarkiverse.githubapp:quarkus-github-app-command-airline:2.1.0'
implementation 'io.quarkus:quarkus-arc'
implementation "io.quarkus:quarkus-scheduler"
implementation 'io.quarkus:quarkus-smallrye-health'
implementation project(path: ':spoon-analyzer')
testImplementation 'io.quarkus:quarkus-junit5'
implementation project(path: ':spoon-analyzer')
testImplementation 'io.quarkus:quarkus-junit5'
implementation project(":code-transformation")
implementation 'io.quarkus:quarkus-mongodb-panache:3.5.0'
annotationProcessor("io.quarkus:quarkus-panache-common")
Expand All @@ -29,6 +27,7 @@ dependencies {
implementation project(":commons")
implementation "io.quarkiverse.loggingmanager:quarkus-logging-manager:3.0.2"
testImplementation 'org.mockito:mockito-core:5.6.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0'
}


Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 63a5cbe

Please sign in to comment.