Bump version.spring.boot from 2.4.5 to 2.5.0

Bumps `version.spring.boot` from 2.4.5 to 2.5.0.

Updates `spring-boot-dependencies` from 2.4.5 to 2.5.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.5...v2.5.0)

Updates `spring-boot-maven-plugin` from 2.4.5 to 2.5.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.4.5...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-21 04:16:24 +00:00 committed by Mustapha Zorgati
parent bfcabea610
commit 071a7c7cfd
6 changed files with 14 additions and 14 deletions

View File

@ -65,7 +65,7 @@
<!-- spring dependencies --> <!-- spring dependencies -->
<version.javax.annotation-api>1.3.2</version.javax.annotation-api> <version.javax.annotation-api>1.3.2</version.javax.annotation-api>
<version.spring.core>2.0.0.RELEASE</version.spring.core> <version.spring.core>2.0.0.RELEASE</version.spring.core>
<version.spring.boot>2.4.5</version.spring.boot> <version.spring.boot>2.5.0</version.spring.boot>
<version.spring.mybatis>2.0.6</version.spring.mybatis> <version.spring.mybatis>2.0.6</version.spring.mybatis>
<!-- wildfly dependencies --> <!-- wildfly dependencies -->

View File

@ -37,7 +37,7 @@ generateSampleData=true
####### JobScheduler cron expression that specifies when the JobSchedler runs ####### JobScheduler cron expression that specifies when the JobSchedler runs
taskana.jobscheduler.async.cron=0 * * * * * taskana.jobscheduler.async.cron=0 * * * * *
####### cache static resources properties ####### cache static resources properties
spring.resources.cache.cachecontrol.cache-private=true spring.web.resources.cache.cachecontrol.cache-private=true
####### for upload of big workbasket- or classification-files ####### for upload of big workbasket- or classification-files
spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB spring.servlet.multipart.max-request-size=10MB
@ -49,12 +49,12 @@ server.compression.min-response-size=10240
spring.main.allow-bean-definition-overriding=true spring.main.allow-bean-definition-overriding=true
server.tomcat.max-http-post-size=-1 server.tomcat.max-http-form-post-size=-1
server.tomcat.max-save-post-size=-1 server.tomcat.max-save-post-size=-1
server.tomcat.max-swallow-size=-1 server.tomcat.max-swallow-size=-1
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy ####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
server.tomcat.internal-proxies=.* server.tomcat.remoteip.internal-proxies=.*
server.use-forward-headers=true server.forward-headers-strategy=native
####### Properties for AccessIdController to connect to LDAP ####### Properties for AccessIdController to connect to LDAP
taskana.ldap.serverUrl=ldap://localhost:10389 taskana.ldap.serverUrl=ldap://localhost:10389

View File

@ -56,7 +56,7 @@ taskana.ldap.groupsOfUser=memberUid
####### JobScheduler cron expression that specifies when the JobSchedler runs ####### JobScheduler cron expression that specifies when the JobSchedler runs
taskana.jobscheduler.async.cron=0 * * * * * taskana.jobscheduler.async.cron=0 * * * * *
####### cache static resources properties ####### cache static resources properties
spring.resources.cache.cachecontrol.cache-private=true spring.web.resources.cache.cachecontrol.cache-private=true
####### for upload of big workbasket- or classification-files ####### for upload of big workbasket- or classification-files
spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB spring.servlet.multipart.max-request-size=10MB
@ -73,5 +73,5 @@ server.tomcat.max-http-post-size=-1
server.tomcat.max-save-post-size=-1 server.tomcat.max-save-post-size=-1
server.tomcat.max-swallow-size=-1 server.tomcat.max-swallow-size=-1
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy ####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
server.tomcat.internal-proxies=.* server.tomcat.remoteip.internal-proxies=.*
server.use-forward-headers=true server.forward-headers-strategy=native

View File

@ -37,7 +37,7 @@ generateSampleData=true
####### JobScheduler cron expression that specifies when the JobSchedler runs ####### JobScheduler cron expression that specifies when the JobSchedler runs
taskana.jobscheduler.async.cron=0 * * * * * taskana.jobscheduler.async.cron=0 * * * * *
####### cache static resources properties ####### cache static resources properties
spring.resources.cache.cachecontrol.cache-private=true spring.web.resources.cache.cachecontrol.cache-private=true
####### for upload of big workbasket- or classification-files ####### for upload of big workbasket- or classification-files
spring.servlet.multipart.max-file-size=10MB spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=10MB spring.servlet.multipart.max-request-size=10MB
@ -49,12 +49,12 @@ server.compression.min-response-size=10240
spring.main.allow-bean-definition-overriding=true spring.main.allow-bean-definition-overriding=true
server.tomcat.max-http-post-size=-1 server.tomcat.max-http-form-post-size=-1
server.tomcat.max-save-post-size=-1 server.tomcat.max-save-post-size=-1
server.tomcat.max-swallow-size=-1 server.tomcat.max-swallow-size=-1
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy ####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
server.tomcat.internal-proxies=.* server.tomcat.remoteip.internal-proxies=.*
server.use-forward-headers=true server.forward-headers-strategy=native
####### Properties for AccessIdController to connect to LDAP ####### Properties for AccessIdController to connect to LDAP
taskana.ldap.serverUrl=ldap://localhost:10389 taskana.ldap.serverUrl=ldap://localhost:10389

View File

@ -43,7 +43,7 @@ spring.ldap.embedded.validation.enabled=false
####### JobScheduler cron expression that specifies when the JobSchedler runs ####### JobScheduler cron expression that specifies when the JobSchedler runs
taskana.jobscheduler.async.cron=0 0 * * * * taskana.jobscheduler.async.cron=0 0 * * * *
####### cache static resources properties ####### cache static resources properties
spring.resources.cache.cachecontrol.cache-private=true spring.web.resources.cache.cachecontrol.cache-private=true
spring.main.allow-bean-definition-overriding=true spring.main.allow-bean-definition-overriding=true
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy ####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
server.tomcat.remoteip.internal-proxies=.* server.tomcat.remoteip.internal-proxies=.*

View File

@ -44,7 +44,7 @@ spring.jackson.default-property-inclusion=non_null
####### JobScheduler cron expression that specifies when the JobSchedler runs ####### JobScheduler cron expression that specifies when the JobSchedler runs
taskana.jobscheduler.async.cron=0 0 * * * * taskana.jobscheduler.async.cron=0 0 * * * *
####### cache static resources properties ####### cache static resources properties
spring.resources.cache.cachecontrol.cache-private=true spring.web.resources.cache.cachecontrol.cache-private=true
spring.main.allow-bean-definition-overriding=true spring.main.allow-bean-definition-overriding=true
####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy ####### tomcat is not detecting the x-forward headers from bluemix as a trustworthy proxy
server.tomcat.remoteip.internal-proxies=.* server.tomcat.remoteip.internal-proxies=.*