Skip to content

Commit 16947a1

Browse files
committed
Merge pull request #492 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 887567420 Change-Id: I31293409b1713a1206b5f735508c044e1e1fed1d
2 parents ce878ba + 08cca47 commit 16947a1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

applications/proberapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>com.google.cloud</groupId>
119119
<artifactId>google-cloud-bigquery</artifactId>
120-
<version>2.61.0</version>
120+
<version>2.62.0</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>com.google.cloud</groupId>
@@ -127,7 +127,7 @@
127127
<dependency>
128128
<groupId>com.google.cloud</groupId>
129129
<artifactId>google-cloud-datastore</artifactId>
130-
<version>2.36.0</version>
130+
<version>2.37.0</version>
131131
</dependency>
132132
<dependency>
133133
<groupId>com.google.cloud</groupId>

applications/proberapp_jakarta/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.google.cloud</groupId>
130130
<artifactId>google-cloud-bigquery</artifactId>
131-
<version>2.61.0</version>
131+
<version>2.62.0</version>
132132
</dependency>
133133
<dependency>
134134
<groupId>com.google.cloud</groupId>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>com.google.cloud</groupId>
140140
<artifactId>google-cloud-datastore</artifactId>
141-
<version>2.36.0</version>
141+
<version>2.37.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>com.google.cloud</groupId>

applications/springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
<maven.deploy.skip>true</maven.deploy.skip>
3838
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
39-
<spring.boot.version>3.5.11</spring.boot.version>
39+
<spring.boot.version>3.5.12</spring.boot.version>
4040
<maven.compiler.target>1.8</maven.compiler.target>
4141
<maven.compiler.source>1.8</maven.compiler.source>
4242
</properties>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -633,7 +633,7 @@
633633
<dependency>
634634
<groupId>com.fasterxml.jackson.core</groupId>
635635
<artifactId>jackson-core</artifactId>
636-
<version>2.21.1</version>
636+
<version>2.21.2</version>
637637
</dependency>
638638
<dependency>
639639
<groupId>joda-time</groupId>
@@ -692,7 +692,7 @@
692692
<dependency>
693693
<groupId>com.google.cloud</groupId>
694694
<artifactId>google-cloud-logging</artifactId>
695-
<version>3.28.0</version>
695+
<version>3.29.0</version>
696696
</dependency>
697697
<dependency>
698698
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)