Skip to content

Commit

Permalink
Bump the build-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the build-dependencies group with 3 updates: [org.apache.maven.plugins:maven-clean-plugin](https://github.com/apache/maven-clean-plugin), [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) and [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j).


Updates `org.apache.maven.plugins:maven-clean-plugin` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.3.1...maven-clean-plugin-3.3.2)

Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.3.0 to 3.3.1
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.3.1)

Updates `com.mysql:mysql-connector-j` from 8.1.0 to 8.2.0
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.x/CHANGES)
- [Commits](mysql/mysql-connector-j@8.1.0...8.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.mysql:mysql-connector-j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 31, 2023
1 parent b690afb commit 3b78803
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/parents/build/pom.xml
Expand Up @@ -140,7 +140,7 @@
<version.org.apache.derby>10.15.2.0</version.org.apache.derby>
<version.org.postgresql>42.6.0</version.org.postgresql>
<version.org.mariadb.jdbc>3.1.4</version.org.mariadb.jdbc>
<version.mysql.mysql-connector-j>8.1.0</version.mysql.mysql-connector-j>
<version.mysql.mysql-connector-j>8.2.0</version.mysql.mysql-connector-j>
<version.com.ibm.db2.jcc>11.5.8.0</version.com.ibm.db2.jcc>
<version.com.oracle.database.jdbc>23.3.0.23.09</version.com.oracle.database.jdbc>
<version.com.microsoft.sqlserver.mssql-jdbc>12.2.0.jre11</version.com.microsoft.sqlserver.mssql-jdbc>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -257,7 +257,7 @@
<maven.compiler.testTarget>${maven.compiler.testRelease}</maven.compiler.testTarget>

<!-- Plugin versions -->
<version.clean.plugin>3.3.1</version.clean.plugin>
<version.clean.plugin>3.3.2</version.clean.plugin>
<version.install.plugin>3.1.1</version.install.plugin>
<version.enforcer.plugin>3.4.0</version.enforcer.plugin>
<version.project-info.plugin>3.4.5</version.project-info.plugin>
Expand All @@ -268,7 +268,7 @@
<version.flatten-maven-plugin>1.5.0</version.flatten-maven-plugin>
<version.assembly.plugin>3.6.0</version.assembly.plugin>
<version.buildhelper.plugin>3.4.0</version.buildhelper.plugin>
<version.checkstyle.plugin>3.3.0</version.checkstyle.plugin>
<version.checkstyle.plugin>3.3.1</version.checkstyle.plugin>
<version.bundle.plugin>5.1.9</version.bundle.plugin>
<!-- Needing 3.6.2 at least because of MCOMPILER-294 -->
<version.compiler.plugin>3.11.0</version.compiler.plugin>
Expand Down

0 comments on commit 3b78803

Please sign in to comment.