File tree Expand file tree Collapse file tree 3 files changed +18
-7
lines changed Expand file tree Collapse file tree 3 files changed +18
-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 : " maven" # See documentation for possible values
9
+ directory : " /" # Location of package manifests
10
+ schedule :
11
+ interval : " weekly"
Original file line number Diff line number Diff line change 113
113
<plugin >
114
114
<groupId >org.apache.maven.plugins</groupId >
115
115
<artifactId >maven-compiler-plugin</artifactId >
116
- <version >3.11 .0</version >
116
+ <version >3.13 .0</version >
117
117
<configuration >
118
118
<source >8</source >
119
119
<target >8</target >
134
134
<plugin >
135
135
<groupId >org.apache.maven.plugins</groupId >
136
136
<artifactId >maven-surefire-plugin</artifactId >
137
- <version >3.1.2 </version >
137
+ <version >3.3.1 </version >
138
138
<configuration >
139
139
<excludes >
140
140
<exclude >**/*IntegrationTest.java</exclude >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >io.opentelemetry.instrumentation</groupId >
39
39
<artifactId >opentelemetry-instrumentation-annotations</artifactId >
40
- <version >2.0 .0</version >
40
+ <version >2.6 .0</version >
41
41
</dependency >
42
42
43
43
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
59
59
<dependency >
60
60
<groupId >org.slf4j</groupId >
61
61
<artifactId >slf4j-simple</artifactId >
62
- <version >2.0.12 </version >
62
+ <version >2.0.13 </version >
63
63
<scope >test</scope >
64
64
</dependency >
65
65
<!-- https://mvnrepository.com/artifact/io.opentelemetry/opentelemetry-exporters-logging -->
85
85
<plugins >
86
86
<plugin >
87
87
<artifactId >maven-compiler-plugin</artifactId >
88
- <version >3.11 .0</version >
88
+ <version >3.13 .0</version >
89
89
<configuration >
90
90
<source >1.8</source >
91
91
<target >1.8</target >
98
98
<plugin >
99
99
<groupId >org.apache.maven.plugins</groupId >
100
100
<artifactId >maven-checkstyle-plugin</artifactId >
101
- <version >3.3 .0</version >
101
+ <version >3.4 .0</version >
102
102
</plugin >
103
103
104
104
<plugin >
110
110
<plugin >
111
111
<groupId >org.apache.maven.plugins</groupId >
112
112
<artifactId >maven-checkstyle-plugin</artifactId >
113
- <version >3.3 .0</version >
113
+ <version >3.4 .0</version >
114
114
<configuration >
115
115
<configLocation >etc/checkstyle-configuration.xml</configLocation >
116
116
<consoleOutput >true</consoleOutput >
You can’t perform that action at this time.
0 commit comments