Commit Graph

28 Commits

Author SHA1 Message Date
Sambo Chea 5e1ce9a0fa
Upgrade spring boot to 2.6.7 and kotlin 1.6.21
All checks were successful
continuous-integration/drone/push Build is passing
2022-04-21 20:40:21 +07:00
Sambo Chea 8c999a9e7c
Add basic module and redis data with jpa and example
Some checks failed
continuous-integration/drone/push Build is failing
2022-04-11 12:35:47 +07:00
Sambo Chea 133b04c725
Merge branch 'main' of https://github.com/CUBETIQ/spring-web-modules into main
Some checks reported errors
continuous-integration/drone/push Build was killed
2022-04-11 09:05:04 +07:00
Sambo Chea c5c6eb3213
Merge branch 'main' into dependabot/gradle/jvm-1.6.20 2022-04-04 19:19:14 +07:00
dependabot[bot] 0b429d2ea9
Bump plugin.spring from 1.6.10 to 1.6.20
Bumps plugin.spring from 1.6.10 to 1.6.20.

---
updated-dependencies:
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 06:28:32 +00:00
dependabot[bot] 7417be8c6f
Bump jvm from 1.6.10 to 1.6.20
Bumps jvm from 1.6.10 to 1.6.20.

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-04 06:28:29 +00:00
dependabot[bot] c0d9273e9a
Bump org.springframework.boot from 2.6.5 to 2.6.6
Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.6.5 to 2.6.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.5...v2.6.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01 06:33:42 +00:00
Sambo Chea d725d24e35
Merge branch 'main' into dependabot/gradle/jvm-1.6.10 2022-03-26 08:59:44 +07:00
Sambo Chea e5fce15331
Merge pull request #2 from CUBETIQ/dependabot/gradle/plugin.spring-1.6.10
Bump plugin.spring from 1.6.0 to 1.6.10
2022-03-26 08:58:55 +07:00
dependabot[bot] c03641f50d
Bump jvm from 1.6.0 to 1.6.10
Bumps jvm from 1.6.0 to 1.6.10.

---
updated-dependencies:
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 01:55:42 +00:00
dependabot[bot] 98a5fa6aa2
Bump plugin.spring from 1.6.0 to 1.6.10
Bumps plugin.spring from 1.6.0 to 1.6.10.

---
updated-dependencies:
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 01:55:38 +00:00
dependabot[bot] c8174f21ea
Bump org.springframework.boot from 2.6.1 to 2.6.5
Bumps org.springframework.boot from 2.6.1 to 2.6.5.

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-26 01:55:29 +00:00
Sambo Chea d58ded9ead Update gradle 2021-12-24 10:35:37 +07:00
Sambo Chea 696f2548c4
Task: Fixed Zero-Day CVE-2021-45105 2021-12-19 14:24:14 +07:00
Sambo Chea 27fbcfdb6a
Fixed CVE-2021-45046 2021-12-16 08:50:15 +07:00
Sambo Chea af7c8ba490
Updated the comment 2021-12-11 20:33:36 +07:00
Sambo Chea 198644cbd1
Fixed Zero-Day CVE-2021-44225: https://cubetiq.atlassian.net/browse/CERT-1 2021-12-11 11:05:46 +07:00
Sambo Chea 5ca2a37f5b
Upgarde spring boot 2.5.7 and kotlin 1.6.0 and gradle 7.3.1 2021-12-04 09:10:01 +07:00
Sambo Chea 261819d7ee Update 'build.gradle.kts' 2021-10-23 11:21:43 +07:00
Sambo Chea 28d7f198e0 Updated spring boot to 2.5.5 and kotlin 1.5.31 2021-10-09 11:22:57 +07:00
Sambo Chea f3f0f02b44 Task: Changed main repository for m.ctdn.net 2021-08-15 19:56:16 +07:00
Sambo Chea ef5d7e1eb1 Update 'build.gradle.kts' 2021-07-23 09:16:45 +07:00
Sambo Chea 04558b7393 Update 'build.gradle.kts' 2021-06-25 14:41:38 +07:00
Sambo Chea 471f34d00f Update 'build.gradle.kts' 2021-06-11 08:08:41 +07:00
Sambo Chea e9acd01fc0 Task: Upgraded web modules template to kotlin 1.5.10 2021-06-02 07:51:37 +07:00
Sambo Chea a57e6a1425 removed requires opt in for kotlin build 2021-05-24 11:24:15 +07:00
Sambo Chea 726a59ecd8 Upgrade Spring Boot 2.5.0 and Kotlin 1.5.0 2021-05-21 20:48:27 +07:00
CUBETIQ Solution b9d274511f Initial commit 2021-05-18 09:50:46 +07:00