fix: support PreparedStatement.setBlob(1, Blob) and PreparedStatement.setClob(1, Clob) for lobs that return -1 for length [PR #3136](pgjdbc/pgjdbc#3136)
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the alldependencies group with 9 updates in the / directory:
3.0.0
3.1.0
5.5.0
5.6.0
2.3.0
2.3.3
2.0.10
2.0.16
42.7.2
42.7.4
2.2.19
2.2.24
5.10.3
5.17.14
5.10.1
5.11.1
1.15.1
1.15.3
Updates
com.palantir.git-version
from 3.0.0 to 3.1.0Updates
de.undercouch.download
from 5.5.0 to 5.6.0Updates
javax.servlet.jsp:javax.servlet.jsp-api
from 2.3.0 to 2.3.3Commits
80b323b
[maven-release-plugin] prepare for next development iteration2cb1653
[maven-release-plugin] prepare release 2.3.3e41363f
Update scm/plugin version13d7122
javaee-api-api/issue55 NullPointerException is thrown if application doesn't ...3c6b171
javaee-jsp-api/issues53 NullPointerException is thrown if tld file doesn't in...0c4d240
javaee-jsp-api/issues54 Failed to compile jsp files in which custom tags are ...4134c36
Update CONTRIBUTING.md2614390
Create LICENSEfbc02a2
revert test versions4b09002
[maven-release-plugin] prepare for next development iterationUpdates
org.slf4j:slf4j-jdk14
from 2.0.10 to 2.0.16Updates
org.postgresql:postgresql
from 42.7.2 to 42.7.4Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
... (truncated)
Commits
a23fa70
Prepare for 42.7.4 release (#3359)d232e60
fix: remove preDescribe from internalExecuteBatch257653b
Rename release.yml to release-notes.yml64a18d6
Create release.yml84bdec6
fix(deps): update dependency com.github.spotbugs:com.github.spotbugs.gradle.p...89182c1
chore(deps): update dependency gradle to v8.101f68373
fix(deps): update dependency org.roaringbitmap:roaringbitmap to v1.2.1f1c8707
chore(deps): update codecov/codecov-action digest to 2439dfcba1513e
fix(deps): update dependency com.google.errorprone:error_prone_core to v2.30.06abdb5f
fix(deps): update dependency spotbugs to v4.8.6Updates
io.swagger.core.v3:swagger-jaxrs2-jakarta
from 2.2.19 to 2.2.24Updates
org.webjars:swagger-ui
from 5.10.3 to 5.17.14Release notes
Sourced from org.webjars:swagger-ui's releases.
... (truncated)
Commits
74ed0ad
chore(release): cut the v5.17.14 release8aa5292
fix(system): remediate component wrapping functionality (#9978)c74fb2c
chore(release): cut the v5.17.13 release31b35fd
ci(dependabot): use times that don't conflict with releases (#9975)df03a8f
fix(swagger-ui-react): re-render on spec prop change (#9966)e57d0be
chore(deps-dev): bump postcss-preset-env from 9.5.13 to 9.5.14 (#9962)767e498
chore(deps-dev): bump css-loader from 7.1.1 to 7.1.2 (#9959)7bf16be
refactor(config): remove unused config options (#9958)ee335f2
docs(SECURITY): align supported versions with reality (#9957)11cf64d
--- (#9956)Updates
org.junit:junit-bom
from 5.10.1 to 5.11.1Release notes
Sourced from org.junit:junit-bom's releases.
... (truncated)
Commits
e4b2c0c
Release 5.11.1c37b179
Finalize 5.11.1 release notesa7b1c49
Include 5.10.4 release notes3646b7d
Document benefits ofmessageSupplier
inAssertions
(#3938)6b9f15d
Delete unnecessary (and potentially misleading) comment in User Guide98dafd3
Reduce flakiness6529d8d
Allow for work stealing when only holding read locks (#4012)0d25a5a
Fix YAML syntax28dd375
Fix step label348ef61
Switch to Temurin for JDK 23 (#4005)Updates
net.bytebuddy:byte-buddy
from 1.15.1 to 1.15.3Release notes
Sourced from net.bytebuddy:byte-buddy's releases.
Changelog
Sourced from net.bytebuddy:byte-buddy's changelog.
Commits
2c7a781
[maven-release-plugin] prepare release byte-buddy-1.15.3209b595
[release] Release new version799090c
Remove imports.b715358
Add null check.e8aeef4
Change nullability.b7b3b65
Make class file version more efficient and avoid experimental API on it.1e38dd0
Adjust class file handling.0bc0178
Add missing annotation.d86040b
Add filter for multi-release jar files.de561d0
Treat class files that are not supported by current VM as resources.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