Skip to content

Commit

Permalink
Merge pull request #41 from target/dependancy_upgrade
Browse files Browse the repository at this point in the history
Update Springboot to 3.1.11
  • Loading branch information
bmcecilia3 committed May 3, 2024
2 parents 39170a4 + 926ee51 commit 15bc87a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'maven-publish'
id 'idea'
id 'application'
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '3.1.11'
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
id 'de.undercouch.download' version '4.1.1'
id 'jacoco'
Expand All @@ -25,10 +25,10 @@ repositories {
}

dependencies {
implementation "org.springframework.boot:spring-boot-starter-web:3.1.4"
implementation "org.springframework.boot:spring-boot-starter-actuator:3.1.4"
implementation "org.springframework.boot:spring-boot-starter-validation:3.1.4"
implementation "org.springframework.boot:spring-boot-loader:3.1.4"
implementation "org.springframework.boot:spring-boot-starter-web:3.1.11"
implementation "org.springframework.boot:spring-boot-starter-actuator:3.1.11"
implementation "org.springframework.boot:spring-boot-starter-validation:3.1.11"
implementation "org.springframework.boot:spring-boot-loader:3.1.11"
implementation "io.micrometer:micrometer-registry-influx:1.9.0"
implementation "org.javapos:javapos-config-loader:2.2.0"
implementation "org.javapos:javapos:1.14.3"
Expand All @@ -47,10 +47,10 @@ dependencies {
implementation "net.logstash.logback:logstash-logback-encoder:6.4"
implementation "org.yaml:snakeyaml:2.0"

implementation "org.springframework.boot:spring-boot-starter-cache:3.1.4"
implementation "org.springframework.boot:spring-boot-starter-cache:3.1.11"
implementation "com.github.ben-manes.caffeine:caffeine:2.9.3"
implementation "io.github.classgraph:classgraph:4.8.147"
testImplementation "org.springframework.boot:spring-boot-starter-test:3.1.4"
testImplementation "org.springframework.boot:spring-boot-starter-test:3.1.11"
}

tasks.withType(JavaExec){
Expand Down

0 comments on commit 15bc87a

Please sign in to comment.