René's URL Explorer Experiment


Title: Bump spring.version from 4.1.6.RELEASE to 5.2.7.RELEASE by dependabot[bot] · Pull Request #3 · ZeroToHero-2015/JavaMVCAppSpring · GitHub

Open Graph Title: Bump spring.version from 4.1.6.RELEASE to 5.2.7.RELEASE by dependabot[bot] · Pull Request #3 · ZeroToHero-2015/JavaMVCAppSpring

X Title: Bump spring.version from 4.1.6.RELEASE to 5.2.7.RELEASE by dependabot[bot] · Pull Request #3 · ZeroToHero-2015/JavaMVCAppSpring

Description: Bumps spring.version from 4.1.6.RELEASE to 5.2.7.RELEASE. Updates spring-core from 4.1.6.RELEASE to 5.2.7.RELEASE Release notes Sourced from spring-core's releases. v5.2.7.RELEASE ⭐ New Features Implement reliable invocation order for advice within an @Aspect #25186 Performance enhancement in execution of ResponseEntity.of() #25183 Support for shared GroovyClassLoader in GroovyScriptFactory #25177 Suggest making a Set.size() > 0 judgement for AbstractApplicationContext.earlyApplicationEvents #25161 Make use of custom types configurable in YamlProcessor #25152 Avoid need for default constructor in ContextAnnotationAutowireCandidateResolver subclasses #25131 ConstructorResolver.resolveConstructorArguments() return value issue #25130 Introduce serializeToByteArray/deserializeFromByteArray convenience methods #25117 Custom HTTP Method on MockServerHttpRequest #25109 Missing null checks in AbstractMessageChannel.addInterceptor/setInterceptors #25088 Avoid full synchronization in AbstractRefreshableApplicationContext.getBeanFactory() since it can lead to massive thread blocking #25081 Simplify use of HttpContext in HttpComponentsClientHttpRequestFactory in support of user associated connections #25066 ResolvableType forClass fails when a type in the generic signature isn't present #25064 Include timeout unit in shutdown failure logging #25058 Drop unnecessary intermediate StringBuilder.toString() call in ServerSentEventHttpMessageReader #25024 Fix concurrency issues in XStreamMarshaller #25017 Introduce mechanism to discover whether a reactive type registered in ReactiveAdapterRegistry uses deferred computation #24995 Avoid logging exception for closed session in AbstractSockJsSession #24986 Include response body in RestTemplate exception when there is no suitable HttpMessageConverter #24964 🪲 Bug Fixes ExchangeStrategies custom codec's reader & writer are not registered #25149 MultiValueMapAdapter.getFirst fails with IndexOutOfBoundsException in case of empty List #25140 WebSphereUowTransactionManager causes exception for PROPAGATION_SUPPORTS when timeout is specified #25132 Avoid ClassCastException on IllegalArgumentException when invoking sync get cache method #25110 DefaultServerRequestBuilder does not respect attributes when building the ServerRequest #25106 Fix race condition in WriteResultPublisher between subscription and error in publishError #25096 Jackson message converters and codecs do not respect character encoding in canRead/canWrite #25076 DefaultClientResponseBuilder empty logPrefix when creating a DefaultClientResponse based on another #25069 HttpHeaders equals may return false without comparing actual content #25034 Fix race condition in WriteResultPublisher between subscription and completion in publishComplete #24989 📔 Documentation Javadoc for hibernate5 OpenSessionInViewFilter mentions FlushMode.NEVER #25158 Document that the Map backing a MapPropertySource should not contain null values #25142 Javadoc for JdbcOperations.batchUpdate should mention that negative values are possible #25138 Fix URI pattern example in webflux.adoc #25137 Document how reactive transactions work for cancellation in 5.2 and how it will work in 5.3 #25091 Document whether code can rely on specific subclasses of HttpClientErrorException/HttpServerErrorException being thrown from DefaultResponseErrorHandler #25067 Fix SpelEvaluationException with example code #25045 javadoc: remove a comment documented a limitation on @Lookup annotation #25044 Document all predefined variables from ApplicationContext available in SpEL expressions #25037 Document ReactiveTransactionManager support in reference manual #25036 Document ReactiveTransactionManager support #25030 Change to placeholder value in XML is not reevaluated at runtime #25022 ... (truncated) Commits 6110925 Release version 5.2.7.RELEASE a2d516d Replace "whitelist" with alternative words 4c29bbb Upgrade to Reactor Dysprosium-SR8 d2cd4c5 Upgrade to Tomcat 9.0.36 c777468 Polishing 721fd20 Document advice precedence in reference manual 0b760c1 Polish AOP chapter in reference manual 9e1121f Document behavior on reactive tx cancellation 0ccf5e1 Undo MockServerRequest deprecation 0998bd4 Implement reliable advice invocation order within an @Aspect Additional commits viewable in compare view Updates spring-web from 4.1.6.RELEASE to 5.2.7.RELEASE Release notes Sourced from spring-web's releases. v5.2.7.RELEASE ⭐ New Features Implement reliable invocation order for advice within an @Aspect #25186 Performance enhancement in execution of ResponseEntity.of() #25183 Support for shared GroovyClassLoader in GroovyScriptFactory #25177 Suggest making a Set.size() > 0 judgement for AbstractApplicationContext.earlyApplicationEvents #25161 Make use of custom types configurable in YamlProcessor #25152 Avoid need for default constructor in ContextAnnotationAutowireCandidateResolver subclasses #25131 ConstructorResolver.resolveConstructorArguments() return value issue #25130 Introduce serializeToByteArray/deserializeFromByteArray convenience methods #25117 Custom HTTP Method on MockServerHttpRequest #25109 Missing null checks in AbstractMessageChannel.addInterceptor/setInterceptors #25088 Avoid full synchronization in AbstractRefreshableApplicationContext.getBeanFactory() since it can lead to massive thread blocking #25081 Simplify use of HttpContext in HttpComponentsClientHttpRequestFactory in support of user associated connections #25066 ResolvableType forClass fails when a type in the generic signature isn't present #25064 Include timeout unit in shutdown failure logging #25058 Drop unnecessary intermediate StringBuilder.toString() call in ServerSentEventHttpMessageReader #25024 Fix concurrency issues in XStreamMarshaller #25017 Introduce mechanism to discover whether a reactive type registered in ReactiveAdapterRegistry uses deferred computation #24995 Avoid logging exception for closed session in AbstractSockJsSession #24986 Include response body in RestTemplate exception when there is no suitable HttpMessageConverter #24964 🪲 Bug Fixes ExchangeStrategies custom codec's reader & writer are not registered #25149 MultiValueMapAdapter.getFirst fails with IndexOutOfBoundsException in case of empty List #25140 WebSphereUowTransactionManager causes exception for PROPAGATION_SUPPORTS when timeout is specified #25132 Avoid ClassCastException on IllegalArgumentException when invoking sync get cache method #25110 DefaultServerRequestBuilder does not respect attributes when building the ServerRequest #25106 Fix race condition in WriteResultPublisher between subscription and error in publishError #25096 Jackson message converters and codecs do not respect character encoding in canRead/canWrite #25076 DefaultClientResponseBuilder empty logPrefix when creating a DefaultClientResponse based on another #25069 HttpHeaders equals may return false without comparing actual content #25034 Fix race condition in WriteResultPublisher between subscription and completion in publishComplete #24989 📔 Documentation Javadoc for hibernate5 OpenSessionInViewFilter mentions FlushMode.NEVER #25158 Document that the Map backing a MapPropertySource should not contain null values #25142 Javadoc for JdbcOperations.batchUpdate should mention that negative values are possible #25138 Fix URI pattern example in webflux.adoc #25137 Document how reactive transactions work for cancellation in 5.2 and how it will work in 5.3 #25091 Document whether code can rely on specific subclasses of HttpClientErrorException/HttpServerErrorException being thrown from DefaultResponseErrorHandler #25067 Fix SpelEvaluationException with example code #25045 javadoc: remove a comment documented a limitation on @Lookup annotation #25044 Document all predefined variables from ApplicationContext available in SpEL expressions #25037 Document ReactiveTransactionManager support in reference manual #25036 Document ReactiveTransactionManager support #25030 Change to placeholder value in XML is not reevaluated at runtime #25022 ... (truncated) Commits 6110925 Release version 5.2.7.RELEASE a2d516d Replace "whitelist" with alternative words 4c29bbb Upgrade to Reactor Dysprosium-SR8 d2cd4c5 Upgrade to Tomcat 9.0.36 c777468 Polishing 721fd20 Document advice precedence in reference manual 0b760c1 Polish AOP chapter in reference manual 9e1121f Document behavior on reactive tx cancellation 0ccf5e1 Undo MockServerRequest deprecation 0998bd4 Implement reliable advice invocation order within an @Aspect Additional commits viewable in compare view Updates spring-webmvc from 4.1.6.RELEASE to 5.2.7.RELEASE Release notes Sourced from spring-webmvc's releases. v5.2.7.RELEASE ⭐ New Features Implement reliable invocation order for advice within an @Aspect #25186 Performance enhancement in execution of ResponseEntity.of() #25183 Support for shared GroovyClassLoader in GroovyScriptFactory #25177 Suggest making a Set.size() > 0 judgement for AbstractApplicationContext.earlyApplicationEvents #25161 Make use of custom types configurable in YamlProcessor #25152 Avoid need for default constructor in ContextAnnotationAutowireCandidateResolver subclasses #25131 ConstructorResolver.resolveConstructorArguments() return value issue #25130 Introduce serializeToByteArray/deserializeFromByteArray convenience methods #25117 Custom HTTP Method on MockServerHttpRequest #25109 Missing null checks in AbstractMessageChannel.addInterceptor/setInterceptors #25088 Avoid full synchronization in AbstractRefreshableApplicationContext.getBeanFactory() since it can lead to massive thread blocking #25081 Simplify use of HttpContext in HttpComponentsClientHttpRequestFactory in support of user associated connections #25066 ResolvableType forClass fails when a type in the generic signature isn't present #25064 Include timeout unit in shutdown failure logging #25058 Drop unnecessary intermediate StringBuilder.toString() call in ServerSentEventHttpMessageReader #25024 Fix concurrency issues in XStreamMarshaller #25017 Introduce mechanism to discover whether a reactive type registered in ReactiveAdapterRegistry uses deferred computation #24995 Avoid logging exception for closed session in AbstractSockJsSession #24986 Include response body in RestTemplate exception when there is no suitable HttpMessageConverter #24964 🪲 Bug Fixes ExchangeStrategies custom codec's reader & writer are not registered #25149 MultiValueMapAdapter.getFirst fails with IndexOutOfBoundsException in case of empty List #25140 WebSphereUowTransactionManager causes exception for PROPAGATION_SUPPORTS when timeout is specified #25132 Avoid ClassCastException on IllegalArgumentException when invoking sync get cache method #25110 DefaultServerRequestBuilder does not respect attributes when building the ServerRequest #25106 Fix race condition in WriteResultPublisher between subscription and error in publishError #25096 Jackson message converters and codecs do not respect character encoding in canRead/canWrite #25076 DefaultClientResponseBuilder empty logPrefix when creating a DefaultClientResponse based on another #25069 HttpHeaders equals may return false without comparing actual content #25034 Fix race condition in WriteResultPublisher between subscription and completion in publishComplete #24989 📔 Documentation Javadoc for hibernate5 OpenSessionInViewFilter mentions FlushMode.NEVER #25158 Document that the Map backing a MapPropertySource should not contain null values #25142 Javadoc for JdbcOperations.batchUpdate should mention that negative values are possible #25138 Fix URI pattern example in webflux.adoc #25137 Document how reactive transactions work for cancellation in 5.2 and how it will work in 5.3 #25091 Document whether code can rely on specific subclasses of HttpClientErrorException/HttpServerErrorException being thrown from DefaultResponseErrorHandler #25067 Fix SpelEvaluationException with example code #25045 javadoc: remove a comment documented a limitation on @Lookup annotation #25044 Document all predefined variables from ApplicationContext available in SpEL expressions #25037 Document ReactiveTransactionManager support in reference manual #25036 Document ReactiveTransactionManager support #25030 Change to placeholder value in XML is not reevaluated at runtime #25022 ... (truncated) Commits 6110925 Release version 5.2.7.RELEASE a2d516d Replace "whitelist" with alternative words 4c29bbb Upgrade to Reactor Dysprosium-SR8 d2cd4c5 Upgrade to Tomcat 9.0.36 c777468 Polishing 721fd20 Document advice precedence in reference manual 0b760c1 Polish AOP chapter in reference manual 9e1121f Document behavior on reactive tx cancellation 0ccf5e1 Undo MockServerRequest deprecation 0998bd4 Implement reliable advice invocation order within an @Aspect Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps spring.version from 4.1.6.RELEASE to 5.2.7.RELEASE. Updates spring-core from 4.1.6.RELEASE to 5.2.7.RELEASE Release notes Sourced from spring-core's releases. v5.2.7.RELEASE ⭐ New Featu...

