File tree 7 files changed +23
-18
lines changed
7 files changed +23
-18
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ Maven:
23
23
<dependency >
24
24
<groupId >com.oracle.labs.olcut</groupId >
25
25
<artifactId >olcut-core</artifactId >
26
- <version >5.1.4 </version >
26
+ <version >5.1.5 </version >
27
27
</dependency >
28
28
```
29
29
or from Gradle:
30
30
``` groovy
31
- implementation 'com.oracle.labs.olcut:olcut-core:5.1.4 '
31
+ implementation 'com.oracle.labs.olcut:olcut-core:5.1.5 '
32
32
```
33
33
34
34
The ` olcut-extras ` artifact is designed as a small tool for developers, as such you should compile the appropriate
Original file line number Diff line number Diff line change 1
- jline 3.15 .0
1
+ jline 3.16 .0
2
2
3
3
Copyright (c) 2002-2018, the original author or authors.
4
4
All rights reserved.
@@ -35,7 +35,7 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
35
35
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
36
36
OF THE POSSIBILITY OF SUCH DAMAGE.
37
37
38
- jackson-core, jackson-databind 2.11.2
38
+ jackson-core, jackson-databind 2.11.3
39
39
40
40
41
41
Apache License
@@ -240,7 +240,7 @@ jackson-core, jackson-databind 2.11.2
240
240
See the License for the specific language governing permissions and
241
241
limitations under the License.
242
242
243
- junit 5.6 .0
243
+ junit 5.7 .0
244
244
245
245
Copyright 2015-2020 the original author or authors.
246
246
Original file line number Diff line number Diff line change 79
79
<directory >${project.basedir} /..</directory >
80
80
<includes >
81
81
<include >LICENSE.txt</include >
82
+ <include >THIRD_PARTY_LICENSES.txt</include >
82
83
</includes >
83
84
<targetPath >META-INF</targetPath >
84
85
</resource >
87
88
<plugin >
88
89
<groupId >org.apache.maven.plugins</groupId >
89
90
<artifactId >maven-jar-plugin</artifactId >
90
- <version >3.0.2 </version >
91
+ <version >3.2.0 </version >
91
92
<configuration >
92
93
<archive >
93
94
<manifestEntries >
Original file line number Diff line number Diff line change 73
73
<directory >${project.basedir} /..</directory >
74
74
<includes >
75
75
<include >LICENSE.txt</include >
76
+ <include >THIRD_PARTY_LICENSES.txt</include >
76
77
</includes >
77
78
<targetPath >META-INF</targetPath >
78
79
</resource >
81
82
<plugin >
82
83
<groupId >org.apache.maven.plugins</groupId >
83
84
<artifactId >maven-jar-plugin</artifactId >
84
- <version >3.0.2 </version >
85
+ <version >3.2.0 </version >
85
86
<configuration >
86
87
<archive >
87
88
<manifestEntries >
Original file line number Diff line number Diff line change 69
69
<directory >${project.basedir} /..</directory >
70
70
<includes >
71
71
<include >LICENSE.txt</include >
72
+ <include >THIRD_PARTY_LICENSES.txt</include >
72
73
</includes >
73
74
<targetPath >META-INF</targetPath >
74
75
</resource >
90
91
<plugin >
91
92
<groupId >org.apache.maven.plugins</groupId >
92
93
<artifactId >maven-jar-plugin</artifactId >
93
- <version >3.0.2 </version >
94
+ <version >3.2.0 </version >
94
95
<configuration >
95
96
<archive >
96
97
<manifestEntries >
Original file line number Diff line number Diff line change 11
11
</parent >
12
12
13
13
<properties >
14
- <asm .version>8.0.1 </asm .version>
14
+ <asm .version>9.0 </asm .version>
15
15
</properties >
16
16
17
17
<artifactId >olcut-extras</artifactId >
35
35
<directory >${project.basedir} /..</directory >
36
36
<includes >
37
37
<include >LICENSE.txt</include >
38
+ <include >THIRD_PARTY_LICENSES.txt</include >
38
39
</includes >
39
40
<targetPath >META-INF</targetPath >
40
41
</resource >
41
- </resources > <plugins >
42
+ </resources >
43
+ <plugins >
42
44
<plugin >
43
45
<groupId >org.apache.maven.plugins</groupId >
44
46
<artifactId >maven-jar-plugin</artifactId >
45
- <version >3.0.2 </version >
47
+ <version >3.2.0 </version >
46
48
<configuration >
47
49
<archive >
48
50
<manifestEntries >
67
69
</plugins >
68
70
</build >
69
71
70
- </project >
72
+ </project >
Original file line number Diff line number Diff line change 35
35
<version >${revision} </version >
36
36
<packaging >pom</packaging >
37
37
<properties >
38
- <revision >5.1.5-SNAPSHOT </revision >
38
+ <revision >5.1.5</revision >
39
39
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
40
40
<maven .compiler.source>1.8</maven .compiler.source>
41
41
<maven .compiler.target>1.8</maven .compiler.target>
164
164
<plugin >
165
165
<groupId >org.apache.maven.plugins</groupId >
166
166
<artifactId >maven-surefire-plugin</artifactId >
167
- <version >3.0.0-M3 </version >
167
+ <version >3.0.0-M5 </version >
168
168
</plugin >
169
169
<plugin >
170
170
<artifactId >maven-deploy-plugin</artifactId >
171
- <version >2.8 </version >
171
+ <version >3.0.0-M1 </version >
172
172
</plugin >
173
173
</plugins >
174
174
</pluginManagement >
175
175
<plugins >
176
176
<plugin >
177
177
<groupId >org.apache.maven.plugins</groupId >
178
178
<artifactId >maven-enforcer-plugin</artifactId >
179
- <version >1.4.1 </version >
179
+ <version >3.0.0-M3 </version >
180
180
<executions >
181
181
<execution >
182
182
<id >enforce-maven</id >
196
196
<plugin >
197
197
<groupId >org.apache.maven.plugins</groupId >
198
198
<artifactId >maven-javadoc-plugin</artifactId >
199
- <version >3.0 .0</version >
199
+ <version >3.2 .0</version >
200
200
<configuration >
201
201
<show >public</show >
202
202
<failOnError >false</failOnError >
207
207
<plugin >
208
208
<groupId >org.apache.maven.plugins</groupId >
209
209
<artifactId >maven-compiler-plugin</artifactId >
210
- <version >3.8.0 </version >
210
+ <version >3.8.1 </version >
211
211
<configuration >
212
212
<source >1.8</source >
213
213
<target >1.8</target >
You can’t perform that action at this time.
0 commit comments