1
mirror of https://github.com/CarmJos/BukkitJSONSerializer.git synced 2024-09-19 21:35:57 +00:00
Commit Graph

18 Commits

Author SHA1 Message Date
dependabot[bot]
52b3c38f78
build(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#6)
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-16 19:24:00 +08:00
dependabot[bot]
4f558c5731
build(deps): bump annotations from 23.1.0 to 24.0.0 (#5)
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.1.0 to 24.0.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/23.1.0...24.0.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-13 10:19:01 +08:00
ed49c067b8
Update README.md 2022-12-10 11:36:47 +08:00
dependabot[bot]
49d260ffae
build(deps): bump annotations from 23.0.0 to 23.1.0 (#4)
Bumps [annotations](https://github.com/JetBrains/java-annotations) from 23.0.0 to 23.1.0.
- [Release notes](https://github.com/JetBrains/java-annotations/releases)
- [Changelog](https://github.com/JetBrains/java-annotations/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JetBrains/java-annotations/compare/23.0.0...23.1.0)

---
updated-dependencies:
- dependency-name: org.jetbrains:annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-10 11:34:41 +08:00
dependabot[bot]
6f4a51997d
build(deps): bump maven-jar-plugin from 3.2.2 to 3.3.0 (#3)
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-17 01:21:05 +08:00
dependabot[bot]
dd44772fbc
build(deps): bump maven-javadoc-plugin from 3.4.0 to 3.4.1 (#2)
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-16 21:05:08 +08:00
7ac3516daa fix(deserialize): try to fix gson number deserialize problem. 2022-07-30 01:44:57 +08:00
2264c4af48 fix(deserialize): try to fix gson number deserialize problem. 2022-07-30 01:24:26 +08:00
f4e391f1d0
Update README.md 2022-06-09 14:21:50 +08:00
3e1399ebf6
[skip ci] docs(code) 2022-06-07 18:09:05 +08:00
b5ad3541b8
[skip ci] docs(code): move wrong codes 2022-06-07 18:08:07 +08:00
ea54bc7af7 feat(all): use instance instead of static methods. 2022-06-07 07:20:37 +08:00
a1d6485e4c fix(javadoc): Fix missing tags in javadoc 2022-06-07 07:11:58 +08:00
081b95854b build(pom): fixed jdk version 2022-06-07 07:09:07 +08:00
9a0f4059ef ci: remove readme deploy 2022-06-07 07:06:25 +08:00
8de886adbb ci: upgrade jdk version 2022-06-07 07:05:35 +08:00
5707d62af4 docs(tag): fix the url of license tag 2022-06-07 07:02:33 +08:00
1937b0e9e1 feat: A lightweight JSON serializer 2022-06-07 06:59:26 +08:00