X Description: Bumps spring.version from 4.1.6.RELEASE to 5.2.7.RELEASE. Updates spring-core from 4.1.6.RELEASE to 5.2.7.RELEASE Release notes Sourced from spring-core's releases. v5.2.7.RELEASE ⭐ New F...

Opengraph URL: https://github.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:deb90a0f-d047-2b0e-0992-b3b373c25b8a
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC6AE:293C53:527EBE:7187BD:697CE56B
html-safe-nonced461590e9d80bacfc91ac8320761f2319ae60320e236ac0936573b7fe2420634
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDNkFFOjI5M0M1Mzo1MjdFQkU6NzE4N0JEOjY5N0NFNTZCIiwidmlzaXRvcl9pZCI6IjQxNDgxNTEwOTkyNTA3NjMxMTUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmaca4e5cea7970a165b66a3c1d799c26f4ce136c22584a2482904cf8160c97c3373
hovercard-subject-tagpull_request:434851274
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps spring.version from 4.1.6.RELEASE to 5.2.7.RELEASE. Updates spring-core from 4.1.6.RELEASE to 5.2.7.RELEASE Release notes Sourced from spring-core's releases. v5.2.7.RELEASE ⭐ New Featu...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonedebf35e05f408e95650aacfde47554809b144e6456e89039cbec3c26cd1fc93c
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/ZeroToHero-2015/JavaMVCAppSpring git https://github.com/ZeroToHero-2015/JavaMVCAppSpring.git
octolytics-dimension-user_id11958228
octolytics-dimension-user_loginZeroToHero-2015
octolytics-dimension-repository_id35370639
octolytics-dimension-repository_nwoZeroToHero-2015/JavaMVCAppSpring
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id35370639
octolytics-dimension-repository_network_root_nwoZeroToHero-2015/JavaMVCAppSpring
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releaseefd4ca6943fce67a11235cf3699b1d8ffbf4a583
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FZeroToHero-2015%2FJavaMVCAppSpring%2Fpull%2F3%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FZeroToHero-2015%2FJavaMVCAppSpring%2Fpull%2F3%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=ZeroToHero-2015%2FJavaMVCAppSpring
Reloadhttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files
Reloadhttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files
Reloadhttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files
ZeroToHero-2015 https://patch-diff.githubusercontent.com/ZeroToHero-2015
JavaMVCAppSpringhttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FZeroToHero-2015%2FJavaMVCAppSpring
Fork 3 https://patch-diff.githubusercontent.com/login?return_to=%2FZeroToHero-2015%2FJavaMVCAppSpring
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2FZeroToHero-2015%2FJavaMVCAppSpring
Code https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring
Issues 0 https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/issues
Pull requests 7 https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pulls
Actions https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/actions
Projects 0 https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/projects
Wiki https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/wiki
Security 0 https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/security
Insights https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pulse
Code https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring
Issues https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/issues
Pull requests https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pulls
Actions https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/actions
Projects https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/projects
Wiki https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/wiki
Security https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/security
Insights https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2FZeroToHero-2015%2FJavaMVCAppSpring%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2FZeroToHero-2015%2FJavaMVCAppSpring%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/tree/master
dependabot/maven/spring.version-5.2.7.RELEASEhttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/tree/dependabot/maven/spring.version-5.2.7.RELEASE
Conversation 0 https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3
Commits 1 https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/commits
Checks 0 https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/checks
Files changed https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files
Bump spring.version from 4.1.6.RELEASE to 5.2.7.RELEASE https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files
7135fab Bump spring.version from 4.1.6.RELEASE to 5.2.7.RELEASE dependabot[bot] Jun 15, 2020 https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/commits/7135fabe428a2cbef84db6fc312f59b10609f82c
Clear filters https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files
Please reload this pagehttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files
pom.xmlhttps://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
View file https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/blob/7135fabe428a2cbef84db6fc312f59b10609f82c/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://patch-diff.githubusercontent.com/ZeroToHero-2015/JavaMVCAppSpring/pull/3/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.