Skip to content

chore(deps): bump spring-boot-starter-parent from 2.5.0 to 2.5.2#220

Merged
colorful3 merged 1 commit intodevfrom
dependabot/maven/dev/org.springframework.boot-spring-boot-starter-parent-2.5.2
Jun 27, 2021
Merged

chore(deps): bump spring-boot-starter-parent from 2.5.0 to 2.5.2#220
colorful3 merged 1 commit intodevfrom
dependabot/maven/dev/org.springframework.boot-spring-boot-starter-parent-2.5.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jun 25, 2021

Bumps spring-boot-starter-parent from 2.5.0 to 2.5.2.

Release notes

Sourced from spring-boot-starter-parent's releases.

v2.5.2

🪲 Bug Fixes

  • Instantiator is called without a classloader #27074
  • EnvironmentPostProcessors aren't instantiated with correct ClassLoader #27073
  • EnvironmentPostProcessors aren't instantiated with correct ClassLoader #27072
  • Instantiator is called without a classloader #27071
  • Failure when binding the name of a non-existent class to a Class property isn't very helpful #27061
  • Failure when binding the name of a non-existent class to a Class property isn't very helpful #27060
  • Unable to exclude dependencies on repackaging war #27057
  • Unable to exclude dependencies on repackaging war #27056
  • Deadlock when the application context is closed and System.exit(int) is then called during application context refresh #27049
  • Default value for NettyProperties.leakDetection is not aligned with Netty's default #27046
  • Profile-specific resolution should still happen when processing 'spring.config.import' properties #27006
  • Profile-specific resolution should still happen when processing 'spring.config.import' properties #27005
  • Gradle build fails with "invocation of 'Task.project' at execution time is unsupported" when using the configuration cache in a project that depends on org.springframework.boot:spring-boot-configuration-processor #26997
  • NoSuchMethodError with Jetty 10 when trying to use HTTP/2 over TLS (h2) #26988
  • SpringApplicationShutdownHook throws ClassCastException when use log4j2 #26953
  • Gradle 6.9.x is not listed as a supported version when the Gradle version is < 6.8 #26952
  • Kotlin plugin's version shouldn't be read if the kotlin.version extra property has been set #26947
  • Profile-specific files should still be considered when processing 'spring.config.import' properties #26939
  • Misleading type information reported by BeanNotOfRequiredTypeFailureAnalyzer #26935
  • SQL initialization in 2.5 does not handle connection errors gracefully anymore #26926
  • Script-based database initialization should not check the database's type unless it has scripts to apply #26925
  • Memory leak in MetricsClientHttpRequestInterceptor when auto-timing is disabled #26923
  • DevTools' LiveReload support's HTTP header handling is case sensitive #26920
  • DevTools' LiveReload support's HTTP header handling is case sensitive #26919
  • App fails to start when using Flyway or Liquibase with a spring.flyway.url or spring.liquibase.url without spring-jdbc on the classpath #26917
  • A bean factory post processor cannot be configured to run after DependsOnDatabaseInitializationPostProcessor #26899
  • WebSocket auto-configuration throws a CNFE with Jetty 10 #26847

📔 Documentation

  • Description of spring.datasource.name property is inaccurate #27063
  • Description of spring.datasource.name property is inaccurate #27062
  • Update reference documentation to reflect @SpringBootApplication's use of @SpringBootConfiguration #27024
  • Document uuid support in RandomValuePropertySource #27010
  • Misleading doc about application startup exposure #26978
  • Add missing space for asciidoc ordered list #26955
  • Add Azure info to the cloud deployment docs #26910
  • Make the documentation versions more apparent #26891

🔨 Dependency Upgrades

  • Upgrade to Cassandra Driver 4.11.2 #26990
  • Upgrade to Dropwizard Metrics 4.1.24 #27035
  • Upgrade to Hazelcast 4.1.4 #27069
  • Upgrade to Jedis 3.6.1 #26992
  • Upgrade to Jetty EL 9.0.48 #26993
  • Upgrade to Kotlin 1.5.20 #27088

... (truncated)

