Skip to content

Commit

Permalink
maintainance by upgrading all deps. Remove console color handling sin…
Browse files Browse the repository at this point in the history
…ce it causes issues on upstream projects.
  • Loading branch information
DivineThreepwood committed Aug 6, 2023
1 parent b6b5f62 commit 360a0aa
Show file tree
Hide file tree
Showing 59 changed files with 72 additions and 263 deletions.
42 changes: 18 additions & 24 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.openbase</groupId>
<artifactId>jps</artifactId>
<version>3.6-SNAPSHOT</version>
<version>3.7-SNAPSHOT</version>

<name>JPS</name>
<inceptionYear>2014</inceptionYear>
Expand Down Expand Up @@ -65,7 +65,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<source>${java.source.version}</source>
<target>${java.target.version}</target>
Expand All @@ -75,7 +75,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.2.0</version>
<configuration>
<verbose>false</verbose>
<licenseName>lgpl_v3</licenseName>
Expand Down Expand Up @@ -108,7 +108,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.0</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -121,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
<configuration>
<source>${java.source.version}</source>
</configuration>
Expand All @@ -145,7 +145,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.0.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>true</useReleaseProfile>
Expand All @@ -163,7 +163,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -195,20 +195,14 @@
<java.source.version>8</java.source.version>
<java.target.version>8</java.target.version>
<skipTests>false</skipTests>
<logback.version>[1.2,1.3-alpha)</logback.version>
<logback.version>[1.4,1.5-alpha)</logback.version>
<jansi.version>[2.4,2.5-alpha)</jansi.version>
<commons.io.version>[2.11,2.12-alpha)</commons.io.version>
<org.apache.commons.commons-lang3.version>[3.12,3.13-alpha)</org.apache.commons.commons-lang3.version>
<dependency.org.junit.jupiter.version>[5.8,5.9-alpha)</dependency.org.junit.jupiter.version>
<commons.io.version>[2.13,2.14-alpha)</commons.io.version>
<org.apache.commons.commons-lang3.version>[3.13,3.14-alpha)</org.apache.commons.commons-lang3.version>
<dependency.org.junit.jupiter.version>[5.10,5.11-alpha)</dependency.org.junit.jupiter.version>
</properties>

<dependencies>
<!-- windows log color support -->
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>${jansi.version}</version>
</dependency>
<dependency>
<!-- contains slf4j-api -->
<groupId>ch.qos.logback</groupId>
Expand Down Expand Up @@ -238,13 +232,13 @@
<scope>test</scope>
</dependency>

<!-- https://mvnrepository.com/artifact/org.junit.vintage/junit-vintage-engine -->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>${dependency.org.junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<!-- &lt;!&ndash; https://mvnrepository.com/artifact/org.junit.vintage/junit-vintage-engine &ndash;&gt;-->
<!-- <dependency>-->
<!-- <groupId>org.junit.vintage</groupId>-->
<!-- <artifactId>junit-vintage-engine</artifactId>-->
<!-- <version>${dependency.org.junit.jupiter.version}</version>-->
<!-- <scope>test</scope>-->
<!-- </dependency>-->
</dependencies>

<distributionManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/core/JPService.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/AbstractJPClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/AbstractJPEnum.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/AbstractJPFile.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/AbstractJPFloat.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/AbstractJPList.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/AbstractJPLong.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/AbstractJPMap.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/AbstractJPTime.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/JPDebugMode.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/JPForce.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/JPHelp.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/JPInitialize.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/openbase/jps/preset/JPLocale.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/org/openbase/jps/preset/JPLogLevel.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* #%L
* JPS
* %%
* Copyright (C) 2014 - 2022 openbase.org
* Copyright (C) 2014 - 2023 openbase.org
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
Expand All @@ -23,7 +23,6 @@
*/
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.Logger;
import java.util.List;
import org.openbase.jps.exception.JPNotAvailableException;
import org.openbase.jps.exception.JPServiceException;
import org.openbase.jps.preset.JPLogLevel.LogLevel;
Expand Down
Loading

0 comments on commit 360a0aa

Please sign in to comment.