File tree Expand file tree Collapse file tree 7 files changed +23
-18
lines changed Expand file tree Collapse file tree 7 files changed +23
-18
lines changed Original file line number Diff line number Diff 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``` 
2929or 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
3434The ` 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
22
33Copyright (c) 2002-2018, the original author or authors.
44All rights reserved.
@@ -35,7 +35,7 @@ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
3535IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
3636OF 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
245245Copyright 2015-2020 the original author or authors.
246246
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
6769        </plugins >
6870    </build >
6971
70- </project >
72+ </project >
Original file line number Diff line number Diff line change 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>
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 >
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 >
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 >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments