Skip to content

Commit f8dfcac

Browse files
committed
Merge pull request #388 from renovate-bot:renovate/all-minor-patch
PiperOrigin-RevId: 783668900 Change-Id: I3a3064a89903351365a46f5074a6870ae4667ffd
2 parents 0e39a82 + 6b62622 commit f8dfcac

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

applications/proberapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.google.cloud</groupId>
6060
<artifactId>google-cloud-spanner</artifactId>
61-
<version>6.97.0</version>
61+
<version>6.97.1</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.google.appengine</groupId>
@@ -276,7 +276,7 @@
276276
<plugin>
277277
<groupId>org.apache.maven.plugins</groupId>
278278
<artifactId>maven-enforcer-plugin</artifactId>
279-
<version>3.6.0</version>
279+
<version>3.6.1</version>
280280
<executions>
281281
<execution>
282282
<id>enforce-maven</id>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@
514514
<dependency>
515515
<groupId>org.apache.maven</groupId>
516516
<artifactId>maven-core</artifactId>
517-
<version>3.9.10</version>
517+
<version>3.9.11</version>
518518
</dependency>
519519
<dependency>
520520
<groupId>org.apache.ant</groupId>
@@ -530,7 +530,7 @@
530530
<dependency>
531531
<groupId>org.apache.maven</groupId>
532532
<artifactId>maven-plugin-api</artifactId>
533-
<version>3.9.10</version>
533+
<version>3.9.11</version>
534534
</dependency>
535535
<dependency>
536536
<groupId>org.jspecify</groupId>
@@ -711,7 +711,7 @@
711711
<plugin>
712712
<groupId>org.apache.maven.plugins</groupId>
713713
<artifactId>maven-enforcer-plugin</artifactId>
714-
<version>3.6.0</version>
714+
<version>3.6.1</version>
715715
<executions>
716716
<execution>
717717
<id>enforce-maven</id>

0 commit comments

Comments
 (0)