Skip to content

Commit

Permalink
Renovate Combined Pull Request (#877)
Browse files Browse the repository at this point in the history
* Update versions.tomcat to v9.0.96

* Update dependency io.github.openfeign:feign-jackson to v13.5

* Update dependency microsoft/ApplicationInsights-Java to v3.6.1

* Update versions.logbackVersion to v1.5.10

* Update dependency org.jetbrains:annotations to v26

* DTSAM-581 Renovate review W/C 2024-10-14 logbackVersion revert from 1.5.10 -> 1.2.13 due to ClassNotFoundException: org.slf4j.impl.StaticLoggerBinder

* ORG_ROLE_MAPPING_DB_HOST: am-org-role-mapping-service-pr-2126-postgresql for testing in preview chart

* Empty-Commit

* ORG_ROLE_MAPPING_DB_HOST changed to am-org-role-mapping-service-pr-2127-postgresql

* ORG_ROLE_MAPPING_DB_HOST reverted to pr-1540 in preview chart

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions <[email protected]>
Co-authored-by: Mike Brown <[email protected]>
  • Loading branch information
4 people authored Oct 17, 2024
1 parent 19cf454 commit 81bc72f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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.5.4
ARG APP_INSIGHTS_AGENT_VERSION=3.6.1

# Application image

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 81bc72f

Please sign in to comment.