Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all group with 7 updates #105

Merged
merged 1 commit into from
Oct 28, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2024

Bumps the all group with 7 updates:

Package From To
org.flywaydb:flyway-database-postgresql 10.20.0 10.20.1
org.jooq:jooq 3.19.13 3.19.14
org.jooq:jooq-codegen 3.19.13 3.19.14
org.junit.jupiter:junit-jupiter 5.11.2 5.11.3
com.squareup:kotlinpoet 1.18.1 2.0.0
ch.qos.logback:logback-classic 1.5.11 1.5.12
com.google.devtools.ksp 2.0.21-1.0.25 2.0.21-1.0.26

Updates org.flywaydb:flyway-database-postgresql from 10.20.0 to 10.20.1

Updates org.jooq:jooq from 3.19.13 to 3.19.14

Updates org.jooq:jooq-codegen from 3.19.13 to 3.19.14

Updates org.jooq:jooq-codegen from 3.19.13 to 3.19.14

Updates org.junit.jupiter:junit-jupiter from 5.11.2 to 5.11.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter's releases.

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates com.squareup:kotlinpoet from 1.18.1 to 2.0.0

Release notes

Sourced from com.squareup:kotlinpoet's releases.

2.0.0

Thanks to @​brokenhappy, @​tajobe, @​niyajali, @​ForteScarlet for contributing to this release.

This release is source- and binary-compatible with KotlinPoet 1.x.

The most important behavior change in this release is that spaces in generated code don't wrap by default anymore.

KotlinPoet 1.x used to replace space characters with newline characters whenever a given line of code exceeded the length limit. This usually led to better code formatting, but could also lead to compilation errors in generated code. Non-breaking spaces could be marked by the · character, but the discoverability of this feature wasn't great.

