Skip to content

Commit cd4c827

Browse files
authored
chore(deps): update dependency joda-time:joda-time to v2.10.8 (GoogleCloudPlatform#4087)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [joda-time:joda-time](https://www.joda.org/joda-time/) ([source](https://togithub.com/JodaOrg/joda-time)) | patch | `2.10.6` -> `2.10.8` | --- ### Release Notes <details> <summary>JodaOrg/joda-time</summary> ### [`v2.10.8`](https://togithub.com/JodaOrg/joda-time/releases/v2.10.8) [Compare Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.7...v2.10.8) See the [change notes](https://www.joda.org/joda-time/changes-report.html#a2.10.8) for more information. ### [`v2.10.7`](https://togithub.com/JodaOrg/joda-time/releases/v2.10.7) [Compare Source](https://togithub.com/JodaOrg/joda-time/compare/v2.10.6...v2.10.7) See the [change notes](https://www.joda.org/joda-time/changes-report.html#a2.10.7) for more information. </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- 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 59a88d8 commit cd4c827

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

appengine-java8/bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
71+
<version>2.10.8</version>
7272
</dependency>
7373

7474
<!-- Test Dependencies -->

appengine-java8/datastore/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
81+
<version>2.10.8</version>
8282
</dependency>
8383

8484
<!-- Test Dependencies -->

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

Lines changed: 1 addition & 1 deletion
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.6</version>
65+
<version>2.10.8</version>
6666
</dependency>
6767
<dependency>
6868
<groupId>com.google.apis</groupId>

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

Lines changed: 1 addition & 1 deletion
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.6</version>
56+
<version>2.10.8</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>com.google.apis</groupId>

mlengine/online-prediction/pom.xml

Lines changed: 1 addition & 1 deletion
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.6</version>
64+
<version>2.10.8</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.google.auth</groupId>

trace/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>joda-time</groupId>
6161
<artifactId>joda-time</artifactId>
62-
<version>2.10.6</version>
62+
<version>2.10.8</version>
6363
</dependency>
6464
<!-- [END trace_setup_java_maven] -->
6565

0 commit comments

Comments
 (0)