Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SammiChong committed Dec 5, 2023
1 parent bf474e0 commit e8fe482
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 @@ -5,7 +5,7 @@ plugins {
id 'pmd'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.3'
id 'org.springframework.boot' version '2.7.17'
id 'org.springframework.boot' version '2.7.18'
id 'org.owasp.dependencycheck' version '8.2.1'
id 'uk.gov.hmcts.java' version '0.12.47'
id 'com.github.ben-manes.versions' version '0.46.0'
Expand Down Expand Up @@ -293,7 +293,7 @@ def versions = [
springFrameworkCloud: '2.2.10.RELEASE',
pitest : '1.13.1',
pactVersion : '4.1.7',
tomcat : '9.0.82'
tomcat : '9.0.83'
]

ext.libraries = [
Expand All @@ -317,8 +317,8 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-json'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation'
implementation 'org.springframework.boot:spring-boot-starter-security:2.7.17'
implementation 'org.springframework.boot:spring-boot-starter-validation:2.7.17'
implementation 'org.springframework.boot:spring-boot-starter-security:2.7.18'
implementation 'org.springframework.boot:spring-boot-starter-validation:2.7.18'

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: versions.springFrameworkCloud
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '3.1.8'
Expand Down

0 comments on commit e8fe482

Please sign in to comment.