Commit Graph

152 Commits

Author SHA1 Message Date
jonghoonpark
242ee09a60 jdk21 compatibility 2024-03-14 16:27:49 +09:00
John Tims
3f75bd39ab Querydsl 5.1.0 2024-01-28 16:52:00 -07:00
dependabot[bot]
b70afd53fa
Bump kotlin.version from 1.6.21 to 1.7.20 (#3399)
Bumps `kotlin.version` from 1.6.21 to 1.7.20.

Updates `kotlin-bom` from 1.6.21 to 1.7.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-scripting-jsr223` from 1.6.21 to 1.7.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-maven-plugin` from 1.6.21 to 1.7.20

Updates `kotlin-maven-allopen` from 1.6.21 to 1.7.20

Updates `kotlin-maven-noarg` from 1.6.21 to 1.7.20

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  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-10-11 18:04:22 +02:00
F43nd1r
657a29346f
Introduce japicmp (#2977)
* introduce japicmp

* exclude examples
2022-09-14 12:10:29 +02:00
dependabot[bot]
14ef6d659b
Bump asm from 9.2 to 9.3 (#3229)
Bumps asm from 9.2 to 9.3.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  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>
2022-04-24 17:33:28 +02:00
dependabot[bot]
db4a5d76f9
Bump asm-commons from 9.2 to 9.3 (#3231)
Bumps asm-commons from 9.2 to 9.3.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-commons
  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>
2022-04-24 17:32:53 +02:00
dependabot[bot]
ec02c617ee
Bump spring-jdbc from 5.3.15 to 5.3.19 (#3234)
Bumps [spring-jdbc](https://github.com/spring-projects/spring-framework) from 5.3.15 to 5.3.19.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.15...v5.3.19)

---
updated-dependencies:
- dependency-name: org.springframework:spring-jdbc
  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>
2022-04-24 17:32:36 +02:00
dependabot[bot]
909fbe2ce1
Bump lombok from 1.18.22 to 1.18.24 (#3239)
Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.24.
- [Release notes](https://github.com/projectlombok/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.24)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  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>
2022-04-24 17:31:53 +02:00
dependabot[bot]
e896f826cd
Bump spring-boot-starter-parent from 2.6.3 to 2.6.7 (#3243)
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.6.3 to 2.6.7.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.3...v2.6.7)

---
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>
2022-04-24 17:29:50 +02:00
dependabot[bot]
064f460b24
Bump kotlin.version from 1.6.10 to 1.6.21 (#3241)
Bumps `kotlin.version` from 1.6.10 to 1.6.21.

Updates `kotlin-maven-plugin` from 1.6.10 to 1.6.21

Updates `kotlin-stdlib-jdk8` from 1.6.10 to 1.6.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21)

Updates `kotlin-test-junit` from 1.6.10 to 1.6.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.21/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.10...v1.6.21)

Updates `kotlin-maven-allopen` from 1.6.10 to 1.6.21

Updates `kotlin-maven-noarg` from 1.6.10 to 1.6.21

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  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>
2022-04-24 17:29:18 +02:00
dependabot[bot]
f823666fdf
Bump spring-jdbc from 5.3.13 to 5.3.15 (#3152)
Bumps [spring-jdbc](https://github.com/spring-projects/spring-framework) from 5.3.13 to 5.3.15.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.13...v5.3.15)

---
updated-dependencies:
- dependency-name: org.springframework:spring-jdbc
  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>
2022-02-01 00:41:18 +01:00
dependabot[bot]
5c2156a378
Bump guice from 5.0.1 to 5.1.0 (#3163)
Bumps [guice](https://github.com/google/guice) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/google/guice/releases)
- [Commits](https://github.com/google/guice/compare/5.0.1...5.1.0)

---
updated-dependencies:
- dependency-name: com.google.inject:guice
  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>
2022-02-01 00:38:47 +01:00
dependabot[bot]
b19ee3ce91
Bump kotlin.version from 1.6.0 to 1.6.10 (#3122)
Bumps `kotlin.version` from 1.6.0 to 1.6.10.

Updates `kotlin-bom` from 1.6.0 to 1.6.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10)

Updates `kotlin-scripting-jsr223` from 1.6.0 to 1.6.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.6.10/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.6.0...v1.6.10)

Updates `kotlin-maven-plugin` from 1.6.0 to 1.6.10

Updates `kotlin-maven-allopen` from 1.6.0 to 1.6.10

Updates `kotlin-maven-noarg` from 1.6.0 to 1.6.10

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  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>
2022-02-01 00:37:14 +01:00
dependabot[bot]
1a7e33ba6e
Bump spring-boot-starter-parent from 2.6.1 to 2.6.3 (#3158)
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.6.1 to 2.6.3.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.6.1...v2.6.3)

---
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>
2022-02-01 00:36:52 +01:00
dependabot[bot]
f5c62ee1f6
Bump spring.version from 5.3.12 to 5.3.13 (#3082)
Bumps `spring.version` from 5.3.12 to 5.3.13.

Updates `spring-jdbc` from 5.3.12 to 5.3.13
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.12...v5.3.13)

Updates `spring-context` from 5.3.12 to 5.3.13
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.12...v5.3.13)

Updates `spring-aop` from 5.3.12 to 5.3.13
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.12...v5.3.13)

Updates `spring-test` from 5.3.12 to 5.3.13
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.12...v5.3.13)

---
updated-dependencies:
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-aop
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  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>
2021-12-09 23:19:26 +01:00
dependabot[bot]
b1c808a80a
Bump kotlin.version from 1.5.31 to 1.6.0 (#3087)
Bumps `kotlin.version` from 1.5.31 to 1.6.0.

Updates `kotlin-bom` from 1.5.31 to 1.6.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-scripting-jsr223` from 1.5.31 to 1.6.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-maven-plugin` from 1.5.31 to 1.6.0

Updates `kotlin-maven-allopen` from 1.5.31 to 1.6.0

Updates `kotlin-maven-noarg` from 1.5.31 to 1.6.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  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>
2021-12-09 23:14:16 +01:00
dependabot[bot]
fe148ce5a5
Bump spring-boot-starter-parent from 2.5.6 to 2.6.1 (#3106)
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.6 to 2.6.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.6...v2.6.1)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  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>
2021-12-09 22:57:26 +01:00
dependabot[bot]
aa6dd819a4
Bump spring.version from 5.3.9 to 5.3.12 (#3065)
Bumps `spring.version` from 5.3.9 to 5.3.12.

Updates `spring-jdbc` from 5.3.9 to 5.3.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.12)

Updates `spring-context` from 5.3.9 to 5.3.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.12)

Updates `spring-aop` from 5.3.9 to 5.3.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.12)

Updates `spring-test` from 5.3.9 to 5.3.12
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.9...v5.3.12)

---
updated-dependencies:
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-aop
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  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>
2021-10-31 12:33:24 +01:00
dependabot[bot]
fc2a005cfa
Bump spring-boot-starter-parent from 2.5.4 to 2.5.6 (#3067)
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.4 to 2.5.6.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.4...v2.5.6)

---
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>
2021-10-31 12:32:46 +01:00
dependabot[bot]
4b7aa9bb74
Bump lombok from 1.18.20 to 1.18.22 (#3051)
Bumps [lombok](https://github.com/projectlombok/lombok) from 1.18.20 to 1.18.22.
- [Release notes](https://github.com/projectlombok/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/projectlombok/lombok/compare/v1.18.20...v1.18.22)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  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>
2021-10-19 13:35:57 +02:00
dependabot[bot]
e1612b5e0f
Bump kotlin.version from 1.5.30 to 1.5.31 (#3034)
Bumps `kotlin.version` from 1.5.30 to 1.5.31.

Updates `kotlin-bom` from 1.5.30 to 1.5.31
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31)

Updates `kotlin-scripting-jsr223` from 1.5.30 to 1.5.31
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.5.31/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.5.30...v1.5.31)

Updates `kotlin-maven-plugin` from 1.5.30 to 1.5.31

Updates `kotlin-maven-allopen` from 1.5.30 to 1.5.31

Updates `kotlin-maven-noarg` from 1.5.30 to 1.5.31

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  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>
2021-10-19 13:33:22 +02:00
dependabot[bot]
cbd59619ae
Bump kotlin.version from 1.5.21 to 1.5.30 (#3006)
Bumps `kotlin.version` from 1.5.21 to 1.5.30.

Updates `kotlin-maven-plugin` from 1.5.21 to 1.5.30

Updates `kotlin-stdlib-jdk8` from 1.5.21 to 1.5.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-test-junit` from 1.5.21 to 1.5.30
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-maven-allopen` from 1.5.21 to 1.5.30

Updates `kotlin-maven-noarg` from 1.5.21 to 1.5.30

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  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>
2021-09-02 00:48:11 +02:00
dependabot[bot]
3c52096fb7
Bump spring-boot-starter-parent from 2.5.2 to 2.5.4 (#3002)
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.2 to 2.5.4.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.2...v2.5.4)

---
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>
2021-09-02 00:46:47 +02:00
dependabot[bot]
b4a1a3d96d
Bump kotlin.version from 1.5.20 to 1.5.21
Bumps `kotlin.version` from 1.5.20 to 1.5.21.

Updates `kotlin-bom` from 1.5.20 to 1.5.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/commits)

Updates `kotlin-scripting-jsr223` from 1.5.20 to 1.5.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/commits)

Updates `kotlin-maven-plugin` from 1.5.20 to 1.5.21

Updates `kotlin-maven-allopen` from 1.5.20 to 1.5.21

Updates `kotlin-maven-noarg` from 1.5.20 to 1.5.21

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-22 21:07:43 +00:00
Jan-Willem Gmelig Meyling
1383ea0ec8
Merge pull request #2966 from querydsl/dependabot/maven/org.springframework-spring-jdbc-5.3.9
Bump spring-jdbc from 5.3.8 to 5.3.9
2021-07-22 23:06:51 +02:00
John Tims
d59bac65de Querydsl 5.0.0 2021-07-19 09:36:06 -06:00
dependabot[bot]
53a8a609fa
Bump spring-jdbc from 5.3.8 to 5.3.9
Bumps [spring-jdbc](https://github.com/spring-projects/spring-framework) from 5.3.8 to 5.3.9.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 11:05:44 +00:00
Jan-Willem Gmelig Meyling
604cf4333a
Merge pull request #2950 from querydsl/dependabot/maven/org.ow2.asm-asm-9.2
Bump asm from 9.1 to 9.2
2021-06-29 12:26:32 +02:00
dependabot[bot]
babc427f10
Bump asm from 9.1 to 9.2
Bumps asm from 9.1 to 9.2.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 11:07:43 +00:00
dependabot[bot]
baee67ede6
Bump asm-commons from 9.1 to 9.2
Bumps asm-commons from 9.1 to 9.2.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 11:05:43 +00:00
dependabot[bot]
5a6597a857
Bump spring-boot-starter-parent from 2.5.1 to 2.5.2
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.1...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>
2021-06-25 11:05:25 +00:00
dependabot[bot]
05403898dd
Bump kotlin.version from 1.5.10 to 1.5.20
Bumps `kotlin.version` from 1.5.10 to 1.5.20.

Updates `kotlin-bom` from 1.5.10 to 1.5.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-scripting-jsr223` from 1.5.10 to 1.5.20
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

Updates `kotlin-maven-plugin` from 1.5.10 to 1.5.20

Updates `kotlin-maven-allopen` from 1.5.10 to 1.5.20

Updates `kotlin-maven-noarg` from 1.5.10 to 1.5.20

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-scripting-jsr223
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 11:11:04 +00:00
tstavinoha
ce035727aa Removed provided modifier from depencency management. 2021-06-23 08:56:42 +02:00
John Tims
d74c6f79fe 5.0.0-SNAPSHOT 2021-06-16 09:38:20 -06:00
John Tims
fa964c4622 Querydsl 5.0.0.M1 2021-06-15 10:04:23 -06:00
Jan-Willem Gmelig Meyling
87336ddc59
Merge pull request #2900 from querydsl/dependabot/maven/spring.version-5.3.8
Bump spring.version from 3.1.2.RELEASE to 5.3.8
2021-06-12 10:42:33 +02:00
Jan-Willem Gmelig Meyling
e4d946b20c
Merge pull request #2877 from querydsl/dependabot/maven/org.hamcrest-hamcrest-core-2.2
Bump hamcrest-core from 1.3 to 2.2
2021-06-12 10:26:08 +02:00
f43nd1r
bde01869cf work with hamcrest 2.2 single-module structure 2021-06-11 23:15:07 +02:00
f43nd1r
1ba9ab0c21 update test 2021-06-11 21:29:30 +02:00
dependabot[bot]
c3e43a756c
Bump spring-boot-starter-parent from 2.5.0 to 2.5.1
Bumps [spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.0...v2.5.1)

---
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>
2021-06-11 06:50:48 +00:00
dependabot[bot]
d4c8f79447
Bump spring.version from 3.1.2.RELEASE to 5.3.8
Bumps `spring.version` from 3.1.2.RELEASE to 5.3.8.

Updates `spring-jdbc` from 3.1.2.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v3.1.2.RELEASE...v5.3.8)

Updates `spring-context` from 4.1.6.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v4.1.6.RELEASE...v5.3.8)

Updates `spring-aop` from 4.1.6.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v4.1.6.RELEASE...v5.3.8)

Updates `spring-test` from 4.1.6.RELEASE to 5.3.8
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v4.1.6.RELEASE...v5.3.8)

---
updated-dependencies:
- dependency-name: org.springframework:spring-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-aop
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-10 05:48:37 +00:00
Jan-Willem Gmelig Meyling
10ab922fd8
Merge pull request #2873 from querydsl/dependabot/maven/org.hibernate.javax.persistence-hibernate-jpa-2.0-api-1.0.1.Final
Bump hibernate-jpa-2.0-api from 1.0.0.Final to 1.0.1.Final
2021-06-07 19:43:11 +02:00
dependabot[bot]
3ddce819ba Bump hamcrest-core from 1.3 to 2.2
Bumps [hamcrest-core](https://github.com/hamcrest/JavaHamcrest) from 1.3 to 2.2.
- [Release notes](https://github.com/hamcrest/JavaHamcrest/releases)
- [Changelog](https://github.com/hamcrest/JavaHamcrest/blob/master/CHANGES.md)
- [Commits](https://github.com/hamcrest/JavaHamcrest/compare/hamcrest-java-1.3...v2.2)

---
updated-dependencies:
- dependency-name: org.hamcrest:hamcrest-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 18:01:33 +02:00
dependabot[bot]
5d3ea33cfd Remove dependencies 2021-06-03 17:59:37 +02:00
Jan-Willem Gmelig Meyling
9ca9bc627c
Merge pull request #2866 from querydsl/dependabot/maven/kotlin.version-1.5.10
Bump kotlin.version from 1.4.32 to 1.5.10
2021-06-03 17:48:18 +02:00
Jan-Willem Gmelig Meyling
4544296024
Merge pull request #2872 from querydsl/dependabot/maven/org.projectlombok-lombok-1.18.20
Bump lombok from 1.18.16 to 1.18.20
2021-06-03 17:47:51 +02:00
Jan-Willem Gmelig Meyling
7d4b7e2a41
Merge pull request #2875 from querydsl/dependabot/maven/junit-junit-4.13.2
Bump junit from 4.12 to 4.13.2
2021-06-03 17:47:24 +02:00
dependabot[bot]
b2659b71e2
Bump asm-commons from 9.0 to 9.1
Bumps asm-commons from 9.0 to 9.1.

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm-commons
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 07:52:13 +00:00
dependabot[bot]
6ec9ac920e
Bump junit from 4.12 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 07:48:54 +00:00
dependabot[bot]
bfb8d27808
Bump lombok from 1.18.16 to 1.18.20
Bumps [lombok](https://github.com/rzwitserloot/lombok) from 1.18.16 to 1.18.20.
- [Release notes](https://github.com/rzwitserloot/lombok/releases)
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](https://github.com/rzwitserloot/lombok/compare/v1.18.16...v1.18.20)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-03 06:43:34 +00:00