Skip to content

Commit

Permalink
Bump JDBC version from 1.4.0 to 1.4.1 (#431)
Browse files Browse the repository at this point in the history
* Bump commons-text from 1.9 to 1.10.0

Bumps commons-text from 1.9 to 1.10.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump com.github.spotbugs from 5.0.10 to 5.0.13

Bumps com.github.spotbugs from 5.0.10 to 5.0.13.

---
updated-dependencies:
- dependency-name: com.github.spotbugs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mockito-core from 4.8.0 to 4.8.1

Bumps [mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 4.8.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.8.0...v4.8.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Commit Code Coverage Badge

* Bump sslcontext-kickstart from 7.4.7 to 7.4.8

Bumps [sslcontext-kickstart](https://github.com/Hakky54/sslcontext-kickstart) from 7.4.7 to 7.4.8.
- [Release notes](https://github.com/Hakky54/sslcontext-kickstart/releases)
- [Changelog](https://github.com/Hakky54/sslcontext-kickstart/blob/master/CHANGELOG.md)
- [Commits](Hakky54/sslcontext-kickstart@v7.4.7...v7.4.8)

---
updated-dependencies:
- dependency-name: io.github.hakky54:sslcontext-kickstart
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump checkstyle from 10.3.4 to 10.4

Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 10.3.4 to 10.4.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.3.4...checkstyle-10.4)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* bump jdbc version and dependencies version

* removing dependecies update

* Commit Code Coverage Badge

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruce Irschick <[email protected]>
Co-authored-by: birschick-bq <[email protected]>
Co-authored-by: affonsoBQ <[email protected]>
  • Loading branch information
5 people authored Nov 3, 2022
1 parent 3b3c2ad commit e20b937
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
org.gradle.warning.mode=all
MAJOR_VERSION=1
MINOR_VERSION=4
PATCH_VERSION=0
PATCH_VERSION=1
APPLICATION_NAME=Amazon DocumentDB JDBC Driver
# Comment out if not creating a beta version
#BETA_VERSION=1
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/documentdb-jdbc.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
default.application.name=Amazon DocumentDB JDBC Driver v1.4.0
default.application.name=Amazon DocumentDB JDBC Driver v1.4.1
2 changes: 1 addition & 1 deletion src/main/resources/project.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
driver.full.version=1.4.0
driver.full.version=1.4.1
driver.major.version=1
driver.minor.version=4

0 comments on commit e20b937

Please sign in to comment.