Skip to content

Commit 19931db

Browse files
build(deps): bump the maven group across 2 directories with 2 updates
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] <[email protected]>
1 parent 8aa52ec commit 19931db

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

examples/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
<dependency>
3636
<groupId>org.xerial</groupId>
3737
<artifactId>sqlite-jdbc</artifactId>
38-
<version>3.8.7</version>
38+
<version>3.41.2.2</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>com.google.protobuf</groupId>
4242
<artifactId>protobuf-java</artifactId>
43-
<version>2.6.1</version>
43+
<version>3.16.3</version>
4444
</dependency>
4545
</dependencies>
4646
<build>

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.xerial</groupId>
4141
<artifactId>sqlite-jdbc</artifactId>
42-
<version>3.23.1</version>
42+
<version>3.41.2.2</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>junit</groupId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.google.protobuf</groupId>
8383
<artifactId>protobuf-java</artifactId>
84-
<version>2.6.1</version>
84+
<version>3.16.3</version>
8585
</dependency>
8686
</dependencies>
8787
<build>
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>com.google.protobuf</groupId>
175175
<artifactId>protobuf-java</artifactId>
176-
<version>2.6.1</version>
176+
<version>3.16.3</version>
177177
</dependency>
178178
</dependencies>
179179
<build>
@@ -199,7 +199,7 @@
199199
<dependency>
200200
<groupId>com.google.protobuf</groupId>
201201
<artifactId>protobuf-java</artifactId>
202-
<version>2.6.1</version>
202+
<version>3.16.3</version>
203203
</dependency>
204204
</dependencies>
205205
<properties>
@@ -248,7 +248,7 @@
248248
<dependency>
249249
<groupId>com.google.protobuf</groupId>
250250
<artifactId>protobuf-java</artifactId>
251-
<version>2.6.1</version>
251+
<version>3.16.3</version>
252252
</dependency>
253253
<dependency>
254254
<groupId>com.google.android</groupId>

0 commit comments

Comments
 (0)