Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-wolski authored May 2, 2023
1 parent 1562d23 commit fbff266
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id "info.solidsoft.pitest" version '1.7.0'
id 'io.spring.dependency-management' version '1.1.0'
id 'org.sonarqube' version '3.3'
id 'org.springframework.boot' version '2.7.7'
id 'org.springframework.boot' version '2.7.11'
id "org.flywaydb.flyway" version "8.4.2"
id "io.freefair.lombok" version "5.3.3.3"
id 'uk.gov.hmcts.java' version '0.12.39'
Expand All @@ -30,7 +30,7 @@ def versions = [
pitest : '1.7.4',
reformLogging : '6.0.1',
serenity : '2.0.76',
springBoot : '2.7.7',
springBoot : '2.7.11',
restAssured : '4.3.3',
jackson : '2.14.0-rc1',
launchDarklySdk : '5.10.7',
Expand Down Expand Up @@ -303,7 +303,7 @@ dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa', version: versions.springBoot
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: versions.springBoot
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: versions.springBoot
implementation group: 'org.springframework.security', name: 'spring-security-core', version: '5.7.5'
implementation group: 'org.springframework.security', name: 'spring-security-core', version: '5.7.8'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-cache', version: versions.springBoot

implementation group: 'org.bouncycastle', name: 'bcpkix-jdk15on', version: '1.70'
Expand Down

0 comments on commit fbff266

Please sign in to comment.