Commits
  • cbe4cff Release v2.5.2
  • dfbd82b Fix Kotlin 1.5.20 classpath issues
  • d442071 Suppress Kotlin 1.5.20 deprecation warning
  • 8f9652c Upgrade to Kotlin 1.5.20
  • b4346f0 Merge branch '2.4.x' into 2.5.x
  • fb008a4 Merge branch '2.3.x' into 2.4.x
  • 82963a3 Fix typo
  • c150a91 Merge branch '2.4.x' into 2.5.x
  • 2ea8367 Merge branch '2.3.x' into 2.4.x
  • 7617f0d Do not publish to Sonatype when already published
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.0...v2.5.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 25, 2021
@colorful3 colorful3 merged commit b0644f6 into dev Jun 27, 2021
@colorful3 colorful3 deleted the dependabot/maven/dev/org.springframework.boot-spring-boot-starter-parent-2.5.2 branch June 27, 2021 08:24
colorful3 added a commit that referenced this pull request Jun 27, 2021
* chore(deps): bump spring-boot-starter-parent from 2.5.0 to 2.5.2 (#220)

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.0...v2.5.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: optimize ci action config

* Update maven.yml

* Update maven.yml

* fix issue #131

* chore(deps): bump qiniu-java-sdk from 7.4.0 to 7.8.0

Bumps [qiniu-java-sdk](https://github.com/qiniu/java-sdk) from 7.4.0 to 7.8.0.
- [Release notes](https://github.com/qiniu/java-sdk/releases)
- [Changelog](https://github.com/qiniu/java-sdk/blob/master/CHANGELOG.md)
- [Commits](qiniu/java-sdk@v7.4.0...v7.8.0)

---
updated-dependencies:
- dependency-name: com.qiniu:qiniu-java-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Chore/replace expired configurations (#222)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore: 替换过期的配置项

* test: 临时解决 CI 单元测试异常(原因未明)

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

* Docs/upgrade readme (#225)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* docs: 更新 readme 中 springboot 版本号

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>
Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>
colorful3 added a commit that referenced this pull request Jul 6, 2021
* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore(deps-dev): bump freemarker from 2.3.30 to 2.3.31

Bumps freemarker from 2.3.30 to 2.3.31.

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump lin-cms-spring-boot-starter

Bumps [lin-cms-spring-boot-starter](https://github.com/TaleLin/lin-cms-java-core) from 0.2.0-RC2 to 0.2.0-RELEASE.
- [Release notes](https://github.com/TaleLin/lin-cms-java-core/releases)
- [Commits](https://github.com/TaleLin/lin-cms-java-core/commits)

Signed-off-by: dependabot[bot] <support@github.com>

* Chore/upgrade version (#200)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore: 升级主工程以及核心库版本号

Co-authored-by: ToWeLong <1191430240@qq.com>

* chore(deps): bump spring-boot-starter-parent from 2.4.3 to 2.5.0

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Dev (#226)

* chore(deps): bump spring-boot-starter-parent from 2.5.0 to 2.5.2 (#220)

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.0...v2.5.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: optimize ci action config

* Update maven.yml

* Update maven.yml

* fix issue #131

* chore(deps): bump qiniu-java-sdk from 7.4.0 to 7.8.0

Bumps [qiniu-java-sdk](https://github.com/qiniu/java-sdk) from 7.4.0 to 7.8.0.
- [Release notes](https://github.com/qiniu/java-sdk/releases)
- [Changelog](https://github.com/qiniu/java-sdk/blob/master/CHANGELOG.md)
- [Commits](qiniu/java-sdk@v7.4.0...v7.8.0)

---
updated-dependencies:
- dependency-name: com.qiniu:qiniu-java-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Chore/replace expired configurations (#222)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore: 替换过期的配置项

* test: 临时解决 CI 单元测试异常(原因未明)

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

* Docs/upgrade readme (#225)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* docs: 更新 readme 中 springboot 版本号

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>
Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

* refactor: 替换jackson已过期的配置引用

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>
colorful3 added a commit that referenced this pull request Jul 6, 2021
* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore(deps-dev): bump freemarker from 2.3.30 to 2.3.31

Bumps freemarker from 2.3.30 to 2.3.31.

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump lin-cms-spring-boot-starter

Bumps [lin-cms-spring-boot-starter](https://github.com/TaleLin/lin-cms-java-core) from 0.2.0-RC2 to 0.2.0-RELEASE.
- [Release notes](https://github.com/TaleLin/lin-cms-java-core/releases)
- [Commits](https://github.com/TaleLin/lin-cms-java-core/commits)

Signed-off-by: dependabot[bot] <support@github.com>

* Chore/upgrade version (#200)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore: 升级主工程以及核心库版本号

Co-authored-by: ToWeLong <1191430240@qq.com>

* chore(deps): bump spring-boot-starter-parent from 2.4.3 to 2.5.0

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Dev (#226)

* chore(deps): bump spring-boot-starter-parent from 2.5.0 to 2.5.2 (#220)

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.0...v2.5.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: optimize ci action config

* Update maven.yml

* Update maven.yml

* fix issue #131

* chore(deps): bump qiniu-java-sdk from 7.4.0 to 7.8.0

Bumps [qiniu-java-sdk](https://github.com/qiniu/java-sdk) from 7.4.0 to 7.8.0.
- [Release notes](https://github.com/qiniu/java-sdk/releases)
- [Changelog](https://github.com/qiniu/java-sdk/blob/master/CHANGELOG.md)
- [Commits](qiniu/java-sdk@v7.4.0...v7.8.0)

---
updated-dependencies:
- dependency-name: com.qiniu:qiniu-java-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Chore/replace expired configurations (#222)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore: 替换过期的配置项

* test: 临时解决 CI 单元测试异常(原因未明)

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

* Docs/upgrade readme (#225)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* docs: 更新 readme 中 springboot 版本号

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>
Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

* refactor: 替换jackson已过期的配置引用

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>
colorful3 added a commit that referenced this pull request Nov 20, 2022
* Refactor/replace deprecated usage (#236)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore(deps-dev): bump freemarker from 2.3.30 to 2.3.31

Bumps freemarker from 2.3.30 to 2.3.31.

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump lin-cms-spring-boot-starter

Bumps [lin-cms-spring-boot-starter](https://github.com/TaleLin/lin-cms-java-core) from 0.2.0-RC2 to 0.2.0-RELEASE.
- [Release notes](https://github.com/TaleLin/lin-cms-java-core/releases)
- [Commits](https://github.com/TaleLin/lin-cms-java-core/commits)

Signed-off-by: dependabot[bot] <support@github.com>

* Chore/upgrade version (#200)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore: 升级主工程以及核心库版本号

Co-authored-by: ToWeLong <1191430240@qq.com>

* chore(deps): bump spring-boot-starter-parent from 2.4.3 to 2.5.0

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Dev (#226)

* chore(deps): bump spring-boot-starter-parent from 2.5.0 to 2.5.2 (#220)

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.0...v2.5.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: optimize ci action config

* Update maven.yml

* Update maven.yml

* fix issue #131

* chore(deps): bump qiniu-java-sdk from 7.4.0 to 7.8.0

Bumps [qiniu-java-sdk](https://github.com/qiniu/java-sdk) from 7.4.0 to 7.8.0.
- [Release notes](https://github.com/qiniu/java-sdk/releases)
- [Changelog](https://github.com/qiniu/java-sdk/blob/master/CHANGELOG.md)
- [Commits](qiniu/java-sdk@v7.4.0...v7.8.0)

---
updated-dependencies:
- dependency-name: com.qiniu:qiniu-java-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Chore/replace expired configurations (#222)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore: 替换过期的配置项

* test: 临时解决 CI 单元测试异常(原因未明)

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

* Docs/upgrade readme (#225)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* docs: 更新 readme 中 springboot 版本号

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>
Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

* refactor: 替换jackson已过期的配置引用

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>

* chore(pom.xml): 升级框架版本为0.2.1-RELEASE

* fix #223 & test去除deprecated api等问题修复

* fix: #247

* fix: 反代后IP获取错误

* feat: 登录验证码

* fix: 无用字段

* fix: 不开启验证码时要求header的错误

* fix: sout clean

* fix: aes192 to 256

* fix: 修复错误修改的配置

* fix: 增加aes配置校验,避免输入参数不合法

* fix: 部分情况下fileMap.size()不可靠&校验信息不需要${}

* fix: 属性前缀

* fix: fix #264

配置文件中未配置字段时,spring不会调用set方法

* chore(application-dev.yml): 默认关闭验证码

* refactor: 数据库新增 is_deleted 字段,作为删除标识

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>
Co-authored-by: Gadfly <gadfly@gadfly.vip>
colorful3 added a commit that referenced this pull request Nov 29, 2022
* Refactor/replace deprecated usage (#236)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore(deps-dev): bump freemarker from 2.3.30 to 2.3.31

Bumps freemarker from 2.3.30 to 2.3.31.

Signed-off-by: dependabot[bot] <support@github.com>

* chore(deps): bump lin-cms-spring-boot-starter

Bumps [lin-cms-spring-boot-starter](https://github.com/TaleLin/lin-cms-java-core) from 0.2.0-RC2 to 0.2.0-RELEASE.
- [Release notes](https://github.com/TaleLin/lin-cms-java-core/releases)
- [Commits](https://github.com/TaleLin/lin-cms-java-core/commits)

Signed-off-by: dependabot[bot] <support@github.com>

* Chore/upgrade version (#200)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore: 升级主工程以及核心库版本号

Co-authored-by: ToWeLong <1191430240@qq.com>

* chore(deps): bump spring-boot-starter-parent from 2.4.3 to 2.5.0

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.4.3 to 2.5.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.4.3...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>

* Dev (#226)

* chore(deps): bump spring-boot-starter-parent from 2.5.0 to 2.5.2 (#220)

Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.0 to 2.5.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v2.5.0...v2.5.2)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* refactor: optimize ci action config

* Update maven.yml

* Update maven.yml

* fix issue #131

* chore(deps): bump qiniu-java-sdk from 7.4.0 to 7.8.0

Bumps [qiniu-java-sdk](https://github.com/qiniu/java-sdk) from 7.4.0 to 7.8.0.
- [Release notes](https://github.com/qiniu/java-sdk/releases)
- [Changelog](https://github.com/qiniu/java-sdk/blob/master/CHANGELOG.md)
- [Commits](qiniu/java-sdk@v7.4.0...v7.8.0)

---
updated-dependencies:
- dependency-name: com.qiniu:qiniu-java-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Chore/replace expired configurations (#222)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* chore: 替换过期的配置项

* test: 临时解决 CI 单元测试异常(原因未明)

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

* Docs/upgrade readme (#225)

* chore: 修正README锚点不跳转的问题

* fix:#190

* fix:#184

* docs: 更新 readme 中 springboot 版本号

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>
Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>

* refactor: 替换jackson已过期的配置引用

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>

* chore(pom.xml): 升级框架版本为0.2.1-RELEASE

* fix #223 & test去除deprecated api等问题修复

* fix: #247

* fix: 反代后IP获取错误

* feat: 登录验证码

* fix: 无用字段

* fix: 不开启验证码时要求header的错误

* fix: sout clean

* fix: aes192 to 256

* fix: 修复错误修改的配置

* fix: 增加aes配置校验,避免输入参数不合法

* fix: 部分情况下fileMap.size()不可靠&校验信息不需要${}

* fix: 属性前缀

* fix: fix #264

配置文件中未配置字段时,spring不会调用set方法

* chore(application-dev.yml): 默认关闭验证码

* refactor: 数据库新增 is_deleted 字段,作为删除标识

* refactor: non null copy (#300)

* Refactor/code specification (#312)

* refactor: 数据库新增 is_deleted 字段,作为删除标识

* refactor: 整理代码规范

* refactor: 整理代码规范

Co-authored-by: ToWeLong <1191430240@qq.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 华钦 <lucky.gui@clpsglobal.com>
Co-authored-by: dengliming <liming.d.pro@gmail.com>
Co-authored-by: fuhao <fuhao@ifengyu.com>
Co-authored-by: Gadfly <gadfly@gadfly.vip>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant