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

Renovate Combined Pull Request #839

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
b884218
chore(deps): update dependency au.com.dius.pact.provider:junit5 to v4…
renovate-bot Jun 9, 2022
868b12b
chore(deps): update dependency ch.qos.logback:logback-core to v1.2.11
renovate-bot Jun 9, 2022
9b5ab7f
chore(deps): update dependency com.fasterxml.jackson.core:jackson-dat…
renovate-bot Jun 9, 2022
950d01e
chore(deps): update dependency com.github.hmcts:rd-commons-lib to v0.…
renovate-bot Jun 9, 2022
0b84d60
chore(deps): update dependency info.solidsoft.gradle.pitest:gradle-pi…
renovate-bot Jun 10, 2022
2512fcf
chore(deps): update dependency net.bytebuddy:byte-buddy to v1.12.10
renovate-bot Jun 10, 2022
cdbd614
chore(deps): update dependency org.flywaydb:flyway-core to v8.5.12
renovate-bot Jun 12, 2022
0453a5b
chore(deps): update dependency com.squareup.okhttp3:okhttp to v4.10.0
renovate-bot Jun 12, 2022
f9c8f62
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
c209eaa
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
f31ebaf
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
c65e863
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
8da5e4b
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
4eaf462
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
ad1d90b
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
84faebe
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
9b32848
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
aaee019
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
cbf9e3e
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
f98620c
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
d5ae081
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
e59a961
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
42ff672
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
8c940f6
Branch was auto-updated.
github-actions[bot] Jun 13, 2022
7b0acee
Merge branch 'renovate/ch.qos.logback-logback-core-1.x' of https://gi…
invalid-email-address Jun 14, 2022
89c20b4
Merge branch 'renovate/com.fasterxml.jackson.core-jackson-databind-2.…
invalid-email-address Jun 14, 2022
c6fa47c
Merge branch 'renovate/com.github.hmcts-rd-commons-lib-0.x' of https:…
invalid-email-address Jun 14, 2022
19df283
Merge branch 'renovate/com.squareup.okhttp3-okhttp-4.x' of https://gi…
invalid-email-address Jun 14, 2022
9a81fa0
Merge branch 'renovate/info.solidsoft.gradle.pitest-gradle-pitest-plu…
invalid-email-address Jun 14, 2022
9c2c367
Merge branch 'renovate/net.bytebuddy-byte-buddy-1.x' of https://githu…
invalid-email-address Jun 14, 2022
4b6e79d
Merge branch 'renovate/org.flywaydb-flyway-core-8.x' of https://githu…
invalid-email-address Jun 14, 2022
a85baf7
Bumping chart version/ fixing aliases
hmcts-jenkins-j-to-z[bot] Oct 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ dependencies {
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: versions.launchDarklySdk

implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.13.2'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.2.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.3'
implementation group: 'com.fasterxml.jackson', name: 'jackson-bom', version: '2.13.2.20220324', ext: 'pom'
implementation group: 'io.jsonwebtoken', name: 'jjwt', version:'0.9.1'
implementation group: 'javax.inject', name: 'javax.inject', version: '1'
Expand All @@ -366,7 +366,7 @@ dependencies {
//Fix for CVE-2021-29425
implementation 'commons-io:commons-io:2.11.0'

implementation group: 'org.flywaydb', name: 'flyway-core', version: '8.5.2'
implementation group: 'org.flywaydb', name: 'flyway-core', version: '8.5.12'

implementation group: 'org.postgresql', name: 'postgresql', version: '42.3.3'

Expand All @@ -384,7 +384,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: versions.log4j
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: versions.log4j

implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.10'
implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.11'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.10'


Expand All @@ -396,7 +396,7 @@ dependencies {
exclude group: "net.bytebuddy", module: "byte-buddy"
exclude group: "net.bytebuddy", module: "byte-buddy-agent"
}
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.12.7'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy', version: '1.12.10'
testImplementation group: 'net.bytebuddy', name: 'byte-buddy-agent', version: '1.12.7'

testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.3.1'
Expand All @@ -410,7 +410,7 @@ dependencies {
implementation "com.github.hmcts.java-logging:logging:${versions.reformLogging}"
implementation "com.github.hmcts.java-logging:logging-appinsights:${versions.reformLogging}"

testImplementation ('com.github.hmcts:rd-commons-lib:v0.0.13'){
testImplementation ('com.github.hmcts:rd-commons-lib:0.0.14'){
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-web'
}

Expand Down Expand Up @@ -443,7 +443,7 @@ dependencies {
}

testImplementation group: 'org.pitest', name: 'pitest', version: versions.pitest
testImplementation 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.7.0'
testImplementation 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.7.4'
testImplementation group: 'org.pitest', name: 'pitest-junit5-plugin', version: '0.15'


Expand All @@ -452,7 +452,7 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}

testImplementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.9.0'
testImplementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.10.0'

testImplementation (group: 'io.rest-assured', name: 'rest-assured', version: '4.3.1') {
exclude group: "com.sun.xml.bind", module: "jaxb-osgi"
Expand Down Expand Up @@ -499,7 +499,7 @@ dependencies {
smokeTestImplementation sourceSets.main.runtimeClasspath
smokeTestImplementation sourceSets.test.runtimeClasspath

contractTestImplementation group: 'au.com.dius.pact.provider', name: 'junit5', version: '4.3.5'
contractTestImplementation group: 'au.com.dius.pact.provider', name: 'junit5', version: '4.3.9'
contractTestImplementation group: 'au.com.dius.pact.provider', name: 'junit5spring', version: '4.2.14'

contractTestImplementation sourceSets.main.runtimeClasspath
Expand Down
4 changes: 2 additions & 2 deletions charts/rd-user-profile-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ appVersion: "1.0"
description: A Helm chart for rd-user-profile-api
name: rd-user-profile-api
home: https://github.com/hmcts/rd-user-profile-api
version: 0.0.22
version: 0.0.23
maintainers:
- name: Reference Data Team
dependencies:
- name: java
version: 3.7.3
repository: '@hmctspublic'
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'