Compare commits

..

4 Commits

Author SHA1 Message Date
f5ff83737c Merge branch 'master' of github.com:ehlxr/budd 2021-05-14 16:26:08 +08:00
367798c0dc Create SECURITY.md 2021-04-23 09:26:59 +08:00
d194341936 Merge pull request #14 from ehlxr/dependabot/maven/org.mybatis-mybatis-3.5.6
Bump mybatis from 3.2.7 to 3.5.6
2021-04-23 09:26:08 +08:00
dependabot[bot]
3ee99909b8 Bump mybatis from 3.2.7 to 3.5.6
Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.2.7 to 3.5.6.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.2.7...mybatis-3.5.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-22 16:43:53 +00:00
2 changed files with 22 additions and 1 deletions

21
SECURITY.md Normal file
View File

@@ -0,0 +1,21 @@
# Security Policy
## Supported Versions
Use this section to tell people about which versions of your project are
currently being supported with security updates.
| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |
## Reporting a Vulnerability
Use this section to tell people how to report a vulnerability.
Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.

View File

@@ -18,7 +18,7 @@
<spring.version>5.2.6.RELEASE</spring.version>
<servlet.version>2.5</servlet.version>
<mybatis.version>3.2.7</mybatis.version>
<mybatis.version>3.5.6</mybatis.version>
<mybatis.spring.version>1.1.1</mybatis.spring.version>
<mybatis.generator.core.version>1.4.0</mybatis.generator.core.version>
<file_encoding>utf-8</file_encoding>