Skip to content

Commit e6d4761

Browse files
authored
Merge pull request #1 from googleapis/main
[pull] main from googleapis:main
2 parents d47c5f7 + 7d9a042 commit e6d4761

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/blunderbuss.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Configuration for the Blunderbuss GitHub app. For more info see
2-
# https://github.com/googleapis/repo-automation-bots/tree/master/packages/blunderbuss
2+
# https://github.com/googleapis/repo-automation-bots/tree/main/packages/blunderbuss
33
assign_prs_by:
44
- labels:
55
- samples

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- master
4+
- main
55
pull_request:
66
name: ci
77
jobs:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@
558558
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
559559
<project.jsr305.version>3.0.2</project.jsr305.version>
560560
<project.gson.version>2.8.8</project.gson.version>
561-
<project.jackson-core2.version>2.12.5</project.jackson-core2.version>
561+
<project.jackson-core2.version>2.13.0</project.jackson-core2.version>
562562
<project.protobuf-java.version>3.18.0</project.protobuf-java.version>
563563
<project.guava.version>30.1.1-android</project.guava.version>
564564
<project.xpp3.version>1.1.4c</project.xpp3.version>

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.google.cloud</groupId>
3333
<artifactId>libraries-bom</artifactId>
34-
<version>23.0.0</version>
34+
<version>23.1.0</version>
3535
<type>pom</type>
3636
<scope>import</scope>
3737
</dependency>

0 commit comments

Comments
 (0)