Skip to content

Commit

Permalink
Build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pingowl committed Aug 31, 2024
1 parent 7354bc8 commit 76b0ae1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java'
id 'org.springframework.boot' version '2.7.5'
id 'io.spring.dependency-management' version '1.1.4'
id "com.gorylenko.gradle-git-properties" version "2.2.4" // actutator-git
id "com.gorylenko.gradle-git-properties" version "2.4.2" // actutator-git
}

group = 'com'
Expand All @@ -20,6 +20,9 @@ configurations {

repositories {
mavenCentral()
maven {
url "https://plugins.gradle.org/m2/"
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
rootProject.name = 'DrugBox'
rootProject.name = 'DrugBox'

0 comments on commit 76b0ae1

Please sign in to comment.