File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ updates:
15
15
versions : [ "[2.0,)" ]
16
16
- dependency-name : " ch.qos.logback:logback-classic"
17
17
versions : [ "[1.3,)" ]
18
+ - dependency-name : " org.apache.felix:maven-bundle-plugin"
19
+ versions : [ "[6.0,)" ]
18
20
- package-ecosystem : " maven"
19
21
directory : " /"
20
22
schedule :
@@ -28,6 +30,8 @@ updates:
28
30
versions : [ "[2.0,)" ]
29
31
- dependency-name : " ch.qos.logback:logback-classic"
30
32
versions : [ "[1.3,)" ]
33
+ - dependency-name : " org.apache.felix:maven-bundle-plugin"
34
+ versions : [ "[6.0,)" ]
31
35
- package-ecosystem : " github-actions"
32
36
directory : " /"
33
37
schedule :
Original file line number Diff line number Diff line change 86
86
<maven .failsafe.plugin.version>3.5.2</maven .failsafe.plugin.version>
87
87
<maven .gpg.plugin.version>3.2.7</maven .gpg.plugin.version>
88
88
<maven .jar.plugin.version>3.4.2</maven .jar.plugin.version>
89
- <maven .bundle.plugin.version>6.0.0 </maven .bundle.plugin.version>
89
+ <maven .bundle.plugin.version>5.1.9 </maven .bundle.plugin.version>
90
90
<maven .packagecloud.wagon.version>0.0.6</maven .packagecloud.wagon.version>
91
91
<nexus-staging-maven-plugin .version>1.7.0</nexus-staging-maven-plugin .version>
92
92
<checksum .maven.plugin.version>1.11</checksum .maven.plugin.version>
You can’t perform that action at this time.
0 commit comments