Skip to content

Commit

Permalink
Merge pull request #384 from josdem/feature/381
Browse files Browse the repository at this point in the history
  • Loading branch information
josdem authored Oct 10, 2024
2 parents aae724d + 3d76c40 commit d546907
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 @@ -10,21 +10,21 @@ buildscript {
plugins {
id 'org.springframework.boot' version '3.3.4'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.flywaydb.flyway' version '10.18.0'
id 'org.flywaydb.flyway' version '10.19.0'
id 'org.sonarqube' version '5.1.0.4882'
id 'jacoco'
id 'java'
id 'com.diffplug.spotless' version '6.25.0'
}

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

group = 'com.josdem.vetlog'
version = '1.9.1'
version = '1.9.2'

configurations {
compileOnly {
Expand Down Expand Up @@ -80,7 +80,7 @@ dependencies {
annotationProcessor 'org.projectlombok:lombok'
runtimeOnly 'com.mysql:mysql-connector-j'
implementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
implementation 'net.minidev:json-smart:2.3'
implementation 'net.minidev:json-smart:2.4.9'
implementation 'javax.xml.bind:jaxb-api:2.3.1'
testImplementation "cglib:cglib-nodep:3.2.4"
testCompileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit d546907

Please sign in to comment.