Skip to content

Commit c37aaa0

Browse files
committed
Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.4 to 2.44.5
1 parent aee724a commit c37aaa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<plugin>
231231
<groupId>com.diffplug.spotless</groupId>
232232
<artifactId>spotless-maven-plugin</artifactId>
233-
<version>2.44.4</version>
233+
<version>2.44.5</version>
234234
<configuration>
235235
<formats>
236236
<format>

src/main/java/se/uu/it/dtlsfuzzer/components/sul/mapper/symbols/outputs/TlsOutputBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import com.github.protocolfuzzing.protocolstatefuzzer.components.sul.mapper.abstractsymbols.OutputBuilder;
44

5-
public class TlsOutputBuilder extends OutputBuilder<TlsOutput> {
5+
public class TlsOutputBuilder extends OutputBuilder<TlsOutput> {
66

77
public TlsOutputBuilder() {
88
super();

0 commit comments

Comments
 (0)