Skip to content

Commit 9bf2326

Browse files
authored
Merge branch 'assist-project:main' into tech/start-on-ra-learning
2 parents 792c27a + e0398ab commit 9bf2326

File tree

3 files changed

+21
-64
lines changed

3 files changed

+21
-64
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# The documentation for all configuration options:
2+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
3+
4+
version: 2
5+
updates:
6+
- package-ecosystem: "maven"
7+
directory: "ssh-learner" # Location of package manifests
8+
schedule:
9+
interval: "daily"
10+
11+
- package-ecosystem: "github-actions"
12+
# Workflow files stored in the
13+
# default location of `.github/workflows`
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"

out.out

Lines changed: 0 additions & 60 deletions
This file was deleted.

ssh-learner/pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<maven.compiler.target>17</maven.compiler.target>
1313
</properties>
1414

15-
1615
<dependencies>
1716
<dependency>
1817
<groupId>com.github.protocolfuzzing</groupId>
@@ -25,6 +24,7 @@
2524
<version>2.10.1</version>
2625
</dependency>
2726
</dependencies>
27+
2828
<build>
2929
<finalName>ssh-learner</finalName>
3030
<sourceDirectory>src</sourceDirectory>
@@ -75,13 +75,14 @@
7575
<plugin>
7676
<groupId>com.diffplug.spotless</groupId>
7777
<artifactId>spotless-maven-plugin</artifactId>
78-
<version>2.35.0</version>
78+
<version>2.44.4</version>
7979
<configuration>
8080
<java>
8181
<endWithNewline />
82-
<trimTrailingWhitespace />
82+
<formatAnnotations />
8383
<importOrder />
8484
<removeUnusedImports />
85+
<trimTrailingWhitespace />
8586
<!-- <palantirJavaFormat /> -->
8687
</java>
8788
</configuration>
@@ -105,4 +106,4 @@
105106
</plugin>
106107
</plugins>
107108
</build>
108-
</project>
109+
</project>

0 commit comments

Comments
 (0)