Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 16, 2024
1 parent def0fbd commit 3075483
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions applications/proberapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-bigquery</artifactId>
<version>2.42.2</version>
<version>2.42.3</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand All @@ -101,7 +101,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.20.1</version>
<version>3.20.2</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.5</version>
<version>3.2.6</version>
<configuration>
<gpgArguments>
<arg>--batch</arg>
Expand Down Expand Up @@ -671,7 +671,7 @@
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.12.7</version>
<version>2.13.0</version>
</dependency>
<dependency>
<groupId>org.json</groupId>
Expand Down Expand Up @@ -725,7 +725,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-logging</artifactId>
<version>3.20.1</version>
<version>3.20.2</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 3075483

Please sign in to comment.