Skip to content

Commit 530e411

Browse files
Bump the minor-and-patch group across 1 directory with 2 updates
Bumps the minor-and-patch group with 2 updates in the /tests/cross-language/java directory: [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j) and [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin). Updates `com.mysql:mysql-connector-j` from 9.4.0 to 9.5.0 - [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES) - [Commits](mysql/mysql-connector-j@9.4.0...9.5.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.0 to 3.14.1 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.0...maven-compiler-plugin-3.14.1) --- updated-dependencies: - dependency-name: com.mysql:mysql-connector-j dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16de128 commit 530e411

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cross-language/java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<cucumber.version>6.11.0</cucumber.version>
3333
<junit.jupiter.version>5.13.4</junit.jupiter.version>
3434
<hikaricp.version>7.0.2</hikaricp.version>
35-
<mysql.connector.version>9.4.0</mysql.connector.version>
35+
<mysql.connector.version>9.5.0</mysql.connector.version>
3636
<checkstyle.config>${project.basedir}/checkstyle.xml</checkstyle.config>
3737
</properties>
3838

@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.apache.maven.plugins</groupId>
6464
<artifactId>maven-compiler-plugin</artifactId>
65-
<version>3.14.0</version>
65+
<version>3.14.1</version>
6666
<configuration>
6767
<source>${java.version}</source>
6868
<target>${java.version}</target>

0 commit comments

Comments
 (0)