fix: bump the other-dependencies group across 1 directory with 9 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 7
(7 months ago)
(about 2 months ago)
dependencies java
Bumps the other-dependencies group with 9 updates in the / directory:
| Package | From | To |
|---|---|---|
| io.pivotal.spring.cloud:spring-cloud-services-dependencies | 4.1.5 |
4.2.0 |
| io.spring.dependency-management | 1.1.6 |
1.1.7 |
| com.palantir.git-version | 3.1.0 |
3.2.0 |
| org.jetbrains.kotlin.jvm | 2.0.20 |
2.1.20 |
| org.jetbrains.kotlin.plugin.serialization | 2.0.20 |
2.1.20 |
| com.zaxxer:HikariCP | 5.1.0 |
6.3.0 |
| org.postgresql:postgresql | 42.7.4 |
42.7.5 |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | 2.17.2 |
2.18.3 |
| org.slf4j:slf4j-api | 2.0.16 |
2.0.17 |
Updates io.pivotal.spring.cloud:spring-cloud-services-dependencies from 4.1.5 to 4.2.0
Release notes
Sourced from io.pivotal.spring.cloud:spring-cloud-services-dependencies's releases.
v4.2.0
This release is based upon Spring Boot 3.4.x and Spring Cloud 2024.0.x.
🔨 Dependency Upgrades
- Upgrade to Spring Boot 3.4.0
- Upgrade to Spring Cloud 2024.0.0
- Upgrade to Java CFEnv 3.3.0
v4.1.7
This is a maintenance release.
🔨 Dependency Upgrades
- Upgrade to Spring Cloud 2023.0.4
- Upgrade to Java CFEnv 3.3.0
v4.1.6
⭐ New Feature
Enables zone-aware load balancing for Service Registry client applications. This feature uses the hostname of the Service Registry as zone for the client applications. Therefore all client applications which are bound to one Service Registry will be in the same zone.
[!NOTE] This feature is disabled by default. It can be enabled by
scs.starters.eureka.client.zone.configuration.enabledproperty in the configuration files or an environment variable.🔨 Dependency Upgrades
- Upgrade to Spring Boot 3.3.5
Commits
e78e1a3Release v4.2.023c2990Uses unique branch name for stagingdc462faUpdates github actions configc6b3a21Update dependency org.wiremock:wiremock-standalone to v3.10.0 (#474)7aa29acUpdates github actions config6f9e408Updates renovate configa6db916Bumps spring boot to v3.4.0 and spring cloud to v2024.0.0 (#466)af3e87fPrepares 4.2.x releases (#462)d4c1ddcUpdate dependency gradle to v8.11.1 (#460)1343dc5Update javaCfEnvVersion to v3.3.0 (#457)- Additional commits viewable in compare view
Updates io.spring.dependency-management from 1.1.6 to 1.1.7
Release notes
Sourced from io.spring.dependency-management's releases.
v1.1.7
:lady_beetle: Bug Fixes
- Dependency management report task produces a deprecation warning with Gradle 8.12-rc-1 #400
- ExclusionResolver makes assumptions that won't hold true with Gradle 9 #394
:heart: Contributors
Thank you to all the contributors who worked on this release:
Commits
99c6a87Release v1.1.7e870ef7Address another deprecation warning in report takefc43f90Stop report task from triggering a deprecation warning0d1b43dMerge pull request #394 from octylFractal09853a2Check for ModuleComponentIdentifier explicitlye85cd28Next development version (v1.1.7-SNAPSHOT)- See full diff in compare view
Updates com.palantir.git-version from 3.1.0 to 3.2.0
Updates org.jetbrains.kotlin.jvm from 2.0.20 to 2.1.20
Release notes
Sourced from org.jetbrains.kotlin.jvm's releases.
Kotlin 2.1.20
Changelog
Analysis API
Fixes
KT-68198Analysis API: Support application service registration in plugin XMLsKT-57733Analysis API: Use optimizedModuleWithDependenciesScopes in combined symbol providersKT-73156AA: type retrieval for erroneous typealias crashesKT-71907K2 debugger evaluator failed when cannot resolve unrelated annotationKT-69128K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested classKT-71613KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbolKT-71741K2 IDE. Classifier was found in KtFile but was not found in FirFile inlibraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.ktsinkotlin.gitand broken analysisKT-71942Need to rethrow Intellij Platform exceptions, like ProcessCanceledExceptionKT-70949Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementationKT-69736K2 IDE: False positive resolution from KDoc forvalueKT-69047Analysis API: Unresolved KDoc reference to extensions with the same nameKT-70815Analysis API: Implement stop-the-world session invalidationKT-69630KAPT User project builds with KAPT4 enabled fail with Metaspace overflowAnalysis API. Code Compilation
KT-71263K2 evaluator: Error in evaluating self property with extension receiverAnalysis API. FIR
Performance Improvements
KT-72025FileStructureElement: reduce redundant resolveKT-74012RedundantFirAbstractBodyResolveTransformerDispatcher.<init>CPU consumptionKT-73900ContextCollectorVisitor#computeContext may spend significant time oncreateSnapshotKT-73665FirElementFinder is inefficient in large filesKT-73330Remove bodies from functions without contracts after the CONTRACTS phaseKT-73017Analysis API:FirReferenceResolveHelper.getSymbolsByResolvedImportsearches for classes even when the selectedFqNameis a known packageFixes
KT-72308getOrBuildFir returns null for this expression for plusAssign operatorKT-72660ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74097ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74098ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-72148K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl foundKT-73079K2: Internal compiler error when conflicting type aliases are presentKT-73456Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImplKT-73259Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImplKT-72740FirDanglingModifierList:lazyResolveToPhase(STATUS)cannot be called from a transformer with a phase STATUSKT-66132K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not foundKT-72196K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sourcesKT-72652FirProvider#getContainingClassshould supportFirDanglingModifierSymbol
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.jvm's changelog.
2.1.20
Analysis API
Fixes
KT-68198Analysis API: Support application service registration in plugin XMLsKT-57733Analysis API: Use optimizedModuleWithDependenciesScopes in combined symbol providersKT-73156AA: type retrieval for erroneous typealias crashesKT-71907K2 debugger evaluator failed when cannot resolve unrelated annotationKT-69128K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested classKT-71613KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbolKT-71741K2 IDE. Classifier was found in KtFile but was not found in FirFile inlibraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.ktsinkotlin.gitand broken analysisKT-71942Need to rethrow Intellij Platform exceptions, like ProcessCanceledExceptionKT-70949Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementationKT-69736K2 IDE: False positive resolution from KDoc forvalueKT-69047Analysis API: Unresolved KDoc reference to extensions with the same nameKT-70815Analysis API: Implement stop-the-world session invalidationKT-69630KAPT User project builds with KAPT4 enabled fail with Metaspace overflowAnalysis API. Code Compilation
KT-71263K2 evaluator: Error in evaluating self property with extension receiverAnalysis API. FIR
Performance Improvements
KT-72025FileStructureElement: reduce redundant resolveKT-74012RedundantFirAbstractBodyResolveTransformerDispatcher.<init>CPU consumptionKT-73900ContextCollectorVisitor#computeContext may spend significant time oncreateSnapshotKT-73665FirElementFinder is inefficient in large filesKT-73330Remove bodies from functions without contracts after the CONTRACTS phaseKT-73017Analysis API:FirReferenceResolveHelper.getSymbolsByResolvedImportsearches for classes even when the selectedFqNameis a known packageFixes
KT-72308getOrBuildFir returns null for this expression for plusAssign operatorKT-72660ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74097ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74098ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-72148K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl foundKT-73079K2: Internal compiler error when conflicting type aliases are presentKT-73456Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImplKT-73259Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImplKT-72740FirDanglingModifierList:lazyResolveToPhase(STATUS)cannot be called from a transformer with a phase STATUSKT-66132K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not foundKT-72196K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sourcesKT-72652FirProvider#getContainingClassshould supportFirDanglingModifierSymbolKT-73105Lazy resolve contract violation (BODY_RESOLVE from BODY_RESOLVE)
... (truncated)
Commits
658a201Add ChangeLog for 2.1.20-RC3b2dfd94[FIR] Fix a false negativeSUPER_CALL_WITH_DEFAULT_PARAMETERS982a4ef[FIR] Reproduce ^KT-75578173e94aFix CMP-7747dbed512CMP-7571: keep the calls to public $stable fields (in K1 klibs) as ise7e183fCMP-7571: merge two findDeclaration calls into one0c8b50dCMP-7571: improve signature generation for an artificial stability gettercb387d5CMP-7571: add signatures to artifical stability gettersf17e609Avoid multiple finalizations of generalConfigurationMetrics45e81bbEdit ChangeLog for 2.1.20-RC2- Additional commits viewable in compare view
Updates org.jetbrains.kotlin.plugin.serialization from 2.0.20 to 2.1.20
Release notes
Sourced from org.jetbrains.kotlin.plugin.serialization's releases.
Kotlin 2.1.20
Changelog
Analysis API
Fixes
KT-68198Analysis API: Support application service registration in plugin XMLsKT-57733Analysis API: Use optimizedModuleWithDependenciesScopes in combined symbol providersKT-73156AA: type retrieval for erroneous typealias crashesKT-71907K2 debugger evaluator failed when cannot resolve unrelated annotationKT-69128K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested classKT-71613KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbolKT-71741K2 IDE. Classifier was found in KtFile but was not found in FirFile inlibraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.ktsinkotlin.gitand broken analysisKT-71942Need to rethrow Intellij Platform exceptions, like ProcessCanceledExceptionKT-70949Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementationKT-69736K2 IDE: False positive resolution from KDoc forvalueKT-69047Analysis API: Unresolved KDoc reference to extensions with the same nameKT-70815Analysis API: Implement stop-the-world session invalidationKT-69630KAPT User project builds with KAPT4 enabled fail with Metaspace overflowAnalysis API. Code Compilation
KT-71263K2 evaluator: Error in evaluating self property with extension receiverAnalysis API. FIR
Performance Improvements
KT-72025FileStructureElement: reduce redundant resolveKT-74012RedundantFirAbstractBodyResolveTransformerDispatcher.<init>CPU consumptionKT-73900ContextCollectorVisitor#computeContext may spend significant time oncreateSnapshotKT-73665FirElementFinder is inefficient in large filesKT-73330Remove bodies from functions without contracts after the CONTRACTS phaseKT-73017Analysis API:FirReferenceResolveHelper.getSymbolsByResolvedImportsearches for classes even when the selectedFqNameis a known packageFixes
KT-72308getOrBuildFir returns null for this expression for plusAssign operatorKT-72660ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74097ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74098ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-72148K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl foundKT-73079K2: Internal compiler error when conflicting type aliases are presentKT-73456Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImplKT-73259Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImplKT-72740FirDanglingModifierList:lazyResolveToPhase(STATUS)cannot be called from a transformer with a phase STATUSKT-66132K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not foundKT-72196K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sourcesKT-72652FirProvider#getContainingClassshould supportFirDanglingModifierSymbol
... (truncated)
Changelog
Sourced from org.jetbrains.kotlin.plugin.serialization's changelog.
2.1.20
Analysis API
Fixes
KT-68198Analysis API: Support application service registration in plugin XMLsKT-57733Analysis API: Use optimizedModuleWithDependenciesScopes in combined symbol providersKT-73156AA: type retrieval for erroneous typealias crashesKT-71907K2 debugger evaluator failed when cannot resolve unrelated annotationKT-69128K2 IDE: "Unresolved reference in KDoc" reports existing Java class in reference to its own nested classKT-71613KaFirPsiJavaTypeParameterSymbol cannot be cast to KaFirTypeParameterSymbolKT-71741K2 IDE. Classifier was found in KtFile but was not found in FirFile inlibraries/tools/kotlin-gradle-plugin-integration-tests/build.gradle.ktsinkotlin.gitand broken analysisKT-71942Need to rethrow Intellij Platform exceptions, like ProcessCanceledExceptionKT-70949Analysis API: "containingDeclaration" does not work on nested Java classes in K2 implementationKT-69736K2 IDE: False positive resolution from KDoc forvalueKT-69047Analysis API: Unresolved KDoc reference to extensions with the same nameKT-70815Analysis API: Implement stop-the-world session invalidationKT-69630KAPT User project builds with KAPT4 enabled fail with Metaspace overflowAnalysis API. Code Compilation
KT-71263K2 evaluator: Error in evaluating self property with extension receiverAnalysis API. FIR
Performance Improvements
KT-72025FileStructureElement: reduce redundant resolveKT-74012RedundantFirAbstractBodyResolveTransformerDispatcher.<init>CPU consumptionKT-73900ContextCollectorVisitor#computeContext may spend significant time oncreateSnapshotKT-73665FirElementFinder is inefficient in large filesKT-73330Remove bodies from functions without contracts after the CONTRACTS phaseKT-73017Analysis API:FirReferenceResolveHelper.getSymbolsByResolvedImportsearches for classes even when the selectedFqNameis a known packageFixes
KT-72308getOrBuildFir returns null for this expression for plusAssign operatorKT-72660ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74097ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-74098ISE: Recursive update at org.jetbrains.kotlin.analysis.low.level.api.fir.caches.FirCaffeineCache.getValueKT-72148K2: KISEWA: Expected FirResolvedArgumentList for FirAnnotationCallImpl of FirValueParameterImpl(DataClassMember) but FirArgumentListImpl foundKT-73079K2: Internal compiler error when conflicting type aliases are presentKT-73456Expected FirResolvedContractDescription but FirRawContractDescriptionImpl found for FirSimpleFunctionImplKT-73259Expected FirResolvedContractDescription but FirLegacyRawContractDescriptionImpl found for FirSimpleFunctionImplKT-72740FirDanglingModifierList:lazyResolveToPhase(STATUS)cannot be called from a transformer with a phase STATUSKT-66132K2: FirRegularClass expected, but FirFileImpl found | Containing declaration is not foundKT-72196K2. KMP. IllegalStateException: expect-actual matching is only possible for code with sourcesKT-72652FirProvider#getContainingClassshould supportFirDanglingModifierSymbolKT-73105Lazy resolve contract violation (BODY_RESOLVE from BODY_RESOLVE)
... (truncated)
Commits
658a201Add ChangeLog for 2.1.20-RC3b2dfd94[FIR] Fix a false negativeSUPER_CALL_WITH_DEFAULT_PARAMETERS982a4ef[FIR] Reproduce ^KT-75578173e94aFix CMP-7747dbed512CMP-7571: keep the calls to public $stable fields (in K1 klibs) as ise7e183fCMP-7571: merge two findDeclaration calls into one0c8b50dCMP-7571: improve signature generation for an artificial stability gettercb387d5CMP-7571: add signatures to artifical stability gettersf17e609Avoid multiple finalizations of generalConfigurationMetrics45e81bbEdit ChangeLog for 2.1.20-RC2- Additional commits viewable in compare view
Updates com.zaxxer:HikariCP from 5.1.0 to 6.3.0
Changelog
Sourced from com.zaxxer:HikariCP's changelog.
HikariCP Changes
Changes in 6.3.0
increase keepaliveTime variance from 10% to 20%
merged #2266 support duration values for configuration from properties, such as 10ms, 20s, 30m, 40h or 50d
merged #2284 align logs from HikariPool.logPoolState()
merged #2285 set default value for maxIdle in HikariConfig constructor (no functional change)
merged #2294 Allow setting String[] and int[] properties (useful for pgjdbc HA configuration)
merged #2300 catch java.lang.Error instead of java.lang.Exception under certain conditions
Changes in 6.2.1
change default keepaliveTime to 2 minutes
fix commons-compress dependency, make test scope
Changes in 6.2.0
merged #2238 handle SQLTimeoutException without eviction. Users looking to preserve previous behavior should provide an implementation of com.zaxxer.hikari.SQLExceptionOverride to the pool configuration.
added new enum value, Override.MUST_EVICT, available to implementations of com.zaxxer.hikari.SQLExceptionOverride
enhanced debug logging in circumstances where the pool falls to zero size and new connections to the database continue to fail.
update test dependencies that were flagged as having vulnerabilities
Changes in 6.1.0
fixed #1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction
merged #1962 dropwizard 5 metrics are now supported via the setMetricRegistry() method in HikariConfig and in HikariDataSource
merged #2244 improve JavassistProxyFactory
merged #2243 fix inconsistency between isWrapperFor and unwrap
merged #1827 support loading properties file in unnamed resources module
merged #1842 don't clear isCommitStateDirty flag in setReadOnly
change default maxLifetime variance from 2.5% to 25% to further avoid mass connection die-off dips
... (truncated)
Commits
ef165cf[maven-release-plugin] prepare release HikariCP-6.3.000456a1Update changelog and next release version.d6f0cccAllow setting String[] and int[] properties (#2291)0bff26eAlign HikariPool.logPoolState (#2284)bbd698eSetting default value for maxIdle in HikariConfig constructor (#2285)8257a99Although rare, JDBC drivers can and do throw java.lang.Error instead of java....8de2eb8Drop Support section in README and reorganize its content (#2301)a28b6ecAdd license headers (#2271)9fa66d1minor code cleanup1164493Update README.md- Additional commits viewable in compare view
Updates org.postgresql:postgresql from 42.7.4 to 42.7.5
Release notes
Sourced from org.postgresql:postgresql's releases.
v42.7.5
Changes
- update changelogs and increment version in gradle.properties for release
@davecramer(#3478)- regression: revert change in https://github.com/pgjdbc/pgjdbc/commit/fc60537
@davecramer(#3476)- Fix PgDatabaseMetaData implementation of catalog as param and return value
@SophiahHo(#3390)- Support default GSS credentials in the Java Postgres client
@nrhall(#3451)- fix: return only the transactions accessible by the current_user in XAResource.recover
@vlsi(#3450)- feat: don't force send extra_float_digits for PostgreSQL >= 12 (#3432)
@damienb-opt(#3446)- fix: exclude "include columns" from the list of primary keys
@priteshranjan01(#3434)- Enhance the meta query performance by specifying the oid.
@dh-cloud(#3427)- feat: support getObject(int, byte[].class) for bytea
@anesterenok(#3274)- docs: document infinity and some minor edits
@davecramer(#3407)- Added way to check for major server version, fixed check for RULE
@davecramer(#3402)- fixed remaining paragraphs
@Zopsss(#3398)- fixed paragraphs in javadoc comments
@Zopsss(#3397)- Reuse buffers and reduce allocations in GSSInputStream addresses Issue #3251
@davecramer(#3255)- chore: Update Gradle to 8.10.2
@jorsol(#3388)- ci: Test with Java 23
@jorsol(#3381)- Fix getSchemas()
@SophiahHo(#3386)- Update rpm postgresql-jdbc.spec.tpl with scram-client
@jorsol(#3324)- Clearing thisRow and rowBuffer on close() of ResultSet
@reallyinsane(#3384)- Package was renamed to maven-bundle-plugin
@ljavorsk(#3382)- As of version 18 the RULE privilege has been removed
@davecramer(#3378)- fix: use buffered inputstream to create GSSInputStream
@Sasasu(#3373)- get rid of 8.4, 9.0 pg versions and use >= jdk version 17
@davecramer(#3372)- Changed docker-compose version and renamed script file in instructions to match the real file name
@MohanadKh03(#3363)- Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest
@nvanbenschoten(#3364)- try to categorize dependencies
@davecramer(#3362)⬆️ Dependencies
- chore(deps): update dependency gradle to v8.12
@renovate-bot(#3473)- chore(deps): update codecov/codecov-action digest to adfacf2
@renovate-bot(#3468)- chore(deps): update dependency sbt/sbt to v1.10.7
@renovate-bot(#3470)- fix(deps): update dependency org.ops4j.pax.url:pax-url-aether to v2.6.15
@renovate-bot(#3471)- fix(deps): update junit5 monorepo to v5.11.4
@renovate-bot(#3472)- fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6.1.0
@renovate-bot(#3469)- chore(deps): update plugin biz.aqute.bnd.builder to v7.1.0
@renovate-bot(#3455)- chore(deps): update dependency gradle to v8.11.1
@renovate-bot(#3454)- chore(deps): update dependency com.typesafe.play:sbt-plugin to v2.9.6
@renovate-bot(#3452)- chore(deps): update dependency sbt/sbt to v1.10.6
@renovate-bot(#3453)- chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.1.0
@renovate-bot(#3456)- chore(deps): update codecov/codecov-action digest to 015f24e
@renovate-bot(#3438)- chore(deps): update dependency sbt/sbt to v1.10.5
@renovate-bot(#3439)- chore(deps): update plugin com.github.burrunan.s3-build-cache to v1.8.4
@renovate-bot(#3440)- fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.plugin to v6.0.26
@renovate-bot(#3441)
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
[42.7.5] (2025-01-14 08:00:00 -0400)
Added
- ci: Test with Java 23 [PR #3381](pgjdbc/pgjdbc#3381)
Fixed
- regression: revert change in fc60537 [PR #3476](pgjdbc/pgjdbc#3476)
- fix: PgDatabaseMetaData implementation of catalog as param and return value [PR #3390](pgjdbc/pgjdbc#3390)
- fix: Support default GSS credentials in the Java Postgres client [PR #3451](pgjdbc/pgjdbc#3451)
- fix: return only the transactions accessible by the current_user in XAResource.recover [PR #3450](pgjdbc/pgjdbc#3450)
- feat: don't force send extra_float_digits for PostgreSQL >= 12 fix [Issue #3432](pgjdbc/pgjdbc#3432) [PR #3446](pgjdbc/pgjdbc#3446)
- fix: exclude "include columns" from the list of primary keys [PR #3434](pgjdbc/pgjdbc#3434)
- perf: Enhance the meta query performance by specifying the oid. [PR #3427](pgjdbc/pgjdbc#3427)
- feat: support getObject(int, byte[].class) for bytea [PR #3274](pgjdbc/pgjdbc#3274)
- docs: document infinity and some minor edits [PR #3407](pgjdbc/pgjdbc#3407)
- fix: Added way to check for major server version, fixed check for RULE [PR #3402](pgjdbc/pgjdbc#3402)
- docs: fixed remaining paragraphs [PR #3398](pgjdbc/pgjdbc#3398)
- docs: fixed paragraphs in javadoc comments [PR #3397](pgjdbc/pgjdbc#3397)
- fix: Reuse buffers and reduce allocations in GSSInputStream addresses [Issue #3251](pgjdbc/pgjdbc#3251) [PR #3255](pgjdbc/pgjdbc#3255)
- chore: Update Gradle to 8.10.2 [PR #3388](pgjdbc/pgjdbc#3388)
- fix: getSchemas() [PR #3386](pgjdbc/pgjdbc#3386)
- fix: Update rpm postgresql-jdbc.spec.tpl with scram-client [PR #3324](pgjdbc/pgjdbc#3324)
- fix: Clearing thisRow and rowBuffer on close() of ResultSet [Issue #3383](pgjdbc/pgjdbc#3383) [PR #3384](pgjdbc/pgjdbc#3384)
- fix: Package was renamed to maven-bundle-plugin [PR #3382](pgjdbc/pgjdbc#3382)
- fix: As of version 18 the RULE privilege has been removed [PR #3378](pgjdbc/pgjdbc#3378)
- fix: use buffered inputstream to create GSSInputStream [PR #3373](pgjdbc/pgjdbc#3373)
- test: get rid of 8.4, 9.0 pg versions and use >= jdk version 17 [PR #3372](pgjdbc/pgjdbc#3372)
- Changed docker-compose version and renamed script file in instructions to match the real file name [PR #3363](pgjdbc/pgjdbc#3363)
- test:Do not assume "test" database in DatabaseMetaDataTransactionIsolationTest [PR #3364](pgjdbc/pgjdbc#3364)
- try to categorize dependencies [PR #3362](pgjdbc/pgjdbc#3362)
Commits
94a1693update changelogs and increment version in gradle.properties for release (#3478)ce54dfdchore: replace deprecated kotlinOptions with a replacement API398029echore: avoid failure in osgi-test/onlyIf if -PjdkBuildVersion is missing at t...7245443test: skip :pgjdbc-osgi-test:test when runnning tests with Java 87747527chore(deps): update dependency gradle to v8.12bb07a4bchore(deps): update codecov/codecov-action digest to adfacf2f545514chore(deps): update dependency sbt/sbt to v1.10.745df56cfix(deps): update dependency org.ops4j.pax.url:pax-url-aether to v2.6.15b87e106fix(deps): update junit5 monorepo to v5.11.45603477fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...- Additional commits viewable in compare view
Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.17.2 to 2.18.3
Updates org.slf4j:slf4j-api from 2.0.16 to 2.0.17
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 will merge this PR once CI passes on it, as requested by @nickmcdowall.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
0
0
+0
-0
Package Dependencies
org.postgresql:postgresql
maven
42.7.4 → 42.7.5
Patch
org.jetbrains.kotlin.jvm
maven
2.0.20 → 2.1.20
Minor
maven
2.17.2 → 2.18.3
Minor
io.spring.dependency-management
maven
1.1.6 → 1.1.7
Patch
maven
2.0.20 → 2.1.20
Minor
maven
4.1.5 → 4.2.0
Minor
Technical Details
| ID: | 1136249 |
| UUID: | 2952411550 |
| Node ID: | PR_kwDOJtt-2c6QXDrR |
| Host: | GitHub |
| Repository: | lsd-consulting/lsd-distributed-postgres-connector |