Skip to content

Commit 48ccc6b

Browse files
renovate[bot]Vincent Potucek
authored andcommitted
fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.13.1 (#2508)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 03b6ea6 commit 48ccc6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ VER_SLF4J=[1.6,2.0[
2929
# Used in multiple places
3030
VER_DURIAN=1.2.0
3131
VER_JGIT=6.10.1.202505221210-r
32-
VER_JUNIT=5.13.0
32+
VER_JUNIT=5.13.1
3333
VER_ASSERTJ=3.27.3
3434
VER_MOCKITO=5.18.0
3535
VER_SELFIE=2.5.3

lib/src/main/java/com/diffplug/spotless/pom/SortPomCfg.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

0 commit comments

Comments
 (0)