Skip to content

Commit 1483159

Browse files
authored
fix(deps): update dependency joda-time:joda-time to v2.12.6 (#1235)
1 parent 30dba0c commit 1483159

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bookshelf-standard/2-structured-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Copyright 2016 Google Inc.
116116
<dependency> <!-- http://www.joda.org/joda-time/ -->
117117
<groupId>joda-time</groupId>
118118
<artifactId>joda-time</artifactId>
119-
<version>2.12.5</version>
119+
<version>2.12.6</version>
120120
</dependency>
121121
</dependencies>
122122

bookshelf-standard/3-binary-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Copyright 2016 Google Inc.
124124
<dependency> <!-- http://www.joda.org/joda-time/ -->
125125
<groupId>joda-time</groupId>
126126
<artifactId>joda-time</artifactId>
127-
<version>2.12.5</version>
127+
<version>2.12.6</version>
128128
</dependency>
129129

130130
<dependency> <!-- http://commons.apache.org/proper/commons-fileupload/ -->

bookshelf-standard/4-auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Copyright 2016 Google Inc.
125125
<dependency> <!-- http://www.joda.org/joda-time/ -->
126126
<groupId>joda-time</groupId>
127127
<artifactId>joda-time</artifactId>
128-
<version>2.12.5</version>
128+
<version>2.12.6</version>
129129
</dependency>
130130

131131
<dependency> <!-- http://commons.apache.org/proper/commons-fileupload/ -->

bookshelf-standard/5-logging/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Copyright 2016 Google Inc.
125125
<dependency> <!-- http://www.joda.org/joda-time/ -->
126126
<groupId>joda-time</groupId>
127127
<artifactId>joda-time</artifactId>
128-
<version>2.12.5</version>
128+
<version>2.12.6</version>
129129
</dependency>
130130

131131
<dependency> <!-- http://commons.apache.org/proper/commons-fileupload/ -->

bookshelf/1-cloud-run/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Copyright 2019 Google LLC
6161
<dependency>
6262
<groupId>joda-time</groupId>
6363
<artifactId>joda-time</artifactId>
64-
<version>2.12.5</version>
64+
<version>2.12.6</version>
6565
</dependency>
6666

6767
<dependency>

0 commit comments

Comments
 (0)