Skip to content

Commit 5f4f656

Browse files
authored
chore(deps): update dependency joda-time:joda-time to v2.10.13 (GoogleCloudPlatform#6309)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [joda-time:joda-time](https://www.joda.org/joda-time/) ([source](https://togithub.com/JodaOrg/joda-time)) | `2.10.12` -> `2.10.13` | [![age](https://badges.renovateapi.com/packages/maven/joda-time:joda-time/2.10.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/joda-time:joda-time/2.10.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/joda-time:joda-time/2.10.13/compatibility-slim/2.10.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/joda-time:joda-time/2.10.13/confidence-slim/2.10.12)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>JodaOrg/joda-time</summary> ### [`v2.10.13`](https://togithub.com/JodaOrg/joda-time/releases/v2.10.13) [Compare Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.12...v2.10.13) See the [change notes](https://www.joda.org/joda-time/changes-report.html#a2.10.13) for more information. </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples).
1 parent 999aaf0 commit 5f4f656

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

appengine-java8/bigquery/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>joda-time</groupId>
7070
<artifactId>joda-time</artifactId>
71-
<version>2.10.12</version>
71+
<version>2.10.13</version>
7272
</dependency>
7373

7474
<!-- Test Dependencies -->

appengine-java8/datastore/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>joda-time</groupId>
8080
<artifactId>joda-time</artifactId>
81-
<version>2.10.12</version>
81+
<version>2.10.13</version>
8282
</dependency>
8383

8484
<!-- Test Dependencies -->

iot/api-client/codelab/manager/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>joda-time</groupId>
6464
<artifactId>joda-time</artifactId>
65-
<version>2.10.12</version>
65+
<version>2.10.13</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.google.apis</groupId>

iot/api-client/end-to-end-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>joda-time</groupId>
5555
<artifactId>joda-time</artifactId>
56-
<version>2.10.12</version>
56+
<version>2.10.13</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.apis</groupId>

iot/api-client/manager/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>joda-time</groupId>
5959
<artifactId>joda-time</artifactId>
60-
<version>2.10.12</version>
60+
<version>2.10.13</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>com.google.apis</groupId>

mlengine/online-prediction/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ limitations under the License.
6161
<dependency>
6262
<groupId>joda-time</groupId>
6363
<artifactId>joda-time</artifactId>
64-
<version>2.10.12</version>
64+
<version>2.10.13</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.auth</groupId>

trace/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>joda-time</groupId>
6767
<artifactId>joda-time</artifactId>
68-
<version>2.10.12</version>
68+
<version>2.10.13</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.google.api</groupId>

0 commit comments

Comments
 (0)