dice-fairlink
dice-fairlink copied to clipboard
JDBC Driver for read-only connections on AWS RDS Clusters
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.17 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.2.6 to 42.4.1. Changelog Sourced from postgresql's changelog. [42.4.1] (2022-08-01 16:24:20 -0400) Security fix: CVE-2022-31197 Fixes SQL generated in PgResultSet.refresh() to escape column identifiers so as to...
Bumps [guava](https://github.com/google/guava) from 29.0-jre to 32.0.0-jre. Release notes Sourced from guava's releases. 32.0.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>32.0.0-jre</version> <!-- or, for Android: --> <version>32.0.0-android</version> </dependency> Jar files 32.0.0-jre.jar 32.0.0-android.jar Guava...
Bumps [com.github.tomakehurst:wiremock-jre8](https://github.com/wiremock/wiremock) from 2.24.1 to 2.35.1. Release notes Sourced from com.github.tomakehurst:wiremock-jre8's releases. 2.35.1 - Security Release 🔒 This is a security release that addresses the following issues CVE-2023-41327 - Controlled...
Move from Travis CI to GH Actions
One use case of a database cluster is by an application with a heavy bias towards reads. In this case, the master database can be mostly idle This task is...
Currently little to no documentation exists at the source code level. At least the public classes and methods should have some javadoc documentation.
Consider the following scenario: 1. Driver queried the cluster for RO replicas' endpoints. 2. N records returned of 'active' state. 3. N records added to the list. 4. X RO...
This PR was automatically created by Safer, an open-source tool that updates vulnerable dependencies with compatible and more secure versions. Analyzed commit: 147eb658581766876dba9d47d44757a5553d7f1a File updated: pom.xml Vulnerabilities reduced: 52 ->...