diff --git a/.github/workflows/maven-and-docker.yml b/.github/workflows/maven-and-docker.yml index bb02049..e4c30ee 100644 --- a/.github/workflows/maven-and-docker.yml +++ b/.github/workflows/maven-and-docker.yml @@ -25,7 +25,7 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 17 + - name: Set up JDK 21 uses: actions/setup-java@v3 with: java-version: '21' diff --git a/.gitignore b/.gitignore index 8618d59..6347644 100755 --- a/.gitignore +++ b/.gitignore @@ -52,4 +52,10 @@ log/ logs/ target/ .idea/ -.externalToolBuilders/ \ No newline at end of file +.externalToolBuilders/ +/.apt_generated/ +/.apt_generated_tests/ + +# VSCode files # +########################### +/.vscode diff --git a/LICENSE b/LICENSE index 119275b..6f2d2c1 100644 --- a/LICENSE +++ b/LICENSE @@ -3,7 +3,7 @@ -------------------------------------------------------------------------------- Copyright Ruhr University Bochum - Medical Bioinformatics, Ruhr University Bochum - Medizinisches Proteom-Center and European -Bioinformatics Institute (EMBL-EBI), 2013-2023 +Bioinformatics Institute (EMBL-EBI), 2013-2024 This software is released under a three-clause BSD license: diff --git a/pom.xml b/pom.xml index a15d003..63ef864 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ de.mpc.pia pia - 1.5.0 + 1.5.1 PIA - Protein Inference Algorithms https://github.com/mpc-bioinformatics/pia @@ -39,10 +39,10 @@ UTF-8 - 2.22.0 + 2.23.1 4.13.2 4.4 - 1.11.0 + 1.12.0 1.2.13 3.0.8 2.1.12 @@ -50,19 +50,21 @@ 0.23 3.6.1 1.13.0 - 5.1.5 - 7.0.2 - 2.10.1 - 4.7.5 + 5.1.12 + 7.1.1 + 2.11.0 + 4.7.6 1.0.392 - 3.44.1.0 + 3.46.0.0 2.12.2 - 1.4.14 - 2.16.0 - 5.2.5 - 32.1.3-jre + 1.5.6 + 2.17.1 + 33.2.1-jre + 1.17.0 + 1.26.2 + 0.27 0.0.1-SNAPSHOT @@ -124,20 +126,20 @@ javax.xml.bind - jaxb-api - 2.3.1 + jaxb-api + 2.3.1 com.sun.xml.bind jaxb-impl - 2.3.1 + 2.3.9 com.sun.xml.bind jaxb-core - 2.3.0 + 4.0.5 @@ -208,7 +210,7 @@ utilities ${compomics-utilities.version} - + org.ogce xpp3 @@ -217,6 +219,11 @@ org.apache.axis axis-jaxrpc + + + umontreal.iro.lecuyer.gof + ssj + @@ -288,11 +295,6 @@ logback-classic ${logback.version} - - org.apache.poi - poi - ${poi.version} - com.fasterxml.jackson.core jackson-annotations @@ -303,6 +305,21 @@ guava ${guava.version} + + commons-codec + commons-codec + ${commons-codec.version} + + + org.apache.commons + commons-compress + ${commons-compress.version} + + + io.airlift + aircompressor + ${aircompressor.version} +