Commit graph

11 commits

Author SHA1 Message Date
dependabot[bot]
63cb8beffc
Bump kotlin_version from 1.5.21 to 1.7.21
Bumps `kotlin_version` from 1.5.21 to 1.7.21.

Updates `kotlin-gradle-plugin` from 1.5.21 to 1.7.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.7.21)

Updates `kotlin-stdlib` from 1.5.21 to 1.7.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.7.21)

Updates `kotlin-compiler-embeddable` from 1.5.21 to 1.7.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.7.21)

Updates `kotlin-annotation-processing-embeddable` from 1.5.21 to 1.7.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.21...v1.7.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-compiler-embeddable
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-annotation-processing-embeddable
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 12:06:04 +00:00
cd4994ae4a
Merge pull request #18 from fknives/dependabot/gradle/develop/org.junit.jupiter-junit-jupiter-engine-5.8.2
Bump junit-jupiter-engine from 5.7.0 to 5.8.2
2022-01-04 18:48:58 +02:00
dependabot[bot]
811faea21d
Bump junit-jupiter-engine from 5.7.0 to 5.8.2
Bumps [junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.7.0 to 5.8.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.7.0...r5.8.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 12:10:21 +00:00
50512e6a0d
Update README.md 2021-07-31 00:31:21 +03:00
6344d37354 write readme 2021-07-31 00:25:52 +03:00
8a051c3497 deployment setup 2021-07-31 00:25:50 +03:00
89a92dc8cd ci setup 2021-07-31 00:12:59 +03:00
d9ba8c5e27 Create example application 2021-07-31 00:12:55 +03:00
edf94325d8 Annotation processor Implementation 2021-07-31 00:12:46 +03:00
c1b8d92461 Initial project setup 2021-07-31 00:12:12 +03:00
2e4ec316ae
Initial commit 2021-07-30 21:17:36 +03:00