8000 Update dependencies and plugins (#42) · Labs64/NetLicensingClient-java@1f06ce0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f06ce0

Browse files
authored
Update dependencies and plugins (#42)
* Update dependencies and plugins
1 parent f64b478 commit 1f06ce0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/netlicensing-client-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release:
1414
name: Release ${{ github.event.inputs.release-version }}
1515
runs-on: self-hosted
16-
container: maven:3.8.6-openjdk-11
16+
container: maven:3-amazoncorretto-17
1717

1818
steps:
1919
- uses: actions/checkout@v3

.github/workflows/netlicesning-client-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
runs-on: [self-hosted]
16-
container: maven:3.8.6-openjdk-11
16+
container: maven:3-amazoncorretto-17
1717
env:
1818
# This is needed, as java doesn't respect the environment variable $HOME, but gets the
1919
# user home by other means from the system. The default user in the above container is
@@ -25,7 +25,7 @@ jobs:
2525
MAVEN_OPTS: -Duser.home=/github/home
2626
strategy:
2727
matrix:
28-
java-version: [11]
28+
java-version: [11, 17]
2929

3030
steps:
3131
- uses: actions/checkout@v3

.github/workflows/netlicesning-client-codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
analyze:
2626
name: Analyze
2727
runs-on: [self-hosted]
28-
container: maven:3.8.6-openjdk-11
28+
container: maven:3-amazoncorretto-17
2929
permissions:
3030
actions: read
3131
contents: read

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,18 +74,18 @@
7474
<repo.snapshots.url>OVERRIDE_REPO_URL</repo.snapshots.url>
7575

7676
<!-- dependency.version>0.0.0</dependency.version -->
77-
<commons-lang3.version>3.12.0</commons-lang3.version>
77+
<commons-lang3.version>3.13.0</commons-lang3.version>
7878
<commons-collections4.version>4.4</commons-collections4.version>
79-
<commons-codec.version>1.15</commons-codec.version>
80-
<commons-io.version>2.11.0</commons-io.version>
81-
<commons-cli.version>1.5.0</commons-cli.version>
82-
<commons-text.version>1.10.0</commons-text.version>
83-
<log4j.version>2.19.0</log4j.version>
79+
<commons-codec.version>1.16.0</commons-codec.version>
80+
<commons-io.version>2.15.0</commons-io.version>
81+
<commons-cli.version>1.6.0</commons-cli.version>
82+
<commons-text.version>1.11.0</commons-text.version>
83+
<log4j.version>2.21.1</log4j.version>
8484
<junit.version>4.13.2</junit.version>
8585
<jersey.version>2.33</jersey.version>
8686
<jaxb-api.version>2.3.1</jaxb-api.version>
8787
<jaxb-runtime.version>2.3.2</jaxb-runtime.version>
88-
<ph-xmldsig.version>4.4.3</ph-xmldsig.version>
88+
<ph-xmldsig.version>5.0.1</ph-xmldsig.version>
8989

9090
<!-- plugin.version>0.0.0</plugin.version -->
9191
<maven-enforcer-plugin.version>3.0.0</maven-enforcer-plugin.version>
@@ -112,7 +112,7 @@
112112
<spotbugs-maven-plugin.version>4.6.0.0</spotbugs-maven-plugin.version>
113113
<maven-pmd-plugin.version>3.16.0</maven-pmd-plugin.version>
114114
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
115-
<maven-scm-plugin.version>1.13.0</maven-scm-plugin.version>
115+
<maven-scm-plugin.version>2.0.1</maven-scm-plugin.version>
116116
</properties>
117117

118118
<build>

0 commit comments

Comments
 (0)
0