Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the maven group across 1 directory with 2 updates #17

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump the maven group across 1 directory with 2 updates
Bumps the maven group with 2 updates in the /src/services/java directory: [mysql:mysql-connector-java](https://github.com/mysql/mysql-connector-j) and [org.mongodb:mongo-java-driver](https://github.com/mongodb/mongo-java-driver).


Updates `mysql:mysql-connector-java` from 5.1.49 to 8.0.28
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES)
- [Commits](mysql/mysql-connector-j@5.1.49...8.0.28)

Updates `org.mongodb:mongo-java-driver` from 3.12.7 to 3.12.14
- [Release notes](https://github.com/mongodb/mongo-java-driver/releases)
- [Commits](mongodb/mongo-java-driver@r3.12.7...r3.12.14)

---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.mongodb:mongo-java-driver
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 10, 2024
commit 2e8bef5600430fe7911b3e7f5d6e3a742bbbccdc
4 changes: 2 additions & 2 deletions src/services/java/pom.xml
Original file line number Diff line number Diff line change
@@ -19,12 +19,12 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.49</version>
<version>8.0.28</version>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-java-driver</artifactId>
<version>3.12.7</version>
<version>3.12.14</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>