KotlinPoet 2.0 does not wrap spaces, even if the line of code they occur in exceeds the length limit. The newly introduced character can be used to mark spaces that are safe to wrap, which can improve code formatting. The · character has been preserved for compatibility, but its behavior is now equivalent to a regular space character.

  • New: Kotlin 2.0.10.
  • New: Spaces don't break by default.
  • New: New placeholder representing a space that is safe to wrap.
  • New: Add KSTypeAlias.toClassName(). (#1956)
  • New: Add KSType.toClassNameOrNull(). (#1956)
  • Fix: Enum classes that only have an init block now also generate the required semicolon. (#1953)
  • Fix: Preserve typealiases in KSAnnotation.toAnnotationSpec(). (#1956)
  • Fix: Preserve nullability in KSType.toClassName(). (#1956)
Changelog

Sourced from com.squareup:kotlinpoet's changelog.

Version 2.0.0

Thanks to [@​brokenhappy][brokenhappy], [@​tajobe][tajobe], [@​niyajali][niyajali], [@​ForteScarlet][ForteScarlet] for contributing to this release.

2024-10-23

This release is source- and binary-compatible with KotlinPoet 1.x.

The most important behavior change in this release is that spaces in generated code don't wrap by default anymore.

KotlinPoet 1.x used to replace space characters with newline characters whenever a given line of code exceeded the length limit. This usually led to better code formatting, but could also lead to compilation errors in generated code. Non-breaking spaces could be marked by the · character, but the discoverability of this feature wasn't great.

KotlinPoet 2.0 does not wrap spaces, even if the line of code they occur in exceeds the length limit. The newly introduced character can be used to mark spaces that are safe to wrap, which can improve code formatting. The · character has been preserved for compatibility, but its behavior is now equivalent to a regular space character.

  • New: Kotlin 2.0.10.
  • New: Spaces don't break by default.
  • New: New placeholder representing a space that is safe to wrap.
  • New: Add KSTypeAlias.toClassName(). (#1956)
  • New: Add KSType.toClassNameOrNull(). (#1956)
  • Fix: Enum classes that only have an init block now also generate the required semicolon. (#1953)
  • Fix: Preserve typealiases in KSAnnotation.toAnnotationSpec(). (#1956)
  • Fix: Preserve nullability in KSType.toClassName(). (#1956)
Commits
  • 96d4ebe Prepare for release 2.0.0
  • 41d18a9 Update dependency mkdocs-material to v9.5.42
  • bf13b16 Update dependency MarkupSafe to v3.0.2
  • cf9a5e2 Update dependency mkdocs-macros-plugin to v1.3.6
  • e832055 Update dependency mkdocs-material to v9.5.41
  • e4e7a6f Apply the JS and WasmJs source sets to the main module (#1992)
  • 57586fe Update line wrapping-related documentation (#2003)
  • 591a4a3 Introduce the new ♢ modifier and don't wrap spaces by default (#2001)
  • b84c462 Update plugin mavenPublish to v0.30.0
  • b95afb8 Update dependency termcolor to v2.5.0
  • Additional commits viewable in compare view

Updates ch.qos.logback:logback-classic from 1.5.11 to 1.5.12

Commits

Updates com.google.devtools.ksp from 2.0.21-1.0.25 to 2.0.21-1.0.26

Release notes

Sourced from com.google.devtools.ksp's releases.

2.0.21-1.0.26

Bugs Fixed

  • A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction #1968
  • [KSP2] default value is null for nested annotation #2077
  • [KSP2] "internal" members are out of order in Resolver.getDeclarationsInSourceOrder() #1827
  • [KSP2] Resolver.getDeclarationsFromPackage() couldn't find Java declarations #1952
  • [KSP2] Property setter parameter name becomes value #1865
  • [KSP2] A failure occurred while executing com.google.devtools.ksp.gradle.KspAAWorkerAction #1941
  • [KSP2] NullPointerException when calling hasBackingField on properties of Enum declarations #1753
  • JVM Module name is changed for libraries #2105
  • [KSP2] asMemberOf() is not working with Java sources #2051
  • KSP2: implement KSPropertyDeclaration.findOverridee and Resolver.asMemberOf for java fields #1642
  • [KSP2] command line doesn't support absolute Windows paths #2046
  • [KSP2] NPE when getting annotation arguments on non-Jvm targets #1823
  • [KSP2] Resolver.mapToJvmSignature() is not consistent #2109
  • [KSP2] Default annotation argument values are sometimes missing #2107
  • [KSP2] KSFunctionDeclaration.asMemberOf doesn't work sometimes #2116
  • [KSP2] Qualified names of nested annotations from JAVA_LIB is null #2033
  • [KSP2] Class literal annotation default values resolve to error types #1910
  • KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbol #2119
  • KSP memory leak in Android build #2073
  • [KSP2] KSClassDeclaration.asType(emptyList()) fails after Resolver.getSymbolsWithAnnotation() call #2094
  • KSValueArgumentImpl doesn't implement .equals() in KSP2 #2091
  • [KSP2] JvmName is ignored in annotation property getters #2148
  • [KSP2] Unable to get visibility of KSTypeAlias #2140
  • Gradle kspKotlin task failed when upgrading to 2.0.20-1.0.25 #2123
  • [KSP2] Generic type arguments on typealiases are improperly forwarded to the KSType #2088
  • java.lang.IllegalStateException: Storage for [...] is already registered with 2.0.20-1.0.24 #2072

Full Changelog: google/ksp@911690b...2.0.21-1.0.26

Contributors

Thanks to @​ansman, @​asapha, @​kaeawc, @​kuanyingchou, @​scott-pollom, and everyone who reported bugs and participated in discussions!

Commits
  • b27396c Refine error message
  • 36252be KSTypeArgumentResolvedImpl: use aliasing type
  • f1057e6 KSP2: Implement KSValueArgument.equals
  • e7cbdd6 Handle empty array in annotation arguments.
  • 66e4e32 KSP2: implement KSTypeAlias.modifiers for libs
  • a1fbd18 Handle JvmName in annotation classes
  • 057675d Test @​JvmName on annotation property getters
  • d2b8f11 UPDATE_AA_VERSION: 2.1.20-dev-1729
  • 0385163 UPDATE_AA_VERSION: 2.1.0-dev-7621
  • 4c489c9 Replace toLowerCase() with lowercase()
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| org.flywaydb:flyway-database-postgresql | `10.20.0` | `10.20.1` |
| org.jooq:jooq | `3.19.13` | `3.19.14` |
| org.jooq:jooq-codegen | `3.19.13` | `3.19.14` |
| [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) | `5.11.2` | `5.11.3` |
| [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) | `1.18.1` | `2.0.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.11` | `1.5.12` |
| [com.google.devtools.ksp](https://github.com/google/ksp) | `2.0.21-1.0.25` | `2.0.21-1.0.26` |


Updates `org.flywaydb:flyway-database-postgresql` from 10.20.0 to 10.20.1

Updates `org.jooq:jooq` from 3.19.13 to 3.19.14

Updates `org.jooq:jooq-codegen` from 3.19.13 to 3.19.14

Updates `org.jooq:jooq-codegen` from 3.19.13 to 3.19.14

Updates `org.junit.jupiter:junit-jupiter` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.2...r5.11.3)

Updates `com.squareup:kotlinpoet` from 1.18.1 to 2.0.0
- [Release notes](https://github.com/square/kotlinpoet/releases)
- [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
- [Commits](square/kotlinpoet@1.18.1...2.0.0)

Updates `ch.qos.logback:logback-classic` from 1.5.11 to 1.5.12
- [Commits](qos-ch/logback@v_1.5.11...v_1.5.12)

Updates `com.google.devtools.ksp` from 2.0.21-1.0.25 to 2.0.21-1.0.26
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.21-1.0.25...2.0.21-1.0.26)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jooq:jooq
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jooq:jooq-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.jooq:jooq-codegen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.squareup:kotlinpoet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: com.google.devtools.ksp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 28, 2024
@IRus IRus merged commit 24278dd into main Oct 28, 2024
6 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/all-2fe7278762 branch October 28, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Development

Successfully merging this pull request may close these issues.

1 participant