diff --git a/Dockerfile b/Dockerfile index 54ff8455..15c4ed83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.5.4 +ARG APP_INSIGHTS_AGENT_VERSION=3.6.1 # Application image diff --git a/build.gradle b/build.gradle index 39315be1..adf0f4cf 100644 --- a/build.gradle +++ b/build.gradle @@ -45,9 +45,9 @@ def versions = [ springHystrix : '2.1.1.RELEASE', spring : '5.3.39', springSecurity : '5.8.14', - tomcat : '9.0.95', + tomcat : '9.0.96', rest_assured : '3.3.0', - feign_jackson : '13.4', + feign_jackson : '13.5', jacksondata : '2.18.0', log4JVersion : '2.24.1', logbackVersion : '1.2.13' @@ -251,7 +251,7 @@ dependencies { implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.3' implementation group: 'javax.inject', name: 'javax.inject', version: '1' implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk' , version: '5.10.9' - implementation 'org.jetbrains:annotations:25.0.0' + implementation 'org.jetbrains:annotations:26.0.1' implementation group: 'org.springframework', name: 'spring-aop', version: versions.spring implementation group: 'org.springframework', name: 'spring-aspects', version: versions.spring implementation group: 'org.springframework', name: 'spring-expression', version: versions.spring