Skip to content

Commit 316f844

Browse files
Craigacpjhalexand
authored andcommitted
Bumping to 5.1.5, updating THIRD_PARTY_LICENSES.
1 parent 909939f commit 316f844

File tree

7 files changed

+23
-18
lines changed

7 files changed

+23
-18
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Maven:
2323
<dependency>
2424
<groupId>com.oracle.labs.olcut</groupId>
2525
<artifactId>olcut-core</artifactId>
26-
<version>5.1.4</version>
26+
<version>5.1.5</version>
2727
</dependency>
2828
```
2929
or from Gradle:
3030
```groovy
31-
implementation 'com.oracle.labs.olcut:olcut-core:5.1.4'
31+
implementation 'com.oracle.labs.olcut:olcut-core:5.1.5'
3232
```
3333

3434
The `olcut-extras` artifact is designed as a small tool for developers, as such you should compile the appropriate

THIRD_PARTY_LICENSES.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
jline 3.15.0
1+
jline 3.16.0
22

33
Copyright (c) 2002-2018, the original author or authors.
44
All rights reserved.
@@ -35,7 +35,7 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
3535
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3636
OF THE POSSIBILITY OF SUCH DAMAGE.
3737

38-
jackson-core, jackson-databind 2.11.2
38+
jackson-core, jackson-databind 2.11.3
3939

4040

4141
Apache License
@@ -240,7 +240,7 @@ jackson-core, jackson-databind 2.11.2
240240
See the License for the specific language governing permissions and
241241
limitations under the License.
242242

243-
junit 5.6.0
243+
junit 5.7.0
244244

245245
Copyright 2015-2020 the original author or authors.
246246

olcut-config-edn/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
<directory>${project.basedir}/..</directory>
8080
<includes>
8181
<include>LICENSE.txt</include>
82+
<include>THIRD_PARTY_LICENSES.txt</include>
8283
</includes>
8384
<targetPath>META-INF</targetPath>
8485
</resource>
@@ -87,7 +88,7 @@
8788
<plugin>
8889
<groupId>org.apache.maven.plugins</groupId>
8990
<artifactId>maven-jar-plugin</artifactId>
90-
<version>3.0.2</version>
91+
<version>3.2.0</version>
9192
<configuration>
9293
<archive>
9394
<manifestEntries>

olcut-config-json/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
<directory>${project.basedir}/..</directory>
7474
<includes>
7575
<include>LICENSE.txt</include>
76+
<include>THIRD_PARTY_LICENSES.txt</include>
7677
</includes>
7778
<targetPath>META-INF</targetPath>
7879
</resource>
@@ -81,7 +82,7 @@
8182
<plugin>
8283
<groupId>org.apache.maven.plugins</groupId>
8384
<artifactId>maven-jar-plugin</artifactId>
84-
<version>3.0.2</version>
85+
<version>3.2.0</version>
8586
<configuration>
8687
<archive>
8788
<manifestEntries>

olcut-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<directory>${project.basedir}/..</directory>
7070
<includes>
7171
<include>LICENSE.txt</include>
72+
<include>THIRD_PARTY_LICENSES.txt</include>
7273
</includes>
7374
<targetPath>META-INF</targetPath>
7475
</resource>
@@ -90,7 +91,7 @@
9091
<plugin>
9192
<groupId>org.apache.maven.plugins</groupId>
9293
<artifactId>maven-jar-plugin</artifactId>
93-
<version>3.0.2</version>
94+
<version>3.2.0</version>
9495
<configuration>
9596
<archive>
9697
<manifestEntries>

olcut-extras/pom.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<properties>
14-
<asm.version>8.0.1</asm.version>
14+
<asm.version>9.0</asm.version>
1515
</properties>
1616

1717
<artifactId>olcut-extras</artifactId>
@@ -35,14 +35,16 @@
3535
<directory>${project.basedir}/..</directory>
3636
<includes>
3737
<include>LICENSE.txt</include>
38+
<include>THIRD_PARTY_LICENSES.txt</include>
3839
</includes>
3940
<targetPath>META-INF</targetPath>
4041
</resource>
41-
</resources> <plugins>
42+
</resources>
43+
<plugins>
4244
<plugin>
4345
<groupId>org.apache.maven.plugins</groupId>
4446
<artifactId>maven-jar-plugin</artifactId>
45-
<version>3.0.2</version>
47+
<version>3.2.0</version>
4648
<configuration>
4749
<archive>
4850
<manifestEntries>
@@ -67,4 +69,4 @@
6769
</plugins>
6870
</build>
6971

70-
</project>
72+
</project>

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<version>${revision}</version>
3636
<packaging>pom</packaging>
3737
<properties>
38-
<revision>5.1.5-SNAPSHOT</revision>
38+
<revision>5.1.5</revision>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
<maven.compiler.source>1.8</maven.compiler.source>
4141
<maven.compiler.target>1.8</maven.compiler.target>
@@ -164,19 +164,19 @@
164164
<plugin>
165165
<groupId>org.apache.maven.plugins</groupId>
166166
<artifactId>maven-surefire-plugin</artifactId>
167-
<version>3.0.0-M3</version>
167+
<version>3.0.0-M5</version>
168168
</plugin>
169169
<plugin>
170170
<artifactId>maven-deploy-plugin</artifactId>
171-
<version>2.8</version>
171+
<version>3.0.0-M1</version>
172172
</plugin>
173173
</plugins>
174174
</pluginManagement>
175175
<plugins>
176176
<plugin>
177177
<groupId>org.apache.maven.plugins</groupId>
178178
<artifactId>maven-enforcer-plugin</artifactId>
179-
<version>1.4.1</version>
179+
<version>3.0.0-M3</version>
180180
<executions>
181181
<execution>
182182
<id>enforce-maven</id>
@@ -196,7 +196,7 @@
196196
<plugin>
197197
<groupId>org.apache.maven.plugins</groupId>
198198
<artifactId>maven-javadoc-plugin</artifactId>
199-
<version>3.0.0</version>
199+
<version>3.2.0</version>
200200
<configuration>
201201
<show>public</show>
202202
<failOnError>false</failOnError>
@@ -207,7 +207,7 @@
207207
<plugin>
208208
<groupId>org.apache.maven.plugins</groupId>
209209
<artifactId>maven-compiler-plugin</artifactId>
210-
<version>3.8.0</version>
210+
<version>3.8.1</version>
211211
<configuration>
212212
<source>1.8</source>
213213
<target>1.8</target>

0 commit comments

Comments
 (0)