Skip to content

Commit

Permalink
Bump org.mariadb.jdbc:mariadb-java-client from 3.4.0 to 3.4.1 (#205)
Browse files Browse the repository at this point in the history
* Bump org.mariadb.jdbc:mariadb-java-client from 3.4.0 to 3.4.1

Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.4.0 to 3.4.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.4.0...3.4.1)

---
updated-dependencies:
- dependency-name: org.mariadb.jdbc:mariadb-java-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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

* Update .trivyignore

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anne Marte Hjemås <[email protected]>
  • Loading branch information
dependabot[bot] and annemarte authored Aug 9, 2024
1 parent df5192c commit a9e5fb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CVE-2024-22257 # Broken Access Control in Spring Security. fixed 6.2.2
CVE-2024-22259 # spring-web. fixed 6.1.5. Brukar ikkje AuthenticatedVoter.
CVE-2024-22262 # spring-web. fixed: 6.1.6. host validation fail for uricomponentbuilder, does not use it
CVE-2024-34750 # tomcat - improper exception handling
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<logback.version>1.4.14</logback.version>
<nimbus.jose.jwt.version>9.23</nimbus.jose.jwt.version>
<idporten-actuator-starter.version>1.2.0</idporten-actuator-starter.version>
<mariadb-java-client.version>3.4.0</mariadb-java-client.version>
<mariadb-java-client.version>3.4.1</mariadb-java-client.version>
<open.telemetry.version>2.4.0</open.telemetry.version>
<idporten-metric-constants.version>1.1.0</idporten-metric-constants.version>
</properties>
Expand Down

0 comments on commit a9e5fb2

Please sign in to comment.