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 #1721

Merged
merged 9 commits into from
Jan 25, 2024
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Keep hub.Dockerfile aligned to this file as far as possible
ARG JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom"
# renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java
ARG APP_INSIGHTS_AGENT_VERSION=3.4.18
ARG APP_INSIGHTS_AGENT_VERSION=3.4.19

# Application image

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ plugins {
id 'org.sonarqube' version '4.0.0.2929'
id 'au.com.dius.pact' version '4.3.12'
id 'com.github.spacialcircumstances.gradle-cucumber-reporting' version '0.1.25'
id 'org.owasp.dependencycheck' version '9.0.4'
id 'org.owasp.dependencycheck' version '9.0.9'
}

apply plugin: "info.solidsoft.pitest"
Expand Down Expand Up @@ -55,7 +55,7 @@ def versions = [
log4JVersion : '2.20.0',
logbackVersion : '1.2.13',
launchDarklySdk: '5.10.9',
netty_version : '4.1.101.Final'
netty_version : '4.1.106.Final'

]

Expand Down
4 changes: 2 additions & 2 deletions charts/am-org-role-mapping-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ appVersion: "1.0"
description: A Helm chart for AM Organisation Role Mapping Service
name: am-org-role-mapping-service
home: https://github.com/hmcts/am-org-role-mapping-service
version: 0.0.55
version: 0.0.56
maintainers:
- name: Access Management Team
dependencies:
- name: java
version: 5.0.2
version: 5.0.3
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
- name: servicebus
version: 1.0.4
Expand Down