File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/src/main/java/com/diffplug/spotless/pom Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ VER_SLF4J=[1.6,2.0[
2929# Used in multiple places
3030VER_DURIAN =1.2.0
3131VER_JGIT =6.10.1.202505221210-r
32- VER_JUNIT =5.13.0
32+ VER_JUNIT =5.13.1
3333VER_ASSERTJ =3.27.3
3434VER_MOCKITO =5.18.0
3535VER_SELFIE =2.5.3
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2021-2024 DiffPlug
2+ * Copyright 2021-2025 DiffPlug
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
@@ -27,7 +27,7 @@ public class SortPomCfg implements Serializable {
2727
2828 public String lineSeparator = System .getProperty ("line.separator" );
2929
30- public boolean expandEmptyElements = true ;
30+ public boolean expandEmptyElements ;
3131
3232 public boolean spaceBeforeCloseEmptyElement = false ;
3333
You can’t perform that action at this time.
0 commit comments