Skip to content

Commit 47e6869

Browse files
authored
Merge branch 'main' into dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.13.3
2 parents e0f5859 + 5f4bc24 commit 47e6869

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'application'
3-
id "com.diffplug.spotless" version "7.0.4"
3+
id "com.diffplug.spotless" version "7.1.0"
44
}
55

66
java {

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<plugin>
2525
<groupId>com.diffplug.spotless</groupId>
2626
<artifactId>spotless-maven-plugin</artifactId>
27-
<version>2.44.5</version>
27+
<version>2.45.0</version>
2828
<configuration>
2929
<formats>
3030
<format>
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>org.junit.jupiter</groupId>
101101
<artifactId>junit-jupiter-engine</artifactId>
102-
<version>5.13.2</version>
102+
<version>5.13.3</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>

0 commit comments

Comments
 (0)