Skip to content

Commit

Permalink
build(deps): bump the maven group across 2 directories with 2 updates
Browse files Browse the repository at this point in the history
Bumps the maven group with 2 updates in the / directory: [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) and [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf).
Bumps the maven group with 2 updates in the /examples directory: [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) and [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf).


Updates `org.xerial:sqlite-jdbc` from 3.23.1 to 3.41.2.2
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.23.1...3.41.2.2)

Updates `com.google.protobuf:protobuf-java` from 2.6.1 to 3.16.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v2.6.1...v3.16.3)

Updates `org.xerial:sqlite-jdbc` from 3.8.7 to 3.41.2.2
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.23.1...3.41.2.2)

Updates `com.google.protobuf:protobuf-java` from 2.6.1 to 3.16.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v2.6.1...v3.16.3)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2024
1 parent 8aa52ec commit 19931db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.8.7</version>
<version>3.41.2.2</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.6.1</version>
<version>3.16.3</version>
</dependency>
</dependencies>
<build>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.23.1</version>
<version>3.41.2.2</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.6.1</version>
<version>3.16.3</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -173,7 +173,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.6.1</version>
<version>3.16.3</version>
</dependency>
</dependencies>
<build>
Expand All @@ -199,7 +199,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.6.1</version>
<version>3.16.3</version>
</dependency>
</dependencies>
<properties>
Expand Down Expand Up @@ -248,7 +248,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>2.6.1</version>
<version>3.16.3</version>
</dependency>
<dependency>
<groupId>com.google.android</groupId>
Expand Down

0 comments on commit 19931db

Please sign in to comment.