Skip to content

Commit af29ff5

Browse files
committed
Merge branch '3.4.x'
Closes gh-43878
2 parents 33aa8f7 + ae2ca01 commit af29ff5

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/gson

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/gson/GsonProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public void setDateFormat(String dateFormat) {
194194
* {@link com.google.gson.Strictness} that was introduced in Gson 2.11. To maximize
195195
* backwards compatibility, the Gson enum is not used directly.
196196
*
197-
* @since 3.4.1
197+
* @since 3.4.2
198198
*/
199199
public enum Strictness {
200200

0 commit comments

Comments
 (0)