Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FACT 1698 - Renovate Dependencies Update #1552

Merged
merged 14 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: ${{ runner.os }}-gradle-
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'adopt'
Expand Down
18 changes: 10 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id 'org.owasp.dependencycheck' version '9.0.9'
id 'com.github.ben-manes.versions' version '0.50.0'
id 'org.sonarqube' version '4.4.1.3373'
id 'org.flywaydb.flyway' version '9.22.3'
id 'org.flywaydb.flyway' version '10.12.0'
}

group = 'uk.gov.hmcts.reform'
Expand Down Expand Up @@ -95,7 +95,7 @@ task fortifyScan(type: JavaExec) {

checkstyle {
maxWarnings = 0
toolVersion = '10.12.1'
toolVersion = '10.15.0'
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
}

Expand Down Expand Up @@ -167,8 +167,8 @@ repositories {
}

def versions = [
junit : '5.10.1',
junitPlatform : '1.10.1',
junit : '5.10.2',
junitPlatform : '1.10.2',
reformLogging : '6.1.4',
apiguardian : '1.1.2'
]
Expand All @@ -185,8 +185,10 @@ ext.libraries = [
]

dependencies {
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.2'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '9.22.3'
runtimeOnly group: 'org.flywaydb', name: 'flyway-database-postgresql', version: '10.12.0'

implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.12.0'

implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-spring', version: '5.10.2'
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-provider-jdbc-template', version: '5.10.2'
Expand Down Expand Up @@ -217,8 +219,8 @@ dependencies {

// region: feign clients
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.0'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '12.5'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '12.5'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2.1'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2.1'
// end region

implementation group: 'org.apache.qpid', name: 'qpid-jms-client', version: '1.11.0'
Expand Down
4 changes: 2 additions & 2 deletions charts/reform-scan-notification-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apiVersion: v2
description: A Helm chart for Reform Scan Notification Service
name: reform-scan-notification-service
home: https://github.com/hmcts/reform-scan-notification-service
version: 2.0.12
version: 2.0.13
maintainers:
- name: HMCTS BSP Team
email: bspteam@hmcts.net
dependencies:
- name: java
version: 5.0.0
version: 5.2.0
repository: https://hmctspublic.azurecr.io/helm/v1/repo/
- name: servicebus
version: 1.0.4
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists