-
Notifications
You must be signed in to change notification settings - Fork 75
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 dependencies group across 1 directory with 27 updates #2098
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@dependabot rebase |
Bumps the dependencies group with 26 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.12` | `1.5.16` | | [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.18.1` | `2.18.2` | | [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.18.1` | `2.18.2` | | [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.18.1` | `2.18.2` | | [com.github.dasniko:testcontainers-keycloak](https://github.com/dasniko/testcontainers-keycloak) | `3.5.1` | `3.6.0` | | [com.google.guava:guava](https://github.com/google/guava) | `33.3.1-jre` | `33.4.0-jre` | | commons-io:commons-io | `2.17.0` | `2.18.0` | | [org.apache.commons:commons-csv](https://github.com/apache/commons-csv) | `1.12.0` | `1.13.0` | | org.apache.commons:commons-dbcp2 | `2.12.0` | `2.13.0` | | org.apache.commons:commons-text | `1.12.0` | `1.13.0` | | org.eclipse.jetty.ee10:jetty-ee10-servlet | `12.0.15` | `12.0.16` | | org.jooq:jooq | `3.19.15` | `3.19.18` | | org.jooq:jooq-codegen | `3.19.15` | `3.19.18` | | org.jooq:jooq-meta | `3.19.15` | `3.19.18` | | [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.11.3` | `5.11.4` | | [org.junit.platform:junit-platform-suite](https://github.com/junit-team/junit5) | `1.11.3` | `1.11.4` | | [org.liquibase:liquibase-core](https://github.com/liquibase/liquibase) | `4.30.0` | `4.31.0` | | [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) | `3.5.0` | `3.5.1` | | [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.7.4` | `42.7.5` | | [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | | [com.googlecode.maven-download-plugin:download-maven-plugin](https://github.com/download-maven-plugin/download-maven-plugin) | `1.11.5` | `1.13.0` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | `2.43.0` | `2.44.2` | | [org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck) | `11.1.0` | `12.0.1` | | [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) | `3.11.1` | `3.11.2` | | [org.testcontainers:mariadb](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` | Updates `ch.qos.logback:logback-classic` from 1.5.12 to 1.5.16 - [Commits](qos-ch/logback@v_1.5.12...v_1.5.16) Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-core@jackson-core-2.18.1...jackson-core-2.18.2) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.18.1...jackson-dataformat-xml-2.18.2) Updates `com.fasterxml.jackson.core:jackson-core` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-core@jackson-core-2.18.1...jackson-core-2.18.2) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.18.1 to 2.18.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.18.1 to 2.18.2 - [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.18.1...jackson-dataformat-xml-2.18.2) Updates `com.github.dasniko:testcontainers-keycloak` from 3.5.1 to 3.6.0 - [Release notes](https://github.com/dasniko/testcontainers-keycloak/releases) - [Commits](dasniko/testcontainers-keycloak@3.5.1...3.6.0) Updates `com.google.guava:guava` from 33.3.1-jre to 33.4.0-jre - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) Updates `commons-io:commons-io` from 2.17.0 to 2.18.0 Updates `org.apache.commons:commons-csv` from 1.12.0 to 1.13.0 - [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-csv@rel/commons-csv-1.12.0...rel/commons-csv-1.13.0) Updates `org.apache.commons:commons-dbcp2` from 2.12.0 to 2.13.0 Updates `org.apache.commons:commons-text` from 1.12.0 to 1.13.0 Updates `org.eclipse.jetty.ee10:jetty-ee10-servlet` from 12.0.15 to 12.0.16 Updates `org.jooq:jooq` from 3.19.15 to 3.19.18 Updates `org.jooq:jooq-codegen` from 3.19.15 to 3.19.18 Updates `org.jooq:jooq-meta` from 3.19.15 to 3.19.18 Updates `org.jooq:jooq-codegen` from 3.19.15 to 3.19.18 Updates `org.jooq:jooq-meta` from 3.19.15 to 3.19.18 Updates `org.junit:junit-bom` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit5@r5.11.3...r5.11.4) Updates `org.junit.platform:junit-platform-suite` from 1.11.3 to 1.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Updates `org.liquibase:liquibase-core` from 4.30.0 to 4.31.0 - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt) - [Commits](liquibase/liquibase@v4.30.0...v4.31.0) Updates `org.mariadb.jdbc:mariadb-java-client` from 3.5.0 to 3.5.1 - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md) - [Commits](mariadb-corporation/mariadb-connector-j@3.5.0...3.5.1) Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5 - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.7.4...REL42.7.5) Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) Updates `com.googlecode.maven-download-plugin:download-maven-plugin` from 1.11.5 to 1.13.0 - [Release notes](https://github.com/download-maven-plugin/download-maven-plugin/releases) - [Commits](download-maven-plugin/download-maven-plugin@1.11.5...1.13.0) Updates `com.diffplug.spotless:spotless-maven-plugin` from 2.43.0 to 2.44.2 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@lib/2.43.0...maven/2.44.2) Updates `org.owasp:dependency-check-maven` from 11.1.0 to 12.0.1 - [Release notes](https://github.com/jeremylong/DependencyCheck/releases) - [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](jeremylong/DependencyCheck@v11.1.0...v12.0.1) Updates `org.apache.maven.plugins:maven-javadoc-plugin` from 3.11.1 to 3.11.2 - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.11.2) Updates `org.testcontainers:mariadb` from 1.20.3 to 1.20.4 - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@1.20.3...1.20.4) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.github.dasniko:testcontainers-keycloak dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.google.guava:guava dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.commons:commons-csv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.commons:commons-dbcp2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.apache.commons:commons-text dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-servlet dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jooq:jooq dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jooq:jooq-codegen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jooq:jooq-meta dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jooq:jooq-codegen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.jooq:jooq-meta dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.junit.platform:junit-platform-suite dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.liquibase:liquibase-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:junit-jupiter dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:postgresql dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:postgresql dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: com.googlecode.maven-download-plugin:download-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.diffplug.spotless:spotless-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: org.owasp:dependency-check-maven dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: org.testcontainers:mariadb dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
ac46a9d
to
fd56863
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 26 updates in the / directory:
1.5.12
1.5.16
2.18.1
2.18.2
2.18.1
2.18.2
2.18.1
2.18.2
3.5.1
3.6.0
33.3.1-jre
33.4.0-jre
2.17.0
2.18.0
1.12.0
1.13.0
2.12.0
2.13.0
1.12.0
1.13.0
12.0.15
12.0.16
3.19.15
3.19.18
3.19.15
3.19.18
3.19.15
3.19.18
5.11.3
5.11.4
1.11.3
1.11.4
4.30.0
4.31.0
3.5.0
3.5.1
42.7.4
42.7.5
1.20.3
1.20.4
1.20.3
1.20.4
1.11.5
1.13.0
2.43.0
2.44.2
11.1.0
12.0.1
3.11.1
3.11.2
1.20.3
1.20.4
Updates
ch.qos.logback:logback-classic
from 1.5.12 to 1.5.16Commits
74c9ebd
prepare release 1.5.169308a58
javadocs structure changed8935470
adapt test to SLF4J version 2.0.16cb60369
addded StubEventEvaluator as default class for evaluator element so as to dir...1da2f17
bump jxr version5bde644
bump slf4j version to 2.0.16aa2ebae
remove stax related code80db86b
fix issues/860a8a2303
start work on 1.5.16-SNAPSHOTbf14c2c
minor javadoc updateUpdates
com.fasterxml.jackson.core:jackson-annotations
from 2.18.1 to 2.18.2Commits
Updates
com.fasterxml.jackson.core:jackson-core
from 2.18.1 to 2.18.2Commits
fc1bc93
[maven-release-plugin] prepare release jackson-core-2.18.244f793e
Prep for 2.18.2715ec43
Disable scorecard WF from 2.1888b4c94
fix issue with incorrect matches for some surrogate chars (#1360)cc70bc2
Minor warnings removalf5ed9e7
Warnings removal93335d4
Merge branch '2.17' into 2.183ec9738
Back to snapshot dep88fc49b
[maven-release-plugin] prepare for next development iteration44d1e78
[maven-release-plugin] prepare release jackson-core-2.17.3Updates
com.fasterxml.jackson.dataformat:jackson-dataformat-xml
from 2.18.1 to 2.18.2Commits
310241b
[maven-release-plugin] prepare release jackson-dataformat-xml-2.18.221dfc4f
minor warnings removal06d28aa
Prep for 2.18.2 release0a7cf7b
Merge test classes7e35baa
Add test for #682 (passing with jackson-databind fix) (#685)5b78983
Fix #678: allow configuring custom SerializerFactory via JacksonXmlModule (#680)180a75b
Merge branch '2.17' into 2.18b19f1ca
Back to snapshot depacd25dc
[maven-release-plugin] prepare for next development iteration2ddb970
[maven-release-plugin] prepare release jackson-dataformat-xml-2.17.3Updates
com.fasterxml.jackson.core:jackson-core
from 2.18.1 to 2.18.2Commits
fc1bc93
[maven-release-plugin] prepare release jackson-core-2.18.244f793e
Prep for 2.18.2715ec43
Disable scorecard WF from 2.1888b4c94
fix issue with incorrect matches for some surrogate chars (#1360)cc70bc2
Minor warnings removalf5ed9e7
Warnings removal93335d4
Merge branch '2.17' into 2.183ec9738
Back to snapshot dep88fc49b
[maven-release-plugin] prepare for next development iteration44d1e78
[maven-release-plugin] prepare release jackson-core-2.17.3Updates
com.fasterxml.jackson.core:jackson-databind
from 2.18.1 to 2.18.2Commits
Updates
com.fasterxml.jackson.dataformat:jackson-dataformat-xml
from 2.18.1 to 2.18.2Commits
310241b
[maven-release-plugin] prepare release jackson-dataformat-xml-2.18.221dfc4f
minor warnings removal06d28aa
Prep for 2.18.2 release0a7cf7b
Merge test classes7e35baa
Add test for #682 (passing with jackson-databind fix) (#685)5b78983
Fix #678: allow configuring custom SerializerFactory via JacksonXmlModule (#680)180a75b
Merge branch '2.17' into 2.18b19f1ca
Back to snapshot depacd25dc
[maven-release-plugin] prepare for next development iteration2ddb970
[maven-release-plugin] prepare release jackson-dataformat-xml-2.17.3Updates
com.github.dasniko:testcontainers-keycloak
from 3.5.1 to 3.6.0Release notes
Sourced from com.github.dasniko:testcontainers-keycloak's releases.
Commits
2ef9fe9
[maven-release-plugin] prepare release 3.6.06e64806
adjust readme to new versionf50a84b
upgrade to Keycloak 26.1be484a4
chore: update deps2b0deaa
exclude slf4j impl collisiondb1cb62
Add configuration to disable bootstrap of admin account (#165)6221e6d
improve info about version compatibility8989201
improve info about version compatibility96cb12d
update readme9fd1300
exclude javax.* dependencies introduced by shrinkwrap updateUpdates
com.google.guava:guava
from 33.3.1-jre to 33.4.0-jreRelease notes
Sourced from com.google.guava:guava's releases.
Commits
Updates
commons-io:commons-io
from 2.17.0 to 2.18.0Updates
org.apache.commons:commons-csv
from 1.12.0 to 1.13.0Changelog
Sourced from org.apache.commons:commons-csv's changelog.
... (truncated)
Commits
f2f1cff
Prepare for the next release candidate732c2f8
Prepare for the next release candidate02b398d
Add Checstyle UnnecessaryParentheses947c514
Add Checstyle SuperFinalize4579bd3
Add Checstyle SuperClonea0ff618
Add Checstyle StringLiteralEqualityf69526c
Add Checstyle SimplifyBooleanReturn81f9044
Add Checstyle SimplifyBooleanExpression6afa33c
Add Checstyle MultipleVariableDeclarations114118c
Add Checstyle IllegalInstantiationUpdates
org.apache.commons:commons-dbcp2
from 2.12.0 to 2.13.0Updates
org.apache.commons:commons-text
from 1.12.0 to 1.13.0Updates
org.eclipse.jetty.ee10:jetty-ee10-servlet
from 12.0.15 to 12.0.16Updates
org.jooq:jooq
from 3.19.15 to 3.19.18Updates
org.jooq:jooq-codegen
from 3.19.15 to 3.19.18Updates
org.jooq:jooq-meta
from 3.19.15 to 3.19.18Updates
org.jooq:jooq-codegen
from 3.19.15 to 3.19.18Updates
org.jooq:jooq-meta
from 3.19.15 to 3.19.18Updates
org.junit:junit-bom
from 5.11.3 to 5.11.4Release notes
Sourced from org.junit:junit-bom's releases.
Commits
6430ba4
Release 5.11.4d093121
Finalize 5.11.4 release notes0444353
Fix Maven integration tests on JDK 24b5c7f4e
Move #4153 to 5.11.4 release notesb20c4e2
Ensure the XMLStreamWriter is closed after use6376f0a
Configure Git username and email2b485c4
Set reference repo URI500b5a0
Inject username and password via new DSLd671961
Update plugin gitPublish to v53d11279
AddJAVA_25
toJRE
enumUpdates
org.junit.platform:junit-platform-suite
from 1.11.3 to 1.11.4Commits
Updates
org.liquibase:liquibase-core
from 4.30.0 to 4.31.0Release notes
Sourced from org.liquibase:liquibase-core's releases.
... (truncated)
Changelog
Sourced from org.liquibase:liquibase-core's changelog.
... (truncated)
Commits
11ef37b
DAT-19398 DevOps :: Fix Liquibase Checks versioning in the tarball to match t...9ff9bef
chore: FILES FOR 4.31.0 RELEASE (#6637)509e575
Handle @ symbol when executing PostgreSQL SET SEARCH_PATH (#6630)26b1294
DAT-18331 PRO: integrate checks extension into tarball/zip, not mac os dmg in...d4250c0
undo UUID-ing of deployment ID (DAT-19367) (#6629)4cd3509
liquibase-maven-plugin: Allownull
arguments to `ConfiguredValueModifierFac...e68abdc
DAT-19082: Fix issue with losing changed datatype attributes when one datatyp...40ef1af
chore: rollback test count changes as they are failing for master (#6624)4ac1250
fix: test counts in master (#6623)2f474fb
Implement logic to selectively include/exclude columns in generate-changelog ...Updates
org.mariadb.jdbc:mariadb-java-client
from 3.5.0 to 3.5.1Release notes
Sourced from org.mariadb.jdbc:mariadb-java-client's releases.
Changelog
Sourced from org.mariadb.jdbc:mariadb-java-client's changelog.
Commits
8acdd27
[misc] benchmark handling bcpkix-jdk18on signed JAR99a4649
[misc] adding benchmark parsec04170a1
[misc] update travis windows testing to java 1799d585b
bump 3.5.18c8200f
[CONJ-1213] sql command ending with semicolon and trailing space are not usin...b7f38ea
[misc] javadoc formatting correction3f1706e
[misc] correct javadoc entriese3df57b
[misc] permit java 11 testing147a08a
[misc] parsec SSL fingerprint test correctionda6a56c
[misc] parsec fingerprint hash using either java 15 or BouncyCastleUpdates
org.postgresql:postgresql
from 42.7.4 to 42.7.5Release notes
Sourced from org.postgresql:postgresql's releases.
... (truncated)
Changelog
Sourced from org.postgresql:postgresql's changelog.
Commits
94a1693
update changelogs and increment version in gradle.properties for release (#3478)ce54dfd
chore: replace deprecated kotlinOptions with a replacement API398029e
chore: avoid failure in osgi-test/onlyIf if -PjdkBuildVersion is missing at t...7245443
test: skip :pgjdbc-osgi-test:test when runnning tests with Java 87747527
chore(deps): u...Description has been truncated