Skip to content

Commit

Permalink
Merge pull request #355 from josdem/feature/343
Browse files Browse the repository at this point in the history
Update dependencies to the latest version
  • Loading branch information
josdem authored Sep 26, 2024
2 parents 3f497d9 + 54df3b6 commit ef2dc93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ buildscript {
}

plugins {
id 'org.springframework.boot' version '3.3.3'
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.flywaydb.flyway' version '10.17.3'
id 'org.flywaydb.flyway' version '10.18.0'
id "org.sonarqube" version "3.3"
id 'jacoco'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
}

ext {
gcpVersion = "4.7.1"
gcpVersion = "5.6.1"
retrofitVersion = '2.11.0'
mockitoInlineVersion = '4.8.0'
mockitoInlineVersion = '5.2.0'
}

group = 'com.josdem.vetlog'
Expand Down

0 comments on commit ef2dc93

Please sign in to comment.