File tree Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Expand file tree Collapse file tree 3 files changed +25
-7
lines changed Original file line number Diff line number Diff line change
1
+ # To get started with Dependabot version updates, you'll need to specify which
2
+ # package ecosystems to update and where the package manifests are located.
3
+ # Please see the documentation for all configuration options:
4
+ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5
+
6
+ version : 2
7
+ updates :
8
+ - package-ecosystem : " github-actions"
9
+ directory : " /"
10
+ schedule :
11
+ interval : " monthly"
12
+ time : " 06:00"
13
+ open-pull-requests-limit : 10
14
+ - package-ecosystem : " maven"
15
+ directory : " /"
16
+ schedule :
17
+ interval : " monthly"
18
+ time : " 09:00"
Original file line number Diff line number Diff line change 19
19
java : [11, 16, 17]
20
20
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v4
23
23
- name : Set up JDK
24
- uses : actions/setup-java@v3
24
+ uses : actions/setup-java@v4
25
25
with :
26
26
java-version : ${{ matrix.java }}
27
27
distribution : ' temurin'
Original file line number Diff line number Diff line change 11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<maven .compiler.release>11</maven .compiler.release>
14
- <bouncycastle .version>1.78</bouncycastle .version>
14
+ <bouncycastle .version>1.78.1 </bouncycastle .version>
15
15
</properties >
16
16
17
17
<description >
49
49
<dependency >
50
50
<groupId >org.junit</groupId >
51
51
<artifactId >junit-bom</artifactId >
52
- <version >5.10.1 </version >
52
+ <version >5.10.3 </version >
53
53
<type >pom</type >
54
54
<scope >import</scope >
55
55
</dependency >
108
108
<dependency >
109
109
<groupId >org.slf4j</groupId >
110
110
<artifactId >slf4j-simple</artifactId >
111
- <version >2.0.9 </version >
111
+ <version >2.0.13 </version >
112
112
<scope >test</scope >
113
113
</dependency >
114
114
127
127
<plugin >
128
128
<groupId >org.apache.maven.plugins</groupId >
129
129
<artifactId >maven-surefire-plugin</artifactId >
130
- <version >3.2.2 </version >
130
+ <version >3.3.1 </version >
131
131
</plugin >
132
132
</plugins >
133
133
</pluginManagement >
134
134
<plugins >
135
135
<plugin >
136
136
<groupId >org.apache.maven.plugins</groupId >
137
137
<artifactId >maven-compiler-plugin</artifactId >
138
- <version >3.11 .0</version >
138
+ <version >3.13 .0</version >
139
139
</plugin >
140
140
<plugin >
141
141
<groupId >org.sonatype.plugins</groupId >
You can’t perform that action at this time.
0 commit comments